Example:
RP/0/RSP0/CPU0:router# configure
Enters the Global Configuration mode.
Step 2 router bgp autonomous-system-number
Example:
RP/0/RSP0/CPU0:router(config)# router bgp 100
Enters router configuration mode for the specified routing process.
Step 3 address-family l2vpn evpn
Example:
RP/0/RSP0/CPU0:router(config-bgp)# address-family l2vpn evpn
Specifies the L2VPN address family and enters address family configuration mode.
Step 4 neighbor ip-address
Example:
RP/0/RSP0/CPU0:router(config-bgp)# neighbor 10.10.10.1
Adds the IP address of the neighbor in the specified autonomous system.
Step 5 address-family l2vpn evpn
Example:
RP/0/RSP0/CPU0:router(config-bgp-nbr-af)# address-family l2vpn evpn
Specifies the L2VPN address family of the neighbor and enters address family configuration mode.
Step 6 Use the commit or end command.
commit - Saves the configuration changes and remains within the configuration session.
end - Prompts user to take one of these actions:
• Yes - Saves configuration changes and exits the configuration session.
• No - Exits the configuration session without committing the configuration changes.
• Cancel - Remains in the configuration mode, without committing the configuration changes.
Configuring EVPN-VPWS
Perform this task to configure EVPN-VPWS.
L2VPN and Ethernet Services Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.3.x
178
Implementing Point to Point Layer 2 Services
Configuring EVPN-VPWS