3 – Virtual I/O Command Line Interface
Groups and Commands
D000025-002 Rev. A
3-75
A
ethExtLacpKeyGet
Read the 802.3ad Lacp actor key for the specified port.
Syntax:
Options:
Sample Output:
NOTE:
802.3ad allows for ports to be configured with an actor key, designating
which ports can be a part of the same aggregation (i.e., only ports with the
same actor key can be a part of the same aggregation, regardless of how
the partner's information matches up). This command displays the Lacp
key for the specified port(s). The port parameter can be either a single port,
or a list of ports separated by spaces and enclosed in double quotes.
ethExtLacpKeySet
Change the Lacp actor key for the specified External Ethernet port.
Syntax:
Options:
Sample Output:
Usage: ethExtLacpKeyGet <port> or ethExtLacpKeyGet
"<port1> <port2> ..."
port
Displays the current Lacp actor key for the specified External Ethernet port.
-> ethExtLacpKeyGet "1 2"
802.3ad Lacp actor key for External Ethernet port 1 [Ext-1]: 1
(00000001)
802.3ad Lacp actor key for External Ethernet port 2 [Ext-2]: 1
(00000001)
ethExtLacpKeySet <port> <key>
port
External Ethernet port (or list of ports) to modify the Lacp actor key.
key
New 16-bit Lacp actor key to assign to the port(s).
-> ethExtLacpKeySet 1 2
Set 802.3ad Lacp actor key to 2 for External Ethernet port 1 [Ext-1].