/* Configure LACP */
interface Bundle-Ether3
lacp system mac 1.1.1
!
/* Configure CEF adjacency overwrite. */
cef adjacency route override rib
/* Configure EVPN Layer 3 VRF per DC tenant. */
vrf irb1
address-family ipv4 unicast
import route-target
1000:1
!
export route-target
1000:1
!
!
!
/* Configure Layer 2 attachment circuit (AC) from multichassis (MC) bundle interface, and
bridge-group virtual interface (BVI) per bridge domain./*
interface Bundle-Ether3.1001 l2transport
encapsulation dot1q 1001
rewrite ingress tag pop 1 symmetric
!
interface BVI1001
host-routing
vrf irb1
ipv4 address 10.0.1.1 255.255.255.0
mac-address 0000.3030.1
!
/* Configure BGP. */
router bgp 3107
vrf irb1
rd auto
address-family ipv4 unicast
redistribute connected
redistribute static
!
!
/* Configure EVPN. */
evpn
evi 10001
bgp
route-target import 1000:1
route-target export 1000:1
!
advertise-mac
unknown-unicast-suppression
!
/* Configure Layer2 VPN. */
L2VPN and Ethernet Services Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.3.x
591
Configure EVPN IRB
Running Configuration for EVPN IRB