Configures a Virtual Private Network (VPN) route distinguisher for a VLAN/bridge domain (BD) in an Ethernet VPN (EVPN) default instance.
EPVN VLAN/BD configuration mode
The following example configures an RD and assigns the local ASN number 200:1.
device# configure terminal device(config)# evpn device(config-evpn-default)# bridge-domain 200 device(config-bridge-domain-200)# rd 200:1
The following example configures an RD and assigns the IP address 10.1.1.1:1.
device# configure terminal device(config)# evpn device(config-evpn-default)# bridge-domain 200 device(config-bridge-domain-200)# rd 10.1.1.1:1