REFERENCE
Configuring EtherChannels and Link-State Tracking
MEMO
- 要一致項目:Native VLAN、VLANレンジ、Trunkタイプ、Trunkステータス、Speed、Duplex
- 最初に有効になった物理ポートのMACアドレスを論理ポートのMACアドレスとして扱う。その物理がバンドルから外れると、残りのポートのMACアドレスから選ばれる
- LACP:グループ16本、最大8本をActive化、プライオリティ1-65535デフォルト32768、小さいほうが優先
Switch(config)#interface range gigabitEthernet 0/0-1 Switch(config-if-range)# Switch(config-if-range)#channel-group 12 mode ? active Enable LACP unconditionally auto Enable PAgP only if a PAgP device is detected desirable Enable PAgP unconditionally on Enable Etherchannel only passive Enable LACP only if a LACP device is detected Switch(config-if-range)# Switch(config-if-range)#channel-group 12 mode desirable ? non-silent Start negotiation only after data packets received <cr> Switch(config-if-range)# Switch(config-if-range)#channel-group 12 mode desirable non-silent ? <cr> Switch(config-if-range)# Switch(config)#lacp ? system-priority LACP priority for the system Switch(config)# Switch(config)#lacp system-priority ? <0-65535> Priority value Switch(config)# Switch(config)#interface gigabitEthernet 0/0 Switch(config-if)#lacp ? port-priority LACP priority on this interface Switch(config-if)# Switch(config-if)#lacp port-priority ? <0-65535> Priority value Switch(config-if)#
コメント