C613-50631-01 Rev A Command Reference for IE340 Series 806
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
LINK AGGREGATION COMMANDS
STATIC
-CHANNEL-GROUP
static-channel-group
Overview Use this command to create a static channel group, or to add a port to an existing
static channel group. Static channel groups are also known as static aggregators.
You can create up to 128 channel groups, in any combination of static and
dynamic (LACP) groups. This means you can create up to 128 static channel
groups, if you have no dynamic channel groups.
Use the no variant of this command to remove the device port from the static
channel group.
Syntax
static-channel-group <static-channel-group-number>
no static-channel-group
Mode Interface Configuration
Usage notes This command adds the device port to the static channel group with the specified
channel group number. If the channel group does not exist, it is created, and the
port is added to it. The no prefix detaches the port from the static channel group.
If the port is the last member to be removed, the static channel group is deleted.
All the ports in a channel group must have the same VLAN configuration: they
must belong to the same VLANs and have the same tagging status, and can only
be operated on as a group.
Once the static channel group has been created, it is treated as a device port. You
can specify it in other commands by using sa followed by the channel-group
number. For example, use the command show interface sa2 to show details
about channel group 2's interface:
Examples To define static channel group 2 on port1.0.2, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# static-channel-group 2
To reference static channel group 2 as an interface, use the commands:
awplus# configure terminal
awplus(config)# interface sa2
awplus(config-if)#
Related
commands
show static-channel-group
Parameter Description
<static-channel-
group-number>
Static channel group number from the range 1 to 248.
You can create up to 128 static channel groups.