2.6.6 Channel-group Command
1. Configure a static link aggregation group (LAG).
Switch(config)# channel-group
trunking [group_name]
Specify a name for this link
aggregation group.
Switch(config)# interface [port_list]
Switch(config-if-PORT-PORT)#
channel-group trunking [group_name]
Use “interface” command to
configure a group of ports’ link
aggregation link membership.
Assign the selected ports to the
specified link aggregation group.
Switch(config)# channel-group
distribution-rule destination-ip
Load-balancing depending on
destination IP address.
Switch(config)# channel-group
distribution-rule source-ip
Load-balancing depending on
source IP address.
Switch(config)# channel-group
distribution-rule destination-L4-port
Load-balancing depending on
destination L4 port.
Switch(config)# channel-group
distribution-rule source-L4-port
Load-balancing depending on
source L4 port.
Switch(config)# channel-group
distribution-rule destination-mac
Load-balancing depending on
destination MAC address.
Switch(config)# channel-group
distribution-rule source-mac
Load-balancing depending on
source MAC address.
Switch(config)# no channel-group
trunking [group_name]
Delete a link aggregation group.
Switch(config)# interface [port_list]
Switch(config-if-PORT-PORT)# no
channel-group trunking
Remove the selected ports from
a link aggregation group.
Switch(config)# no channel-group
distribution-rule destination-ip
Disable load-balancing based on
destination IP address.
Switch(config)# no channel-group
distribution-rule source-ip
Disable load-balancing based on
source IP address.
Switch(config)# no channel-group
distribution-rule destination-L4-port
Disable load-balancing based on
destination L4 port.
Switch(config)# no channel-group
distribution-rule source-L4-port
Disable load-balancing based on
source L4 port.
Switch(config)# no channel-group type
destination-mac
Disable load-balancing based on
destination MAC address.
Switch(config)# no channel-group type
source-mac
Disable load-balancing based on
source MAC address.