How to configure L3 EtherChannel on TenGigabit X2-10GB-LR

Configuring

Cisco_EtherChannel(conf)# int range tenGigabitEthernet  1/1 – 4
Cisco_EtherChannel(config-if-range)#no switchport
Cisco_EtherChannel(config-if-range)#channel-group 10 mode active ; LACP
Cisco_EtherChannel(config-if-range)#exit 

Cisco_EtherChannel(config)#int port-channel 10
Cisco_EtherChannel(config-if)#no switchport
Cisco_EtherChannel(config-if)#ip address 10.10.10.1 255.255.255.252

 

** Make sure "no shut" on both physical insterfaces and port-channel 10.

 

Verifying

Cisco_EtherChannel# Show etherchannel summary

 

 

Leave a Reply