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 [ interface-number ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

bridge-aggregation: Specifies Layer 2 aggregate interfaces.

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

Usage guidelines

If you specify the bridge-aggregation keyword but do not specify an interface number, the command displays detailed information about all Layer 2 aggregation groups.

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

The bridge-aggregation keyword is available only when Layer 2 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, * -- Management 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 VLAN : None
System ID: 0x8000, 000f-e267-6c6a
Local:
  Port              Status  Priority Oper-Key  Flag
--------------------------------------------------------------------------------
  XGE1/0/1           S       32768    2         {ACDEF}
  XGE1/0/2           S       32768    2         {ACDEF}
Remote:
  Actor              Partner Priority Oper-Key  SystemID               Flag
--------------------------------------------------------------------------------
  XGE1/0/1           1      32768    2         0x8000, 000f-e267-57ad {ACDEF}
  XGE1/0/2           2      32768    2         0x8000, 000f-e267-57ad {ACDEF}

# 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, * -- Management 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 VLAN : None
  Port             Status  Priority Oper-Key
--------------------------------------------------------------------------------
  XGE1/0/1           U       32768    1
  XGE1/0/2           U       32768    1
  XGE1/0/3           U       32768    1

Table 25: Command output

Field

Description

Loadsharing Type

Load sharing type:

  • Shar—Load sharing.

  • NonS—Non-load sharing.

Port Status

Port state:

  • Selected.

  • Unselected.

  • Individual.

  • Management port.

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.

  • A—Indicates whether LACP is enabled. 1 indicates enabled, and 0 indicates disabled.

  • B—Indicates the LACP short or long timeout. 1 indicates short timeout, and 0 indicates long timeout.

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

  • D—Indicates whether the sending system considers that the link is synchronized. 1 indicates yes, and 0 indicates no.

  • E—Indicates whether the sending system considers that the incoming frames are collected. 1 indicates yes, and 0 indicates no.

  • F—Indicates whether the sending system considers that the outgoing frames are distributed. 1 indicates yes, and 0 indicates no.

  • G—Indicates whether the sending system receives frames in the default state. 1 indicates yes, and 0 indicates no.

  • H—Indicates whether the sending system receives frames in the expired state. 1 indicates yes, and 0 indicates no.

Aggregate Interface

Name of the aggregate interface.

Aggregation Mode

Aggregation group type:

  • S—Static.

  • D—Dynamic.

Management VLAN

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

System ID

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

Local

Information about the local end:

  • Port—Port type and number.

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

  • Priority—Port priority.

  • Oper-Key—Operational key.

  • Flag—LACP state flag.

NOTE:

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

Remote

Information about the peer end:

  • Actor—Type and number of the local port.

  • Partner—Index of the peer port.

  • Priority—Priority 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.