Switch(config)# show channel-group
trunking
Show link aggregation settings.
Switch(config)# show channel-group
trunking [trunk_name]
Show a specific link aggregation
group’s settings including
aggregated port numbers and
load-balancing status.
Below is an example of creating a static link aggregation group (port trunking group) using
Channel-group commands to have the users realize the commands we mentioned above in this
section.
configure
Example:
FOS-3128# config
FOS-3128(config)#
Enter the global
configuration mode.
channel-group distribution-rule source-ip
Example:
FOS-3128(config)# channel-group distribution-rule source-ip
OK !
Enable Source IP
Address in Distribution
Rule.
channel-group distribution-rule destination-ip
Example:
FOS-3128(config)# channel-group distribution-rule destination-ip
OK !
Enable Destination IP
Address in Distribution
Rule.
channel-group distribution-rule source-L4-port
Example:
FOS-3128(config)# channel-group distribution-rule source-L4-port
OK !
Enable Source L4 Port
in Distribution Rule.
channel-group distribution-rule destination-L4-port
Example:
FOS-3128(config)# channel-group distribution-rule destination-L4-port
OK !
Enable Destination L4
Port in Distribution
Rule.
channel-group distribution-rule source-mac
Example:
FOS-3128(config)# channel-group distribution-rule source-mac
OK !
Enable Source Mac
Address in Distribution
Rule.
channel-group distribution-rule destination-mac
Example:
FOS-3128(config)# channel-group distribution-rule destination-mac
OK !
Enable Destination Mac
Address in Distribution
Rule.
channel-group trunking
group_name
Example:
FOS-3128(config)# channel-group trunking CTSGROUP
OK !
In this example, it
configures the name of the
Trunking Group as
“CTSGROUP”.