Link Aggregation Control Protocol or LACP is one element of an IEEE specification (802.3ad) that provides guidance on the practice of link aggregation for data connections. Importantly, LACP typically applies to strategies that bundle individual links of Ethernet connections, and not wireless transfers.
Configuration Steps:
MTRSW1#conf t
MTRSW1(config)#int g0/1
MTRSW1(config-if)#switchport mode trunk
MTRSW1(config-if)#channel-protocol lacp
MTRSW1(config-if)#channel-group 1 mode active
MTRSW1(config-if)#exit
MTRSW2#conf t
MTRSW2(config)#int g0/1
MTRSW2(config-if)#switchport mode trunk
MTRSW2(config-if)#channel-protocol lacp
MTRSW2(config-if)#channel-group 1 mode active
MTRSW2(config-if)#exit
Done!
How about buying a coffee for my effort? Please click here to donate
Post a Comment