Interface auf Default setzen
no int g0/0/0/1 (wie in IOS default interface) no int g0/0/0/2 (wie in IOS default interface) commit
Den EtherChannel erstellen:
RP/0/0/CPU0:ios(config)# int bundle-ether 100 RP/0/0/CPU0:ios(config-if)# ipv4 address 10.10.10.1 255.255.255.0 RP/0/0/CPU0:ios(config-if)# bundle maximum-active links 2 RP/0/0/CPU0:ios(config-if)# bundle minimum-active links 1 RP/0/0/CPU0:ios(config-if)# bundle load-balancing hash src-ip RP/0/0/CPU0:ios(config-if)# no shut
Ports zuweisen
RP/0/0/CPU0:ios(config-if)# int g0/0/0/1 RP/0/0/CPU0:ios(config-if)# bundle id 100 mode active RP/0/0/CPU0:ios(config-if)# no shut RP/0/0/CPU0:ios(config-if)# int g0/0/0/2 RP/0/0/CPU0:ios(config-if)# bundle id 100 mode active RP/0/0/CPU0:ios(config-if)# no shut
Check
RP/0/0/CPU0:ios# sh int bundle-eth 100 RP/0/0/CPU0:ios# sh bundle bundle-ether 100 RP/0/0/CPU0:ios# sh lacp
Bundle Optionen:
RP/0/0/CPU0:ios(config-if)# bundle ? load-balancing Load balancing commands on a bundle maximum-active Set a limit on the number of links that can be active minimum-active Set the minimum criteria for the bundle to be active shutdown Bring all links in the bundle down to Standby state wait-while Set the wait-while timeout for members of this bundle