The display vsi services command displays information about the AC interface associated with the VSI.
display vsi services { all | vsi-name | interface interface-type interface-number | vlan vlan-id }
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.
|
- |
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. |
The display vsi services command displays status of the AC interface associated with the VSI, and can be used for fault diagnosis.
# 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
--------------------------------------------------------------------------------
<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
--------------------------------------------------------------------------------
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:
|
PS |
Physical status of the interface:
|