Alcatel-Lucent 6850-48 Guida Di Rete

Pagina di 1162
Configuring Static Link Aggregation
Configuring Static Link Aggregation Groups
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
page 22-9
Adding and Deleting Ports in a Static Aggregate Group
The following subsections describe how to add and delete ports in a static aggregate group with th
Adding Ports to a Static Aggregate Group
The number of ports assigned in a static aggregate group can be less than or equal to the maximum size 
you specified in the 
 command. To assign a port to a static aggregate group you use the 
 command by entering static agg followed by the slot number, a slash (/), the port 
number, agg num, and the number of the static aggregate group. Ports must be of the same speed (i.e., all 
10 Mbps, all 100 Mbps, or all 1 Gbps). 
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 
 for more information on mobile ports.
As an option, you can use the ethernetfastethernet, and gigaethernet keywords before the slot and port
 
number to document the interface type or make the command look consistent with early-generation 
Alcatel-Lucent CLI syntax. For example, to assign port 1 in slot 1 to static aggregate group 10 and docu-
ment that port 1 in slot 5 is a Giga Ethernet port you would enter:
-> static gigaethernet agg 1/1 agg num 10
Note
The ethernetfastethernet, and gigaethernet keywords do not modify a port’s configuration. See 
 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 
 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