Alcatel-Lucent 6600 Switch User Manual


 
Modifying Dynamic Link Aggregate Group Parameters Configuring Dynamic Link Aggregation
page 13-26 OmniSwitch 6600 Family Network Configuration Guide April 2006
For example, to modify the system ID of 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 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 modify the system ID of 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 lacp agg actor system id 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 lacp agg actor system priority
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 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 modify the system priority of dynamic aggregate actor port 5 in slot 2 to
200 and document that the port is a fast Ethernet port you would enter:
-> lacp agg fastethernet 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 lacp agg actor system priority 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