API Guide

Configure a route target in a tenant VRF used for EVPN symmetric IRB traffic. In EVPN-VRF command
mode, the manual route-target configuration should be unique across VRFs.
Example
OS10(config)# evpn
OS10(config-evpn)# evi 10
OS10(config-evpn-evi)# vni 10000
OS10(config-evpn-evi)# rd 111.111.111.111:65535
OS10(config-evpn-evi)# route-target 1:3 both
OS10(config)# evpn
OS10(config-evpn)# vrf vrf-blue
OS10(config-evpn-vrf-vrf-blue)# route-target auto
Supported
releases
10.4.2.0 or later
show evpn evi
Displays the configuration settings of EVPN instances.
Syntax
show evpn evi [id]
Parameters id (Optional) Enter the EVPN instance ID, from 1 to 65535.
Default Not configured
Command mode EXEC
Usage
information
Use this command to verify EVPN instance status, associated VXLAN virtual networks and the RD and RT
values the BGP EVPN routes use in the EVI. The status of integrated routing and bridging (IRB) and the
VRF used for EVPN traffic also display.
Example
OS10# show evpn evi 101
EVI : 101, State : up
Bridge-Domain : Virtual-Network 101, VNI 101
Route-Distinguisher : 1:95.0.0.4:101(auto)
Route-Targets : 0:101:268435556(auto) both
Inclusive Multicast : 95.0.0.3
IRB : Enabled(VRF: default)
Supported
releases
10.4.2.0 or later
show evpn mac
Displays BGP EVPN routes for host MAC addresses.
Syntax
show evpn mac {count | mac-address nn.nn.nn.nn | evi id [mac-address
nn.nn.nn.nn | count | next-hop ip-address count]}
Parameters
count Displays the total number of local and remote host MAC addresses in EVPN instances.
mac-address nn.nn.nn.nn Displays the BGP EVPN routes for a specific 48-bit host MAC
address.
evi id Displays the host MAC addresses and next hops in a specified EVPN instance, from 1 to
65535. To filter the output, display information on the host MAC address count for an EVPN ID or for
a next-hop IP address, and BGP routes for a specified MAC address.
Default Not configured
Command mode EXEC
Usage
information
Use this command to display the BGP routes for host MAC addresses in EVPN instances. The type 2
routes received from the remote VTEP is displayed only if there is a corresponding EVI configured locally.
VXLAN 937