7
display vxlan tunnel
Use
display vxlan tunnel
to display VXLAN tunnel information for VXLANs.
Syntax
display
vxlan tunnel
[
vxlan-id vxlan-id
[
tunnel tunnel-number
] ]
Views
Any view
Predefined user roles
network-admin
network-operator
context-admin
context-operator
Parameters
vxlan-id
: Specifies a VXLAN ID in the range of 0 to 16777215. If you do not specify a VXLAN, this
command displays VXLAN tunnel information for all VXLANs.
tunnel tunnel-number
: Specifies a VXLAN tunnel. The
tunnel-number
argument
represents the tunnel interface number. The value range for the
tunnel-number
argument is 0 to
65534. If you do not specify a VXLAN tunnel, this command displays information about all VXLAN
tunnels associated with the specified VXLAN.
Examples
# Display VXLAN tunnel information for all VXLANs.
<Sysname> display vxlan tunnel
Total number of VXLANs: 1
VXLAN ID: 10, VSI name: vpna, Total tunnels: 3 (3 up, 0 down, 0 defect, 0 blocked)
Tunnel name Link ID State Type Flood proxy Split horizon
Tunnel1 0x5000001 Up Manual Disabled Enabled
Tunnel2 0x5000002 Up Manual Disabled Enabled
# Display VXLAN tunnel information for VXLAN
10
.
<Sysname> display vxlan tunnel vxlan-id 10
VXLAN ID: 10, VSI name: vpna, Total tunnels: 3 (3 up, 0 down, 0 defect, 0 blocked)
Tunnel name Link ID State Type Flood proxy Split horizon
Tunnel1 0x5000001 Up Manual Disabled Enabled
Tunnel2 0x5000002 Up Manual Disabled Enabled
# Display information about VXLAN tunnel 0 for VXLAN
10
.
<Sysname> display vxlan tunnel vxlan-id 10 tunnel 0
Interface: Tunnel0
Link ID : 0x5000000
State : Up
Type : Manual
Flood Proxy : Disabled
Split horizon : Enabled