display l2vpn vsi

Use display l2vpn vsi to display VSI information.

Syntax

display l2vpn vsi [ name vsi-name ] [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

name vsi-name: Specifies a VSI name, a case-sensitive string of 1 to 31 characters. If you do not specify a VSI, the command displays information about all VSIs.

verbose: Displays detailed VSI information. If you do not specify this keyword, the command displays brief VSI information.

Examples

# Display detailed information about all VSIs.

<Sysname> display l2vpn vsi verbose
VSI Name: 0
  VSI Index               : 0
  VSI State               : Up
  MTU                     : 1500
  Bandwidth               : 102400 kbps
  Broadcast Restrain      : 5%
  Multicast Restrain      : 100%
  Unknown Unicast Restrain: 100%
  MAC Learning            : Enabled
  MAC Table Limit         : -
  Drop Unknown            : Disabled
  SPB I-SID               : 10000

VSI Name: 1
  VSI Index               : 1
  VSI State               : Up
  MTU                     : 1500
  Bandwidth               : 102400 kbps
  Broadcast Restrain      : 5%
  Multicast Restrain      : 100%
  Unknown Unicast Restrain: 100%
  MAC Learning            : Enabled
  MAC Table Limit         : -
  Drop Unknown            : Disabled
  SPB I-SID               : 10001
  SPB Connections:
    BMAC            BVLAN            Link ID    Type
    9999-8888-7777  1234             64         Unicast
    9999-8988-7777  1234             65         Unicast
  ACs:
    AC                               Link ID    State
    BAGG1 srv1                       0          Down

Table 3: Command output

Field

Description

VSI Description

VSI description. This field is displayed only if you have configured a description for the VSI.

VSI State

VSI state:

  • Up—The VSI is up.

  • Down—The VSI is down.

  • Administratively down—The VSI has been manually shut down with the shutdown command.

MTU

MTU for the VSI.

Bandwidth

Maximum bandwidth in kbps for the VSI.

Broadcast Restrain

Broadcast restraint ratio. The VSI drops broadcast traffic when broadcast traffic exceeds the maximum bandwidth multiplied by the broadcast restraint ratio.

Multicast Restrain

Multicast restraint ratio. The VSI drops multicast traffic when multicast traffic exceeds the maximum bandwidth multiplied by the multicast restraint ratio.

Unknown Unicast Restrain

Unknown unicast restraint ratio. The VSI drops unknown unicast traffic when unknown unicast traffic exceeds the maximum bandwidth multiplied by the unknown unicast restraint ratio.

MAC Learning

State of the MAC learning feature:

  • Enabled—The feature is enabled.

  • Disabled—The feature is disabled.

MAC Table Limit

Maximum number of MAC address entries on the VSI.

If the value is set to Unlimited, there is no limit on the number of MAC address entries.

Drop Unknown

Action on frames that have unknown source MAC addresses after the maximum number of MAC entries is reached:

  • Enabled—Drops these packets.

  • Disabled—Forwards these packets.

Type

Entry type:

  • Multicast—The entry is used for multicast forwarding.

  • Unicast—The entry is used for unicast forwarding.

ACs

Attachment circuits that are bound to the VSI.

AC

Represents an attachment circuit. This field consists of a Layer 2 interface name and an Ethernet service instance name. For example, HGE1/0/1 srv1.

Link ID

Link ID automatically assigned to the AC or PW in the VSI.

State

AC state:

  • Up.

  • Down.