display link-aggregation verbose

Use display link-aggregation verbose to display detailed information about the aggregation groups that correspond to the specified aggregate interfaces.

Syntax

display link-aggregation verbose [ { bridge-aggregation | route-aggregation } [ interface-number ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

bridge-aggregation: Specifies Layer 2 aggregate interfaces.

route-aggregation: Specifies Layer 3 aggregate interfaces.

interface-number: Specifies an existing aggregate interface by its number.

Usage guidelines

If you do not specify an aggregate interface type, the command displays detailed information about all aggregation groups.

If you specify an aggregate interface type but do not specify an interface number, the command displays detailed information about all aggregation groups of the specified type.

The bridge-aggregation or route-aggregation keyword is available only when the corresponding aggregate interfaces exist on the device.

Examples

# Display detailed information about Layer 2 aggregation group 10, which is a dynamic aggregation group.

<Sysname> display link-aggregation verbose bridge-aggregation 10
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected, I -- Individual
Port: A -- Auto port, M -- Management port, R -- Reference port
Flags:  A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
        D -- Synchronization, E -- Collecting, F -- Distributing,
        G -- Defaulted, H -- Expired

Aggregate Interface: Bridge-Aggregation10
Aggregation Mode: Dynamic
Loadsharing Type: Shar
Management VLANs: None
System ID: 0x8000, 000f-e267-6c6a
Local:
  Port                Status   Priority Index    Oper-Key               Flag
  XGE1/0/1            S        32768    61       2                      {ACDEF}
  XGE1/0/2            S        32768    62       2                      {ACDEF}
  XGE1/0/3            S        32768    63       2                      {AG}
Remote:
  Actor               Priority Index    Oper-Key SystemID               Flag
  XGE1/0/1(R)         32768    111      2        0x8000, 000f-e267-57ad {ACDEF}
  XGE1/0/2            32768    112      2        0x8000, 000f-e267-57ad {ACDEF}
  XGE1/0/3            32768    113      0        0x8000, 0000-0000-0000 {DEF}

# Display detailed information about Layer 2 aggregation group 20, which is a static aggregation group.

<Sysname> display link-aggregation verbose bridge-aggregation 20
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected, I -- Individual
Port: A -- Auto port, M -- Management port, R -- Reference port
Flags:  A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
        D -- Synchronization, E -- Collecting, F -- Distributing,
        G -- Defaulted, H -- Expired

Aggregate Interface: Bridge-Aggregation20
Aggregation Mode: Static
Loadsharing Type: Shar
Management VLANs: None
  Port             Status  Priority Oper-Key
  XGE1/0/1(R)      S       32768    1
  XGE1/0/2         S       32768    1
  XGE1/0/3         S       32768    1

Table 10: Command output

Field

Description

Loadsharing Type

Load sharing type:

  • Shar—Load-sharing.

  • NonS—Non-load-sharing.

Port Status

Port state:

  • Selected.

  • Unselected.

  • Individual.

Port

Port type:

  • Auto port—The port is enabled with automatic link aggregation. This type is not supported in the current software version.

  • Management port—The port is a management port. This type is not supported in the current software version.

  • Reference port—The port is a reference port.

Flags

LACP state flags. This field is one byte long, represented by ABCDEFGH from the least significant bit to the most significant bit. A letter appears when its bit is 1 and does not appear when its bit is 0.

  • A—Indicates whether LACP is active on the port. 1 indicates active. 0 indicates passive.

  • B—Indicates the LACP timeout interval. 1 indicates the short timeout interval. 0 indicates the long timeout interval.

  • C—Indicates whether the sending system considers that the link is aggregatable. 1 indicates yes. 0 indicates no.

  • D—Indicates whether the sending system considers that the link has been aggregated. 1 indicates yes. 0 indicates no.

  • E—Indicates whether the sending system considers that the link can collect frames. 1 indicates yes. 0 indicates no.

  • F—Indicates whether the sending system considers that the link can distribute frames. 1 indicates yes. 0 indicates no.

  • G—Indicates whether the RX state machine of the sending system is in default state. 1 indicates yes. 0 indicates no.

  • H—Indicates whether the RX state machine of the sending system is in expired state. 1 indicates yes. 0 indicates no.

Aggregate Interface

Name of the aggregate interface.

Aggregation Mode

Aggregation group type:

  • S—Static.

  • D—Dynamic.

Management VLANs

Management VLANs. If no management VLANs are specified, this field displays None.

This field is not supported in the current software version.

System ID

Local system ID, containing the local system LACP priority and the local system MAC address.

Local

NOTE:

Information about the local end:

  • Port—Port type and number.

  • Status—Port state, which can be Selected, Unselected, or Individual.

  • Priority—Port priority.

  • Index—Port index.

  • Oper-Key—Operational key.

  • Flag—LACP state flag.

For static aggregation groups, the Flag field is not displayed.

Remote

Information about the peer end:

  • Actor—Type and number of the local port. This field displays the (R) flag next to the port if its peer port is the reference port.

  • Priority—Priority of the peer port.

  • Index—Index of the peer port.

  • Oper-Key—Operational key of the peer port.

  • System ID—System ID of the peer end.

  • Flag—LACP state flag of the peer end.