display link-aggregation member-port
Use display link-aggregation member-port to display detailed link aggregation information for the specified member ports.
Syntax
display link-aggregation member-port [ interface-list ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
interface-list: Specifies a list of link aggregation member ports, in the format interface-type interface-number [ to interface-type interface-number ]. interface-type interface-number specifies an interface by its type and number.
Usage guidelines
A member port in a static aggregation group is unaware of information about the peer group. For such member ports, the command displays the port number, port priority, and operational key of only the local end.
Examples
# Display detailed link aggregation information for Ten-GigabitEthernet 1/0/1, which is a member port of a static aggregation group.
<Sysname> display link-aggregation member-port ten-gigabitethernet 1/0/1 Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation, D -- Synchronization, E -- Collecting, F -- Distributing, G -- Defaulted, H -- Expired Ten-GigabitEthernet1/0/1: Aggregate Interface: Bridge-Aggregation1 Port Number: 1 Port Priority: 32768 Oper-Key: 1
# Display detailed link aggregation information for Ten-GigabitEthernet 1/0/2, which is a member port of a dynamic aggregation group.
<Sysname> display link-aggregation member-port ten-gigabitethernet 1/0/2 Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation, D -- Synchronization, E -- Collecting, F -- Distributing, G -- Defaulted, H -- Expired Ten-GigabitEthernet1/0/2: Aggregate Interface: Bridge-Aggregation10 Local: Port Number: 2 Port Priority: 32768 Oper-Key: 2 Flag: {ACDEF} Remote: System ID: 0x8000, 000f-e267-6c6a Port Number: 26 Port Priority: 32768 Oper-Key: 2 Flag: {ACDEF} Received LACP Packets: 5 packet(s) Illegal: 0 packet(s) Sent LACP Packets: 7 packet(s)
Table 23: Command output
Field | Description |
---|---|
Flags | LACP state flags. This field is one byte long, represented by ABCDEFGH from the least significant bit to the most significant bit. The letter is present when its bit is 1 and absent when its bit is 0.
|
Aggregate Interface | Aggregate interface to which the member port belongs. |
Local | Information about the local end. |
Oper-key | Operational key. |
Flag | LACP protocol state flag. |
Remote | Information about the peer end. |
System ID | Peer system ID, containing the system LACP priority and the system MAC address. |
Received LACP Packets | Total number of LACP packets received. |
Illegal | Total number of illegal packets. |
Sent LACP Packets | Total number of LACP packets sent. |