< Home

display vsi services

Function

The display vsi services command displays information about the AC interface associated with the VSI.

Format

display vsi services { all | vsi-name | interface interface-type interface-number | vlan vlan-id }

Parameters

Parameter Description Value
all Displays the information about AC interfaces associated with all VSIs. -
vsi-name Displays the information about AC interfaces associated with the specified VSI. The value is an existing VSI.
interface interface-type interface-number Specifies the type and number of the AC interface associated with the VSI.
  • interface-type specifies the type of the interface.
  • interface-number specifies the number of the interface.
-
vlan vlan-id Displays information about the specified VLAN AC interface associated with the VSI. The value is an integer that ranges from 1 to 4094.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

The display vsi services command displays status of the AC interface associated with the VSI, and can be used for fault diagnosis.

Example

# Display information about the AC interfaces associated with all VSIs.

<HUAWEI> display vsi services all
Total: 2
Code: AS(Admin Status), PS(Physical Status)
--------------------------------------------------------------------------------
Interface                           Vsi Name                        AS    PS
--------------------------------------------------------------------------------
GigabitEthernet0/0/1                1                               up    up
Vlanif1024                          a2                              up    up 
--------------------------------------------------------------------------------

# Display information about the AC interface associated with the VSI named a2.

<HUAWEI> display vsi services a2
Total: 1
Code: AS(Admin Status), PS(Physical Status)
--------------------------------------------------------------------------------
Interface                           Vsi Name                        AS    PS
--------------------------------------------------------------------------------
Vlanif1024                          a2                              up    up
--------------------------------------------------------------------------------
# Display information about the GE0/0/1 interface associated with the VSI.
<HUAWEI> display vsi services interface gigabitethernet0/0/1
Total: 1
Code: AS(Admin Status), PS(Physical Status)
--------------------------------------------------------------------------------
Interface                           Vsi Name                        AS    PS
--------------------------------------------------------------------------------
GigabitEthernet0/0/1                1                               down  up
--------------------------------------------------------------------------------

# Display information about the AC interface in VLAN 1024 associated with the VSI.

<HUAWEI> display vsi services vlan 1024
Total: 1
Code: AS(Admin Status), PS(Physical Status)
--------------------------------------------------------------------------------
Interface                           Vsi Name                        AS    PS
--------------------------------------------------------------------------------
Vlanif1024                          a2                              up    up
--------------------------------------------------------------------------------
Table 1 Description of the display vsi services command output

Item

Description

Interface

Name of the interface.

Vsi Name

Name of the VSI that is bound to the interface.

AS

Status of the VSI that is bound to the interface:

  • up: indicates that the VSI is in Up state.
  • down: indicates that the VSI is in Down state.
  • *down: indicates that the VSI status is AdminDown.

PS

Physical status of the interface:

  • up: indicates that the physical status of the interface is Up.
  • down: indicates that the physical status of the interface is Down.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >