Assigns and configures a physical interface to a link aggregation group (LAG).
Interface config mode
This command is available only to users with the admin role.
The LAG in the on channel mode is a pure LAG (static-lag), and can aggregate a maximum of 64 ports.
Validations for the command are as follows:
The no channel-group
command
removes the interface from the channel-group.
The following examples configure a physical interface to the channel-group.
device# configure terminal device# interface ethernet 1/1 device#(config-if-eth-1/1)# channel-group 1 mode on device#(config-if-eth-1/1)# no shutdown device#(config-if-eth-1/1)# end device# show running-config interface ethernet 1/1 channel-group 1 mode on no shutdown device# configure terminal device(config)# interface port-channel 100 device(config-if-po-100)# no shutdown device(config-if-po-100)# exi device(config)# device(config)# interface ethernet 1/8:1 device(config-if-eth-1/8:1)# channel-group 100 mode active device# show running-config protocol lacp hardware connector 1/8 breakout 4x10g connector 2/8 breakout 4x10g interface port-channel 100 no shutdown interface ethernet 1/8:1 channel-group 100 mode active no shutdown interface ethernet 1/8:2