show bgp evpn interface tunnel

This command displays information about the EVPN Tunnel interface.

Syntax

show bgp evpn interface tunnel [ <ip-address> | dynamic-discovered ]

Parameters

dynamic-discovered
Displays information for dynamically discovered tunnels.
<ip-address>
Displays information for the tunnel specified by this IP address.

Modes

Privileged EXEC mode

Examples

The following example displays information about BGP EVPN Tunnels

SLX_Leaf-1A# show bgp evpn interface tunnel 
VTEP ID         : 1
VRF  ID         : 1
VTEP Source IP  : 172.31.254.217 
---------------------------------------------------------------------------------------
  IfIndex        Dest IP             Status    Type    MAC Learning on Tunnel (BGP EVPN)
---------------------------------------------------------------------------------------
0x7c008003       172.31.254.179      Up        DYNAMIC      YES
0x7c008004       172.31.254.145      Up        DYNAMIC      YES
0x7c008005       172.31.254.204      Up        DYNAMIC      YES
0x7c008006       172.31.254.114      Up        DYNAMIC      YES
SLX_Leaf-1A#

The following example shows the output for the dynamic-discovered parameter.

SLX_Leaf-1A# show bgp evpn interface tunnel dynamic-discovered 
VTEP ID         : 1
VRF  ID         : 1
VTEP Source IP  : 172.31.254.217
---------------------------------------------------------------------------------------  
IfIndex        Dest IP             Status    Type    MAC Learning on Tunnel (BGP EVPN)
---------------------------------------------------------------------------------------
0x7c008003       172.31.254.179      Up        DYNAMIC      YES
0x7c008004       172.31.254.145      Up        DYNAMIC      YES
0x7c008005       172.31.254.204      Up        DYNAMIC      YES
0x7c008006       172.31.254.114      Up        DYNAMIC      YES
SLX_Leaf-1A#

The following example shows the output for a specific tunnel.

SLX_Leaf-1A# show bgp evpn interface tunnel 172.31.254.179 
VTEP ID         : 1
VRF  ID         : 1
VTEP Source IP  : 172.31.254.217
---------------------------------------------------------------------------------------  
IfIndex        Dest IP             Status    Type    MAC Learning on Tunnel (BGP EVPN)
---------------------------------------------------------------------------------------
0x7c008003       172.31.254.179      Up        DYNAMIC      YES
SLX_Leaf-1A#