display evb vsi

Use display evb vsi to display VSI interface information.

Syntax

display evb vsi [ verbose ] [ interface interface-type { interface-number | interface-number:channel-id | interface-number:channel-id.vsi-local-id } ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

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

interface: Specifies an interface. If you do not specify an interface, the command displays VSI interface information for all interfaces with EVB enabled.

interface-type { interface-number | interface-number:channel-id | interface-number:channel-id.vsi-local-id }: Specifies a Layer 2 Ethernet interface , Layer 2 aggregate interface, S-channel interface, S-channel aggregate interface, VSI interface, or a VSI aggregate interface by its type and number.

Examples

# Display brief VSI interface information for FortyGigE 1/0/1.

<Sysname> display evb vsi interface FortyGigE 1/0/1
Status: A -- Association, P -- Pre-association

VSI                     VTID     Type      Instance                Status
interface                        version   ID
SCH1/0/1:100.0            NA       NA        NA                      P
SCH1/0/1:100.1            NA       NA        NA                      A

# Display detailed VSI interface information for FortyGigE 1/0/1.

<Sysname> display evb vsi verbose interface FortyGigE 1/0/1
S-Channel1/0/1:100
 S-Channel1/0/1:100.0,
  VSI local-ID: 0,          VSI type ID: NA,        VSI type version: NA,
  VSI instance ID: NA,
  VSI manager ID: NA,
  Current VDP status: Pre-association,
  Filter type: VID,
  Filter info:
  <100>
 S-Channel1/0/1:100.1,
  VSI local-ID: 1,          VSI type ID: 100,       VSI type version: 0,
  VSI instance ID: 11:2233:4455:6677:8899:1234:5678:9010,
  VSI manager ID: NA,
  Current VDP status: Association,
  Filter type: MAC/VID,
  Filter info:
  <0011-2233-4455, 1000>

Table 5: Command output

Field

Description

VSI interface

Name of a VSI interface.

VTID/VSI type ID

VSI type ID.

NA indicates no ID is specified.

Type version/VSI type version

VSI type version number.

NA indicates no version is specified.

Instance ID/VSI instance ID

VSI instance ID.

NA indicates no instance ID is specified.

Status

Current status of a VSI interface.

VSI manager ID

Address of the VSI manager.

NA indicates no VSI manager is specified.

Filter type

VSI filter type:

  • GroupID/VID—Group ID values and VID values.

  • GroupID/MAC/VID—Group ID values, MAC addresses, and VID values.

  • VID—VLAN ID.

  • MAC/VID—MAC addresses and VID values.

Filter info

VSI filters:

  • In the format <VLAN ID>, meaning the VLAN to which the traffic belongs.

  • In the format <MAC address, VLAN ID>, meaning the destination MAC for the traffic and the VLAN to which the traffic belongs.

  • In the format <GroupID, VLAN ID>, meaning the VLAN to which the traffic belongs and the group to which the VLAN belongs.

  • In the format <GroupID, MAC address, VLAN ID>, meaning the destination MAC for the traffic, the VLAN to which the traffic belongs, and the group to which the VLAN belongs.