display link-aggregation verbose

Syntax

display link-aggregation verbose [ bridge-aggregation [ interface-number ] ] [ | { begin | exclude | include } regular-expression ]

View

Any view

Default level

1: Monitor level

Parameters

bridge-aggregation: Displays detailed information about the Layer 2 aggregation groups corresponding to Layer 2 aggregate interfaces.

interface-number: Specifies an existing aggregate interface 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 verbose to display detailed information about the aggregation groups corresponding to the aggregate interfaces.

Use display link-aggregation verbose bridge-aggregation interface-number to display information about a specific Layer 2 aggregation group.

Use display link-aggregation verbose bridge-aggregation to display information about all Layer 2 aggregation groups.

Use display link-aggregation verbose to display information about all aggregation groups.

The bridge-aggregation keyword is available only when you create Layer 2 aggregate interfaces on the device.

Examples

# Display detailed information about the aggregation group corresponding to Layer 2 aggregate interface Bridge-Aggregation 1, which is a dynamic aggregation group.

<Sysname> display link-aggregation verbose bridge-aggregation 1
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected
Flags:  A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
        D -- Synchronization, E -- Collecting, F -- Distributing,
        G -- Defaulted, H -- Expired

Aggregation Interface: Bridge-Aggregation1
Aggregation Mode: Dynamic
Loadsharing Type: Shar
System ID: 0x8000, 000f-e267-6c6a
Local:
  Port             Status  Priority Oper-Key  Flag
-------------------------------------------------------------------------------
  Eth1/0/26           S       32768    2         {ACDEF}
  Eth1/0/32           S       32768    2         {ACDEF}
Remote:
  Actor           Partner Priority Oper-Key  SystemID               Flag
-------------------------------------------------------------------------------
  Eth1/0/26           32      32768    2         0x8000, 000f-e267-57ad {ACDEF}
  Eth1/0/32           26      32768    2         0x8000, 000f-e267-57ad {ACDEF}

# Display detailed information about the aggregation group corresponding to Layer 2 aggregate interface Bridge-Aggregation 2, which is a static aggregation group.

<Sysname> display link-aggregation verbose bridge-aggregation 2
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected
Flags:  A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
        D -- Synchronization, E -- Collecting, F -- Distributing,
        G -- Defaulted, H -- Expired

Aggregation Interface: Bridge-Aggregation2
Aggregation Mode: Static
Loadsharing Type: NonS
  Port             Status  Priority  Oper-Key
--------------------------------------------------------------------------------
  Eth1/0/21           U       32768     1
  Eth1/0/22           U       32768     1
  Eth1/0/23           U       63        1

Table 19: Command output

Field

Description

Loadsharing Type

Load sharing type:

  • Shar—Load sharing.

  • NonS—Non-load sharing.

Port Status

Port state: Selected or Unselected.

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

Name of the aggregate interface.

Aggregation Mode

Mode of the aggregation group:

  • Static for static aggregation.

  • Dynamic for dynamic aggregation.

System ID

Local system ID, comprising the system LACP priority and the system MAC address.

Local

Information about the local end.

Port

Port type and number.

Status

Port state: selected or unselected.

Priority

Port aggregation priority.

Oper-Key

Operational key.

Flag

LACP protocol state flag.

Remote

Information about the remote end.

Actor

Local port type and number.

Partner

Remote port index.