Configuring Static Link Aggregation Quick Steps for Configuring Static Link Aggregation
OmniSwitch AOS Release 7 Network Configuration Guide June 2013 page 7-3
Quick Steps for Configuring Static Link
Aggregation
Follow the steps below for a quick tutorial on configuring a static aggregate link between two switches.
Additional information on how to configure each command is given in the subsectio ns that follow.
1 Create the static aggregate link on the local switch with the linkagg static agg size command. For
example:
-> linkagg static agg 1 size 4
2 Assign all the necessary ports with the linkagg static port agg command. For example:
-> linkagg static port 1/1-4 agg 1
3 Create a VLAN for this static link aggregate group with the vlan members command. For example:
-> vlan 10 members port 1
4 Create the equivalent static aggregate link on the remote switch with the linkagg static agg size
command. For example:
-> linkagg static agg 1 size 4
5 Assign all the necessary ports with the linkagg static port agg command. For example:
-> linkagg static port 1/9-12 agg 1
6 Create a VLAN for this static link aggregate group with the vlan members command. For example:
-> vlan 10 members default 1