ギガビット イーサネット リンク バンドルの設定
Cisco IOS XR ソフトウェアは、イーサネット インターフェイスのバンドルを形成する EtherChannel メソッドをサポートしています。EtherChannel は、ユーザがリンクを設定してバンドルに参加させることができるシスコ独自の技術であり、バンドル内のリンクに互換性があるかどうかを確認するための仕組みはありません。
IEEE 802.3ad カプセル化では、イーサネット バンドル内のすべてのメンバー リンクの互換性を確保するため、Link Aggregation Control Protocol(LACP)を採用しています。リンクに互換性がない、または障害が発生すると、そのリンクはバンドルから自動的に削除されます。
Cisco NCS 540 シリーズ ルータ Cisco NCS 540 シリーズ ルータは 100G リンク バンドルをサポートしています。
制約事項
-
単一のイーサネット リンク バンドル内のすべてのリンクは 802.3ad(LACP)または EtherChannel(非 LACP)のいずれかを実行するように設定する必要があります。1 つのバンドル内の混合リンクはサポートされません。
-
イーサネット リンク バンドルでは MAC アカウンティングはサポートされていません。
-
各イーサネット リンク バンドルでサポートされているリンクの最大数は 64 です。
-
サポートされているイーサネット リンク バンドルの最大数は 1281024 です。
設定例
-
バンドル インスタンスの作成
-
バンドルへの物理インターフェイスのマッピング
イーサネット バンドルをアクティブにするには、バンドルの両方の接続エンドポイントで同じ設定を行う必要があります。
設定
/* Enter the global configuration mode and create the ethernet link bundle */
Router# configure
Router(config)# interface Bundle-Ether 3
Router(config-if)# ipv4 address 10.1.2.3 255.0.0.0
Router(config-if)# bundle maximum-active links 32 hot-standby
Router(config-if)# bundle minimum-active links 1
Router(config-if)# bundle minimum-active bandwidth 30000000
Router(config-if)# exit
/* Map physical interfaces to the bundle */
/* Note: Mixed link bundle mode is supported only when active-standby operation is configured */
Router(config)# interface TenGigE 1/0/0/0
Router(config-if)# bundle id 3 mode on
Router(config-if)# no shutdown
Router(config)# exit
Router(config)# interface TenGigE 1/0/0/1
Router(config-if)# bundle id 3 mode on
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# interface TenGigE 1/0/0/2
Router(config-if)# bundle id 3 mode on
Router(config-if)# no shutdown
Router(config-if)# exit
実行コンフィギュレーション
Router# show running-configuration
configure
interface Bundle-Ether 3
ipv4 address 10.1.2.3 255.0.0.0
bundle maximum-active links 32 hot-standby
bundle minimum-active links 1
bundle minimum-active bandwidth 30000000
!
interface TenGigE 1/0/0/0
bundle-id 3 mode on
!
interface TenGigE 1/0/0/1
bundle-id 3 mode on
!
interface TenGigE 1/0/0/2
bundle-id 3 mode on
!
確認
Router# show bundle bundle-ether 3
Tue Feb 4 18:24:25.313 UTC
Bundle-Ether1
Status: Up
Local links <active/standby/configured>: 3 / 0 / 3
Local bandwidth <effective/available>: 30000000 (30000000) kbps
MAC address (source): 1234.1234.1234 (Configured)
Inter-chassis link: No
Minimum active links / bandwidth: 1 / 1 kbps
Maximum active links: 32
Wait while timer: 2000 ms
Load balancing: Default
LACP: Not operational
Flap suppression timer: Off
Cisco extensions: Disabled
Non-revertive: Disabled
mLACP: Not configured
IPv4 BFD: Not configured
Port Device State Port ID B/W, kbps
-------------------- --------------- ----------- -------------- ----------
Te1/0/0/0 Local Active 0x8000, 0x0000 10000000
Link is Active
Te1/0/0/1 Local Active 0x8000, 0x0000 10000000
Link is Active
Te1/0/0/2 Local Active 0x8000, 0x0000 10000000
Link is Active
------------------------------------------------------------------------