API Guide

Configure a route target in a tenant VRF used for EVPN symmetric IRB traffic. The route-target command is
supported in EVPN-VRF mode in 10.5.1 and later releases. 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
router-mac
Configure the local router MAC address that is used by remote VTEPs as the destination address in VXLAN encapsulated packets sent to
the switch.
Syntax
router-mac mac-address
Parameters
mac-address
Enter the MAC address in nn:nn:nn:nn:nn:nn format.
Default Not configured
Command mode EVPN
Usage information The EVPN router MAC address is encoded in the router's MAC extended community in MAC/IP Type 2 and IP-
prefix Type 5 route updates. It also serves as the destination MAC address in VXLAN encapsulated packets sent
to the switch. In a VLT domain, configure the same router MAC address on both VLT VTEP peers.
Example
OS10(config-evpn)# router-mac 00:01:02:03:04:05
Supported
releases
10.5.1 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)
BGP EVPN for VXLAN 67