Ethernet VPN Virtual Private Wire Service
EVPN VPWS (Ethernet VPN Virtual Private Wire Service) is a BGP control plane solution for point-to-point
services. It implements signaling and encapsulation techniques for establishing an EVPN instance between a
pair of provider edge devices.
EVPN VPWS supports both single-homing and multi-homing.
Configuration
The following sections describes the procedure for configuring IP Fast Reroute with Remote LFA.
• Configure L2VPN on the provide edge router
• Configure BFD on the customer edge router
Configure L2VPN on the Provide Edge Router
Configure L2VPN on the provider edge router.
/* Enable IS-IS and configure routing level for an area. */
RP/0/RSP0/CPU0:router# configure
RP/0/RSP0/CPU0:router(config)# interface tengige 0/1/0/8/2.1
RP/0/RSP0/CPU0:router(config-subif)# exit
RP/0/RSP0/CPU0:router(config)# router isis
RP/0/RSP0/CPU0:router(config-isis)# is-type level-2-only
RP/0/RSP0/CPU0:router(config-isis)# net 49.1234.2222.2222.2222.00
RP/0/RSP0/CPU0:router(config-isis)# nsr
RP/0/RSP0/CPU0:router(config-isis)# nsf cisco
RP/0/RSP0/CPU0:router(config-isis)# address-family ipv4 unicast
RP/0/RSP0/CPU0:router(config-isis-af)# metric style wide
RP/0/RSP0/CPU0:router(config-isis)# end
RP/0/RSP0/CPU0:router(config)# interface Bundle-Ether 199
RP/0/RSP0/CPU0:router(config-if)# address-family ipv4 unicast
RP/0/RSP0/CPU0:router(config-if)# end
RP/0/RSP0/CPU0:router(config)# interface Loopback 0
RP/0/RSP0/CPU0:router(config-if)# end
RP/0/RSP0/CPU0:router(config-if)# address-family ipv4 unicast
RP/0/RSP0/CPU0:router(config-if)# exit
/* Configure IPv4 address on an interface that connects to the core. */
RP/0/RSP0/CPU0:router(config)# router bgp 100
RP/0/RSP0/CPU0:router(config-bgp)# bgp router-id 10.10.10.1
RP/0/RSP0/CPU0:router(config-bgp)# address-family l2vpn evpn
RP/0/RSP0/CPU0:router(config-bgp)# neighbor 192.0.2.1
RP/0/RSP0/CPU0:router(config-bgp-nbr)# remote-as 100
RP/0/RSP0/CPU0:router(config-bgp-nbr)# update-source Loopback 0
RP/0/RSP0/CPU0:router(config-bgp-nbr)# address-family l2vpn evpn
RP/0/RSP0/CPU0:router(config-bgp-nbr-af)# address-family l2vpn evpn
/* Configure MPLS LDP for the physical core interface. */
RP/0/RSP0/CPU0:router(config-bgp-nbr-af)# mpls ldp
RP/0/RSP0/CPU0:router(config-bgp-nbr-af)# exit
RP/0/RSP0/CPU0:router(config-bgp-nbr)# exit
RP/0/RSP0/CPU0:router(config-bgp)# exit
RP/0/RSP0/CPU0:router(config)# interface Bundle-Ether 199
RP/0/RSP0/CPU0:router(config-if)# exit
/* Configure L2VPN Xconnect. */
Routing Configuration Guide for Cisco NCS 5500 Series Routers, IOS XR Release 6.3.x
218
Implementing BFD
Ethernet VPN Virtual Private Wire Service