ブレークアウトポートを設定、設定を確認および NX-OS スタイル CLI を使用してサブ ポートで、EPG を設定するには、次の手順を使用します。
-
ACI ファブリックが設置され、APIC コントローラがオンラインになっており、APIC クラスタが形成されて正常に動作していること。
-
必要なファブリック インフラストラクチャ設定を作成できる APIC ファブリック管理者アカウントが使用可能であること。
-
ターゲット リーフ スイッチが ACI ファブリックに登録され、使用可能であること。
-
40GE または 100GE リーフ スイッチ ポートは、ダウンリンク ポートに Cisco ブレイク アウト ケーブルを接続します。
手順の概要
- configure
- leaf ID
- interface ethernetslot/port
- breakout10g-4x|25g-4x
- show run
- tenant tenant-name
- vrf context vrf-name
- bridge-domain bridge-domain-name
- vrf member vrf-name
- application application-profile-name
- epg epg-name
- bridge-domain member bridge-domain-name
- leaf leaf-name
- speed interface-speed
- show run
手順の詳細
|
コマンドまたはアクション |
目的 |
ステップ 1
|
configure
|
|
ステップ 2
|
leaf ID
|
ブレークアウトポートが配置され、リーフ configuration mode(設定モード、コンフィギュレーション モード) を開始リーフ スイッチを選択します。
|
ステップ 3
|
interface ethernetslot/port
apic1(config-leaf)# interface ethernet 1/16
|
40 ギガビット イーサネット (GE) ブレークアウトポートとして有効にするインターフェイスを識別します。
|
ステップ 4
|
breakout10g-4x|25g-4x
apic1(config-leaf-if)# breakout 10g-4x
|
ブレイク アウトを選択したインターフェイスを有効にします。
|
ステップ 5
|
show run
apic1(config-leaf-if)# show run
# Command: show running-config leaf 101 interface ethernet 1 / 16
# Time: Fri Dec 2 18:13:39 2016
leaf 101
interface ethernet 1/16
breakout 10g-4x
apic1(config-leaf-if)# exit
apic1(config-leaf)# exit
|
インターフェイスの実行コンフィギュレーションを表示することによって、設定を確認し、グローバル コンフィギュレーション モードに戻ります。
|
ステップ 6
|
tenant tenant-name
apic1(config)# tenant tenant64
|
選択またはブレイク アウト ポートで消費され、テナント configuration mode(設定モード、コンフィギュレーション モード) を開始するテナントを作成します。
|
ステップ 7
|
vrf context vrf-name
apic1(config-tenant)# vrf context vrf64
apic1(config-tenant-vrf)# exit
|
作成またはテナントに関連付けられている Virtual Routing and Forwarding (VRF) インスタンスを識別し、configuration mode(設定モード、コンフィギュレーション モード) を終了します。
|
ステップ 8
|
bridge-domain bridge-domain-name
apic1(config-tenant)# bridge-domain bd64
|
作成またはテナントに関連付けられているブリッジ ドメインを識別し、BD configuration mode(設定モード、コンフィギュレーション モード) を開始します。
|
ステップ 9
|
vrf member vrf-name
apic1(config-tenant-bd)# vrf member vrf64
apic1(config-tenant-bd)# exit
|
ブリッジ ドメイン、VRF の関連付け、configuration mode(設定モード、コンフィギュレーション モード) を終了します。
|
ステップ 10
|
application application-profile-name
apic1(config-tenant)# application app64
|
作成またはテナントと EPG に関連付けられているアプリケーションプロファイルを識別します。
|
ステップ 11
|
epg epg-name
apic1(config-tenant)# epg epg64
|
作成または EPG を識別し、EPG configuration mode(設定モード、コンフィギュレーション モード) に入力します。
|
ステップ 12
|
bridge-domain member bridge-domain-name
apic1(config-tenant-app-epg)# bridge-domain member bd64
apic1(config-tenant-app-epg)# exit
apic1(config-tenant-app)# exit
apic1(config-tenant)# exit
|
EPG をブリッジ ドメインに関連付け、グローバル設定モードをに戻ります。
たとえば、必要に応じて、サブ ポートを設定コマンドを使用して、速度リーフ インターフェイス モードでサブ ポートを設定します。
|
ステップ 13
|
leaf leaf-name
apic1(config)# leaf 1017
apic1(config-leaf)# interface ethernet 1/13
apic1(config-leaf-if)# vlan-domain member dom1
apic1(config-leaf-if)# switchport trunk allowed vlan 20 tenant t1 application AP1 epg EPG1
(注)
|
上の例に示した vlan-domain コマンドと vlan-domain member コマンドは、ポートに EPG を導入するための前提条件です。
|
|
|
ステップ 14
|
speed interface-speed
apic1(config)# leaf 101
apic1(config-leaf)# interface ethernet 1/16/1
apic1(config-leaf-if)# speed 10G
apic1(config-leaf-if)# exit
|
リーフ インターフェイス モードを開始し、[インターフェイスの速度を設定 configuration mode(設定モード、コンフィギュレーション モード) を終了します。
|
ステップ 15
|
show run
apic1(config-leaf)# show run
|
サブ ポートを設定した後にリーフ configuration mode(設定モード、コンフィギュレーション モード) で次のコマンドを入力して、サブ ポートの詳細が表示されます。
|
サブ ポート 1/16/1、2/1/16、1/16/3 および 4/1/16 ブレイク アウトを有効になっているリーフ インターフェイス 1/16 で 101 上のポートを確認します。
この例では、ブレイク アウト ポートで設定します。
apic1# configure
apic1(config)# leaf 101
apic1(config-leaf)# interface ethernet 1/16
apic1(config-leaf-if)# breakout 10g-4x
この例では、サブインターフェイス ポートの EPG で設定します。
apic1(config)# tenant tenant64
apic1(config-tenant)# vrf context vrf64
apic1(config-tenant-vrf)# exit
apic1(config-tenant)# bridge-domain bd64
apic1(config-tenant-bd)# vrf member vrf64
apic1(config-tenant-bd)# exit
apic1(config-tenant)# application app64
apic1(config-tenant-app)# epg epg64
apic1(config-tenant-app-epg)# bridge-domain member bd64
apic1(config-tenant-app-epg)# end
この例では、10 G に、ブレイク アウトの速度サブ ポートを設定します。
apic1(config)# leaf 101
apic1(config-leaf)# interface ethernet 1/16/1
apic1(config-leaf-if)# speed 10G
apic1(config-leaf-if)# exit
apic1(config-leaf)# interface ethernet 1/16/2
apic1(config-leaf-if)# speed 10G
apic1(config-leaf-if)# exit
apic1(config-leaf)# interface ethernet 1/16/3
apic1(config-leaf-if)# speed 10G
apic1(config-leaf-if)# exit
apic1(config-leaf)# interface ethernet 1/16/4
apic1(config-leaf-if)# speed 10G
apic1(config-leaf-if)# exit
この例では、リーフ 101、インターフェイス 1/16 に接続されている、4 つのアシスタント的なポートを示します。
apic1#(config-leaf)# show run
# Command: show running-config leaf 101
# Time: Fri Dec 2 00:51:08 2016
leaf 101
interface ethernet 1/16/1
speed 10G
negotiate auto
link debounce time 100
exit
interface ethernet 1/16/2
speed 10G
negotiate auto
link debounce time 100
exit
interface ethernet 1/16/3
speed 10G
negotiate auto
link debounce time 100
exit
interface ethernet 1/16/4
speed 10G
negotiate auto
link debounce time 100
exit
interface ethernet 1/16
breakout 10g-4x
exit
interface vfc 1/16