display link-aggregation member-port

Syntax

display link-aggregation member-port [ interface-list ] [ | { begin | exclude | include } regular-expression ]

View

Any view

Default level

1: Monitor level

Parameters

interface-list: Specifies a list of link aggregation member ports, in the format interface-type interface-number [ to interface-type interface-number ], where interface-type interface-number indicates the port type and port number.

|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.

begin: Displays the first line that matches the specified regular expression and all lines that follow.

exclude: Displays all lines that do not match the specified regular expression.

include: Displays all lines that match the specified regular expression.

regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.

Description

Use display link-aggregation member-port to display detailed link aggregation information for the specified member ports. If no port is specified, this command displays detailed link aggregation information for all member ports.

Only the port number and operational key of a member port in a static aggregation group are displayed, because the aggregation group is not aware of the partner’s information.

Examples

# Display detailed link aggregation information for Ethernet 1/0/1, a member port of a static aggregation group.

<Sysname>display link-aggregation member-port ethernet 1/0/1
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
       D -- Synchronization, E -- Collecting, F -- Distributing,
       G -- Defaulted, H -- Expired

Ethernet1/0/1:
Aggregation Interface: Bridge-Aggregation1
Port Number: 3
Port Priority: 32768
Oper-Key: 2

# Display detailed link aggregation information for Ethernet 1/0/2, a member port of a dynamic aggregation group.

<Sysname>display link-aggregation member-port ethernet 1/0/2
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
       D -- Synchronization, E -- Collecting, F -- Distributing,
       G -- Defaulted, H -- Expired

Ethernet1/0/2:
Aggregation Interface: Bridge-Aggregation2
Local:
    Port Number: 7
    Port Priority: 32768
    Oper-Key: 3
    Flag: {ACG}
Remote:
    System ID: 0x8000, 0000-0000-0000
    Port Number: 0
    Port Priority: 32768
    Oper-Key: 0
    Flag: {EF}
Received LACP Packets: 0 packet(s)
Illegal: 0 packet(s)
Sent LACP Packets: 0 packet(s)

Table 17: Command output

Field

Description

Flags

LACP state flags:

  • A—LACP is enabled.

  • B—Indicates the LACP short timeout.

  • C—The sending system detects that the link is aggregatable.

  • D—The sending system detects that the link is synchronized.

  • E—The sending system detects that the incoming frames are collected.

  • F—The sending system detects that the outgoing frames are distributed.

  • G—The sending system receives frames in the default state.

  • H—The sending system receives frames in the expired state.

Aggregation Interface

Aggregate interface to which the member port belongs.

Local

Information about the local end.

Port Priority

Aggregation priority of the port.

Oper-key

Operational key.

Flag

LACP protocol state flag.

Remote

Information about the remote end.

System ID

Remote end system ID, comprising 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.