Configuring Static Link Aggregation Groups Configuring Static Link Aggregation
page 12-14 OmniSwitch 6600 Family Network Configuration Guide April 2006
On an OmniSwitch 6624 or 6600-U24 you must install either an OS6600-GNI-C2 or OS6600-GNI-U2
expansion module in the left-hand expansion slot before you can use ports 25 and 26 for link aggregation
and you must install either an OS6600-GNI-C2 or OS6600-GNI-U2 expansion module in the right-hand
expansion/stacking slot before you can use ports 27 and 28 for link aggregation.
On an OmniSwitch 6648 you must install either an OS6600-GNI-C2 or OS6600-GNI-U2 expansion
module in the topmost expansion slot before you can use ports 49 and 50 for link aggregation and you
must install either an OS6600-GNI-C2 or OS6600-GNI-U2 expansion module in the bottommost expan-
sion/stacking slot before you can use ports 51 and 52 for link aggregation.
Note. On the OmniSwitch 6648 ports 49 and 50 and ports 51 and 52 cannot be assigned to the same
dynamic aggregate group.
For example, to assign ports 1, 2, and 3 in slot 1 to static aggregate group 10 (which has a size of 4) you
would enter:
-> static agg 1/1 agg num 10
-> static agg 1/2 agg num 10
-> static agg 1/3 agg num 10
Note. A port may belong to only one aggregate group. In addition, mobile ports cannot be aggregated. See
Chapter 7, “Assigning Ports to VLANs,” for more information on mobile ports.
As an option, you can use the ethernet, fastethernet, and gigaethernet keywords before the slot and port
number to document the interface type or make the command look consistent with early-generation Alca-
tel CLI syntax. For example, to assign port 1 in slot 1 to static aggregate group 10 and document that port
1 in slot 5 is a Fast Ethernet port you would enter:
-> static fastethernet agg 1/1 agg num 10
Note. The ethernet, fastethernet, and gigaethernet keywords do not modify a port’s configuration. See
Chapter 1, “Configuring Ethernet Ports,” for information on configuring Ethernet ports.
Removing Ports from a Static Aggregate Group
To remove a port from a static aggregate group you use the no form of the static agg agg num command
by entering static agg no followed by the slot number, a slash (/), and the port number. For example, to
remove port 4 in slot 1from a static aggregate group you would enter:
-> static agg no 1/4
Ports must be deleted in the reverse order in which they were assigned. For example, if port 9 through 16
were assigned to static aggregate group 2 you must first delete port 16, then port 15, and so forth. The
following is an example of how to delete ports in the proper sequence from the console
-> static agg no 1/24
-> static agg no 1/23
-> static agg no 1/22