Alcatel-Lucent 6850-48 Guida Di Rete

Pagina di 1162
Configuring Dynamic Link Aggregation
Modifying Dynamic Link Aggregate Group Parameters
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
page 23-21
For example, to modify the system ID of the dynamic aggregate actor port 3 in slot 7 to 
00:20:da:06:ba:d3 you would enter:
-> lacp agg 7/3 actor system id 00:20:da:06:ba:d3
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 modify the system ID of the dynamic aggregate actor port 3 in 
slot 7 to 00:20:da:06:ba:d3 and document that the port is 10 Mbps Ethernet you would enter:
-> lacp agg ethernet 7/3 actor system id 00:20:da:06:ba:d3
Restoring the Actor Port System ID
To remove a user-configured system ID from a dynamic aggregate group actor port’s configuration use 
the no form of the 
 command by entering lacp agg, the slot number, a slash 
(/), the port number, and no actor system id.
For example, to remove a user-configured system ID from dynamic aggregate actor port 3 in slot 7 you 
would enter:
-> lacp agg 7/3 no actor system id
Modifying the Actor Port System Priority
By default, the actor system priority is 0. The following subsections describe how to configure a user-
specified value and how to restore the value to its default value with the 
command.
Configuring an Actor Port System Priority
You can configure the actor system priority to a value ranging from 0 to 255 by entering lacp agg, the slot 
number, a slash (/), the port number, actor system priority, and the user-specified actor port system 
priority.
For example, to modify the system priority of dynamic aggregate actor port 5 in slot 2 to 200 you would 
enter:
-> lacp agg 2/5 actor system priority 200
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 modify the system priority of dynamic aggregate actor port 5 
in slot 2 to 200 and document that the port is a Giga Ethernet port you would enter:
-> lacp agg gigaethernet 2/5 actor system priority 200
Restoring the Actor Port System Priority
To remove a user-configured actor port system priority from a dynamic aggregate group actor port’s 
configuration use the no form of the 
 command by entering lacp agg, the 
slot number, a slash (/), the port number, and no actor system priority.
For example, to remove a user-configured system priority from dynamic aggregate actor port 5 in slot 2 
you would enter:
-> lacp agg 2/5 no actor system priority