Configuring Dynamic Link Aggregation Modifying Dynamic Link Aggregate Group Parameters
OmniSwitch AOS Release 7 Network Configuration Guide June 2013 page 8-19
Note. Since individual bits with the LACPDU frame are set with the linkagg lacp agg actor admin-state
command you can set some bits on and restore other bits within the same command. For example, if you
wanted to restore bit 2 (aggregate) to its default settings and set bit 0 (active) on dynamic aggregate actor
port 49 in slot 5 you would enter:
-> no linkagg lacp agg 5/49 actor admin-state active aggregate
Modifying the Actor Port System ID
By default, the actor port system ID ( the MAC address used as the system ID on dynamic aggregate actor
ports) is 00:00:00:00:00:00. The following subsections describe how to configure a user-specified value
and how to restore the value to its default value with the linkagg lacp port actor system-id command.
Configuring an Actor Port System ID
You can configure the actor port system ID by entering linkagg lacp port, the slot number, a slash (/), the
port number, actor system-id, and the user specified actor port system ID ( MAC address) in the
hexadecimal format of xx:xx:xx:xx:xx:xx.
For example, to modify the system ID of the dynamic aggregate actor port 3 in slot 7 to
00:20:da:06:ba:d3, enter:
-> linkagg lacp port 7/3 actor system-id 00:20:da:06:ba:d3
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:
-> linkagg lacp port 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 configuration, use the
no form of the linkagg lacp port actor system-id command by entering no linkagg lacp agg, the slot
number, a slash (/), the port number, and actor system-id keyword.
For example, to remove a user-configured system ID from dynamic aggregate actor port 3 in slot 7, enter:
-> linkagg lacp port 7/3 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 linkagg lacp port actor
system-priority command.
Configuring an Actor Port System Priority
You can configure the actor system priority to a value 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:
-> linkagg lacp port 2/5 actor system-priority 200
For example, to modify the system priority of dynamic aggregate actor port 5 in slot 2 to 200, enter: