Page 22 | AlliedWare Plus™ OS How To Note: Switching
Link Aggregation
Ports
1
.0.2-
1
.0.4 are in access mode. Enter the commands:
awplus(config-vlan)#interface port1.0.2
awplus(config-if)#switchport access vlan 2
awplus(config-if)#interface port1.0.3
awplus(config-if)#switchport access vlan 3
awplus(config-if)#interface port1.0.4
awplus(config-if)#switchport access vlan 4
Ports 1.0.5-1.0.6 and 1.0.8-1.0.9 are in trunk mode. Enter the commands:
awplus(config-if)#interface port1.0.5-1.0.6,port1.0.8-1.0.9
awplus(config-if)#switchport mode trunk
awplus(config-if)#switchport trunk allowed vlan add 2-4
Create a channel group for each set of ports that you want to aggregate, by entering the
commands:
awplus(config)#interface port1.0.5-1.0.6
awplus(config-if)#channel-group 1 mode active
awplus(config)#interface port1.0.8-1.0.9
awplus(config-if)#channel-group 2 mode active
Enter Privileged Exec mode and enter the command:
awplus#show etherchannel
The output looks like this:
2. Associate VLANs with ports
3. Create the channel groups
4. Check the configuration
% Lacp Aggregator: po1
% Member:
port1.0.5
port1.0.6
% Lacp Aggregator: po2
% Member:
port1.0.8
port1.0.9