Posts

Showing posts from May, 2025

To configure LACP on a Cisco switch

  Step 1 switch# configure terminal >>Enters global configuration mode. Step 2 switch(config)# feature lacp >>Enables LACP on the switch. Step 3 (Optional) switch(config)# show feature >>Displays enabled features Switch(config)# interface eth1/29-32 Switch(config-if-range)# switchport Switch(config-if-range)# channel-group 106 mode active Switch(config-if-range)# exit Switch(config)# interface port-channel 106 Switch(config-if)# no shutdown Switch(config-if)# sw mode trunk Switch(config-if)# sw trunk allowed vlan add 2801-2850 Switch(config-if)# sw trunk allowed vlan add 2351-2378 Switch(config-if)# Switch(config-if)# port-channel load-balance ethernet source-des source-dest-ip          source-dest-ip-only     source-dest-port Switch(config-if)# port-channel load-balance ethernet source-dest-mac Switch(config)# Switch(config)# Switch(config)# interface port-channel 106 Switch(config-if)# no negotiate...