show interface vxlan vni
Syntax
show interface vxlan vni vteps
描述
显示了VXL VNI的详细信息AN interface 1.
Command context
Manager (#)
Parameters
-
-
Specifies the number for a VNI. Range: 1 to 16777214.
Authority
Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.
Usage
Status can be one of the following:
- operational: Virtual network ID is fully programmed on the switch hardware.
- configuration_error: Virtual network ID programming in the switch hardware failed due to misconfiguration.
- no_hw_resources: Virtual network ID programming failed in the switch hardware due to insufficient resources.
- activating: Initial state of virtual network ID when it is configured.
When a tunnel endpoint is a directly connected via nexthop, then nexthop reachability appears empty (--).
Example
Showing VNI information:
switch#show interface vxlan vniVNI : 1000 VLAN : 10 Routing : disabled VRF : -- VNI-Status : operational VNI : 2000 VLAN : 20 Routing : enabled VRF : default VNI-Status : activating ``` ``` switch# show interface vxlan vni 1000 VNI : 1000 VLAN : 10 Routing : disabled VRF : -- VNI-Status : operational
switch#show interface vxlan vni vtepsVNI : 1000 VLAN : 10 Routing : disabled VRF : -- VNI-Status : operational VTEPS ===== ORIGIN SOURCE DESTINATION VRF VTEP-STATUS --------- --------- ----------- ------- ------------ static 11.0.0.1 11.0.0.2 default operational VNI : 2000 VLAN : 20 Routing : enabled VRF : default VNI-Status : operational VTEPS ===== ORIGIN SOURCE DESTINATION VRF VTEP-STATUS --------- --------- ----------- ------- ------------ evpn 11.0.0.1 14.0.0.2 default activating