cisco ios // setup lacp on catalyst switches

basics | defaults | fw | init | lacp | passwords | setup | ssh

we want two times 3-port aggregates for linking GNU/Linux servers

int range gi0/9 - 11
    channel-protocol lacp
    channel-group 1 mode passive

int range gi0/25 - 27
    channel-protocol lacp
    channel-group 2 mode passive

choose the vlan on which this is all going to work

int range po1 - 2
    switchport mode access
    switchport access vlan 400

check

show interfaces status
show etherchannel 1 summary
show etherchannel 2 summary

more details on LACPDU rate

show lacp internal

more commands

show interfaces gi 0/9 etherchannel
show interfaces gi 0/25 etherchannel
show etherchannel 1 detail
show etherchannel 2 detail
show etherchannel load-balance
show etherchannel 1 port-channel
show etherchannel 2 port-channel

ready to go

you’re good to proceed on the server side

resources

the book

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/cether/command/ce-cr-book.pdf

deep dive

https://std.rocks/cisco_switching_etherchannel.html

links

https://serverfault.com/questions/517488/linux-centos6-adapter-bonding-cisco-2960s-etherchannel-lacp ==> slow lacp nego

https://backdrift.org/lacp-configure-network-bonding-linux/

https://timigate.com/2018/01/cisco-etherchannel-bonding-how-to.html

https://networklessons.com/switching/etherchannel-cisco-ios-catalyst-switch

lacp rate

http://learnduty.com/network-techs/lacp-port-channel-explained-link-aggregation-deep-dive/


HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun