L2VPN over IOS-XE and IOS-XR: Configuration, Deployment and Troubleshooting LTRSPG-2500

Size: px
Start display at page:

Download "L2VPN over IOS-XE and IOS-XR: Configuration, Deployment and Troubleshooting LTRSPG-2500"

Transcription

1 L2VPN over IOS-XE and IOS-XR: Configuration, Deployment and Troubleshooting LTRSPG-2500 Kashif Islam Mobeen Tahir 1 of 22

2 Introduction The objective of this lab is to introduce network engineers to the concept of Carrier Ethernet MPLS Based Layer 2 VPN networks and to provide hands-on experience required for configuration and verification of point-to-point and multipoint L2VPN services as described by Metro Ethernet Forum (MEF) This lab is broken into the following modules: Module 1: Discover Your Lab Topology Module 2: Configuring Point-to-Point E-Line Module 3: Configuring Multipoint ELAN Service using VPLS Module 4: Configuring Multipoint ELAN Service Using M-BGP and H-VPLS Module 5: Troubleshooting MPLS L2VPN Services Prerequisites: Must know how to use Cisco IOS Must understand VLANs and Layer 2 Switching Must understand basics of MPLS and LDP operations Knowledge of MPLS based pseudowires (e.g. EoMPLS) is preferred, but not required Hardware Used: Cisco ASR-9000 Series Router Cisco ASR-903 Series Ethernet Aggregation Router Cisco ME3600X Series Ethernet Aggregation Router Cisco ASR-901 Series Cell Site Router Cisco 7600 with ES-20 Linecards Cisco ME of 22

3 Services Overview Full POD Topology You POD Topology is provided to you by the instructor in the class. 3 of 22

4 Module 1: Verify Connectivity and Identify Network Elements Estimated Completion Time: 15 min Objective: Establish connectivity to your POD Identify MPLS enabled interfaces Identify MPLS Router ID s for Access and Aggregation devices in your Pod. At the end of this module you should have fully populated individual POD diagram. Connectivity Details: A Putty shortcut is created on the desktop to automatically login to a Cisco Live DMZ device that connects to PODs for this Lab. Double clicking the shortcut will provide the following output: Using username "cisco". Last login: 7600-Live> To connect to a device in the pod, simply type the hostname of the device. For example, to connect to asr-901-x, simply type asr-901-x on the prompt: 7600-Live> me3600-x Trying Open User Access Verification Password: Use the following credentials throughout this lab: Username: cisco Password: cisco Enable Password: cisco Configuration Tasks: You can open as many connections to this server as required. 1. Identify your individual pod number and group number, identified as x and g from here on. 2. Ensure connectivity to following devices: Aggregation Nodes: ASR-903 and ASR-9K Look at your pod diagram for your ASR-9K For Pod number use ASR and ASR-9K-2 Access Nodes: ASR-901-x and ME3600-x, where x is your pod number CE Nodes: ce-x (3400 used as CE s connected to ASR-901 s) ce-[x+16] 7600 (3400 used as CE s connected to ME-3600 s) 4 of 22

5 3. Your pod topology diagram specifies the interface information for all nodes in the network. Take a moment to familiarize yourself with the network. 4. Basic MPLS has been pre-configured on all Aggregation devices. You will also find that the MPLS Router ID have been documented for Cisco 7600 on your POD. Use the following show commands to identify and document the MPLS Router ID for ASR-903 and ASR-9K in your POD. Example below is for ASR and ASR-9K-1. Make sure you use your own Aggregation nodes ASR-903-1# sh mpls ldp discovery Local LDP Identifier: ?? :0 Discovery Sources: Interfaces: <snip> RP/0/RSP0/CPU0:PR-ASR9K-1#sh mpls ldp discovery Thu Jun 20 19:52: UTC Local LDP Identifier: ?? :0 Discovery Sources: Interfaces: <snip> 5. On access nodes (ME3600-x and ASR-901-x) use show ip interface brief to document the Loopback0 (lo0) IP address. This IP address will be used as MPLS RID in upcoming modules. ASR-901-x# show ip interface brief loopback 0 Interface IP-Address OK? Method Status Protocol Loopback x YES NVRAM up up ME3600-x# show ip interface brief Loopback 0 Interface IP-Address OK? Method Status Protocol Loopback x YES NVRAM up up Identify and document the MPLS Router ID for MPLS devices in your POD before moving to next section. MPLS LDP Router ID s are typically used to establish EoMPLS or VPLS Virtual Circuits (VC s), as will be seen in the next module. Congratulations! You ve finished Module 1 successfully. (Not so bad, is it?) 5 of 22

6 Module 2: Transparent Point to Point L2VPN (E-Line) Services Estimated Completion Time: 25 min E-Line Topology Objective: Configure Aggregation node to accept any frame from Access nodes (equivalent to tunnel mode in legacy switchport configuration) Configure a point-to-point Layer 2 VPN service by creating an Ethernet over MPLS (EoMPLS) Pseudowire between EFP s on Aggregation Devices Verify the service through show commands Ping between Access Nodes (ME3600-x and ASR-901-x) devices using this service Devices Used: Aggregation: ASR-903 and ASR-9K Access: ASR-901-x and ME3600-x Configuration Tasks: 1. Login to your Access devices. (x is your pod number) ASR-901-x Used as CE connected to ASR-903 Aggregation ME3600-x Used as CE connected to ASR-9K Aggregation 2. Shut down the interface towards the CE device on both Access nodes. Keep this interface shut until instructed otherwise. ASR-901-x#conf t ASR-901-x(config)# int gig0/1 ASR-901-x(config-if)# shut ASR-901-x(config-if)#end ME3600-x#conf t ME3600-x(config)# int gig 0/1 ME3600-x(config-if)#shut ME3600-x(config-if)#end 3. Login to your Aggregation devices ASR-903-?? and ASR-9K-?? 6 of 22

7 4. Configure an EFP on Access-facing interface on your ASR-903 aggregation node. Use your pod number ad your EFP ID and use encapsulation Default : Make sure you configure the interface facing ASR-901-x allocated to your POD only ASR-903-??#configure terminal ASR-903-?(config)#int gig 0/??/?? ASR-903-?(config-if)# service instance x ethernet ASR-903-?(config-if-srv)#encapsulation default 5. On this EFP, configure an Ethernet over MPLS (EoMPLS) Pseudowire for Layer 2 data transport. Following parameters are needed for the EoMPLS PW: Peer IP Address MPLS LDP RID of the remote node Your POD s ASR-9K Virtual Circuit ID use x, where x is your Pod number Encapsulation Use encapsulation MPLS ASR-903-??#configure terminal ASR-903-?(config)#int gig 0/??/?? ASR-903-?(config-if)# service instance x ethernet ASR-903-?(config-if-srv)#encapsulation default ASR-903-1(config-if-srv)# xconnect ? x encapsulation mpls ASR-903-1(cfg-if-ether-vc-xconn)#end 6. Create a similar EFP on ASR-9K Aggregation Node on the interface facing ME3600- x. However since this is IOS-XR, EFP is created using an L2 sub-interface: Use your POD ID (x) as sub-interface ID. Make sure you configure the ASR-9K and interface allocated to your POD only. Remember to commit the config RP/0/RSP0/CPU0:PR-ASR9K-?#conf t RP/0/RSP0/CPU0:PR-ASR9K-?(config)# int gig 0/2/0/??.x l2transport RP/0/RSP0/CPU0:PR-ASR9K-?(config-subif)# encapsulation default RP/0/RSP0/CPU0:PR-ASR9K-1(config-subif)#commit 7. Configure an EoMPL PW on ASR-9K towards ASR-903. Use the newly created EFP as the Attachment circuit. ASR-9K uses IOS-XR hierarchical configuration which is different from IOS. Following parameters are required for EoMPLS configuration on IOS-XR: Xconnect group: Administrative grouping of similar point to point service. Use name EPL-PODx, where x is your POD number P2P connection name: Actual point to point service configuration. Use name PODx, where x is your POD number Neighbor IP LDP RID of the remote node Your ASR-903 in this case Virtual Circuit ID use x, where x is your Pod number Interface: Attachment Circuit. Use the sub-interface/efp configured in step 5 7 of 22

8 Here is the configuration sample: RP/0/RSP0/CPU0:PR-ASR9K-?#config t RP/0/RSP0/CPU0:PR-ASR9K-?(config-subif)#l2vpn RP/0/RSP0/CPU0:PR-ASR9K-?(config-l2vpn)#xconnect group EPL-PODx RP/0/RSP0/CPU0:PR-ASR9K-?(config-l2vpn-xc)# p2p PODx RP/0/RSP0/CPU0:PR-ASR9K-?(config-l2vpn-xc-p2p)#int gig 0/2/0/??.x RP/0/RSP0/CPU0:PR-ASR9K-?(config-l2vpn-xc-p2p)#neigh ? pw-id x RP/0/RSP0/CPU0:PR-ASR9K-?(config-l2vpn-xc-p2p-pw)#commit At this time, Layer 2 service configuration is complete between customer sites. Next, we will move on to the verification task to validate L2 connectivity between remote customer sites. Verification Tasks: 1. View service instance configured on the Aggregtion devices: ASR-903-?#sh ethernet service instance interface gig??? Identifier Type Interface State CE-Vlans x static GigabitEthernet0/??/? Up RP/0/RSP1/CPU0:PR-ASR9K-?#sh int gig 0/2/0/??.x <snip> 2. View detailed service instance information on both ASR-903 and ASR-9K: ASR-903-?# sh ethernet service instance interface gig 0/??/?? det Service Instance ID: x Service Instance Type: static Associated Interface: GigabitEthernet0/?/? Associated EVC: L2protocol drop CE-Vlans: Encapsulation: default Interface Dot1q Tunnel Ethertype: 0x8100 State: Up EFP Statistics: Pkts In Bytes In Pkts Out Bytes Out RP/0/RSP1/CPU0:PR-ASR9K-?#sh int gig 0/2/0/??.x <snip> 3. Verify the status of the EoMPLS PW by using the show mpls l2transport vc x and show l2vpn xconnect... command on ASR-903 and ASR-9K ASR-903-x# show mpls l2transport vc x Local intf Local circuit Dest address VC ID Status Gi0/??/?? Ethernet:x ? x UP 8 of 22

9 RP/0/RSP1/CPU0:PR-ASR9K-x# sh l2vpn xconnect group POD1 Legend: XC ST=XconnectState S1=Segment1 State S2=Segment2 State UP=Up DN=Down AD=Admin Down IA=Inactive SB=Standby HS=Hot Standby RV=Recovering NH=No Hardware XConnect Segment 1 Segment 2 Group Name ST Description ST Description ST EPL-PODx PODx UP Gi0/2/0/??.x UP ? x UP Create two VLAN interfaces on both ASR-901-x and ME3600-x. Assign an IP address to both vlans as shown below. Use VLAN 100 and 200 VLAN 100: VLAN 200: ASR-901-x IP Address 100.x.x.1/24 ME3600-x IP Address 100.x.x.2/24 ASR-901-x IP Address: 200.x.x.1/24 ME3600-x IP address: 200.x.x..2/24 ASR-901-X#conf t ASR-901-x(config)#int vlan 100 ASR-901-x(config-if)#ip address 100.x.x ASR-901-x(config-if)#no shut ASR-901-x(config-if)# ASR-901-x(config-if)#int vlan 200 ASR-901-x(config-if)#ip addres 200.x.x ASR-901-x(config-if)#no shut ASR-901-x(config-if)#end ASR-901-x# ME3600-X#conf t ME3600-x(config)#int vlan 100 ME3600-x(config-if)#ip address 100.x.x ME3600-x(config-if)#no shut ME3600-xconfig-if)# ME3600-x(config-if)#int vlan 200 ME3600-x(config-if)#ip address 200.x.x ME3600-x(config-if)#no shut ME3600-x(config-if)#end 5. Create service instances (EFP) for VLAN 100 and 200 on ME3600-x and ASR-901-x. Use 100 and 200 as Service instance ID and Bridge-domain as well. Combined with VLAN created earlier, this step will create Layer-3 interfaces on both access nodes. ME3600-X#conf t ME3600-X(config)#int gig 0/2 ME3600-X(config-if)#service instance 100 ethernet ME3600-X(config-if-srv)#encap dot1q 100 ME3600-X(config-if-srv)#rewrite ingress tag pop 1 symm ME3600-X(config-if-srv)#bridge-domain 100 ME3600-X(config-if-srv)# 9 of 22

10 ME3600-X(config-if-srv)#service instance 200 ether ME3600-X(config-if-srv)#encap dot1q 200 ME3600-X(config-if-srv)#rewrite ingress tag pop 1 symm ME3600-X(config-if-srv)#bridge-domain 200 ME3600-X(config-if-srv)#end ASR-901-X#conf t ASR-901-X(config)#int gig 0/2 ASR-901-X(config-if)# service instance 100 ethernet ASR-901-X(config-if-srv)# encapsulation dot1q 100 ASR-901-X(config-if-srv)# rewrite ingress tag pop 1 symmetric ASR-901-X(config-if-srv)# bridge-domain 100 ASR-901-X(config-if-srv)# ASR-901-X(config-if-srv)# service instance 200 ethernet ASR-901-X(config-if-srv)# encapsulation dot1q 200 ASR-901-X(config-if-srv)# rewrite ingress tag pop 1 symmetric ASR-901-X(config-if-srv)# bridge-domain 200 ASR-901-X(config-if-srv)#end 6. Ensure that ping is successful between the two access nodes. Use the interfaces created above. ME3600-x#ping 100.x.x.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 100.x.x.1, timeout is 2 seconds:.!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/4 ms ME3600-x# ME3600-x# ME3600-x#ping 200.x.x.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 200.x.x.1, timeout is 2 seconds:.!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/4 ms You can use sh mpls l2transport vc detail to ensure traffic stats are increasing with ping Congratulations! You ve successfully established EPL connectivity between two sites through the SP core. 10 of 22

11 Module 3: Configuring Multipoint ELAN Service using VPLS Estimated Completion Time: 25 min Objective: Clear the service instance configuration used in earlier module Configure VLAN specific service instances with common bridge domain on Aggregation Nodes Configure full mesh VPLS Pseudowires between ASR-9K, ASR-903 and 7600 in the core. Verify service configuration Devices Used: Aggregation: ASR-903 and ASR-9K Access: ASR-901-x and ME3600-x Configuration Tasks: 1. Login to your Aggregation devices. (ASR-903 and ASR-9K) 2. On ASR-903 and ASR-9K, shut down the EFP s created in earlier module. ASR-903-?#conf t ASR-903-?(config)#int gig 0/n/n ASR-903-?(config-if)#service instance x ethernet ASR-903-?(config-if-srv)#shut RP/0/RSP1/CPU0:PR-ASR9K-?#conf t RP/0/RSP1/CPU0:PR-ASR9K-?(config)#int gig 0/2/0/n.x RP/0/RSP1/CPU0:PR-ASR9K-?(config-subif)#shut RP/0/RSP1/CPU0:PR-ASR9K-?(config-subif)#commit 11 of 22

12 3. On the same interface, configure two new EFP on ASR-903, one each for VLAN 100 and VLAN 200. Assign a common bridge-doman (1x) to both Service Instances. Ensure that the VLAN is popped before transmission : ASR-903-??#configure terminal ASR-903-?(config)#int gig 0/??/?? ASR-903-?(config-if)# service instance 100 ethernet ASR-903-?(config-if-srv)#encapsulation dot1q 100 ASR-903-?(config-if-srv)# rewrite ingress tag pop 1 symmentic ASR-903-?(config-if-srv)# bridge-domain 1x ASR-903-?(config-if)# service instance 200 ethernet ASR-903-?(config-if-srv)#encapsulation dot1q 200 ASR-903-?(config-if-srv)# rewrite ingress tag pop 1 symmentic ASR-903-?(config-if-srv)# bridge-domain 1x 4. Create a VFI on your ASR-903 with VPLS Pseudowires to your ASR-9K and to the 7600 in the SP Core Use 1x as your PW ID and PODx as VFI name, where x is your POD ID: PR-ASR903-?(config)#l2 vfi PODx manual PR-ASR903-?(config-vfi)#vpn id 1x PR-ASR903-?(config-vfi)#neighbor encap mpls PR-ASR903-?(config-vfi)#neighbor ? encap mpls 5. Create similar EFPs on ASR-9K Aggregation Node on the interface facing ME3600- x. However since this is IOS-XR, EFP is created using an L2 sub-interface: Use VLAN ID as your sub interface ID. RP/0/RSP0/CPU0:PR-ASR9K-?#conf t RP/0/RSP0/CPU0:PR-ASR9K-?(config)# int gig 0/2/0/??.100 l2transport RP/0/RSP0/CPU0:PR-ASR9K-?(config-subif)# encapsulation dot1q 100 RP/0/RSP0/CPU0:PR-ASR9K-?(config-subif)# rewrite ingres tag pop 1 symm RP/0/RSP0/CPU0:PR-ASR9K-1(config-subif)#commit RP/0/RSP0/CPU0:PR-ASR9K-?(config)# int gig 0/2/0/??.200 l2transport RP/0/RSP0/CPU0:PR-ASR9K-?(config-subif)# encapsulation dot1q 200 RP/0/RSP0/CPU0:PR-ASR9K-?(config-subif)# rewrite ingres tag pop 1 symm RP/0/RSP0/CPU0:PR-ASR9K-1(config-subif)#commit 6. Configure a Bridge Domain on ASR-9K. Allocate both Sub-interfaces to the Bridge- Domain as well as configure VFI and Pseudowires under the Bridge-Domain. Use POD1x as your P2P connection name. RP/0/RSP/CPU0:ASR9K-?(#configure terminal RP/0/RSP/CPU0:ASR9K-?(config)#l2vpn RP/0/RSP/CPU0:ASR9K-? (config-l2vpn)#bridge group ELAN-PODx RP/0/RSP/CPU0:ASR9K-? (config-l2vpn-bg)#bridge-domain PODx RP/0/RSP/CPU0:ASR9K-? (config-l2vpn-bg)# interface gig0/2/0/??.100 RP/0/RSP/CPU0:ASR9K-? (config-l2vpn-bg)# interface gig0/2/0/??.200 RP/0/RSP/CPU0:ASR9K-? (config-l2vpn-bg)#bridge-domain PODx RP/0/RSP/CPU0:ASR9K-?(config-l2vpn-bg-bd)#vfi PODx RP/0/RSP/CPU0:ASR9K-?(config-l2vpn-bg-bd-vfi)#neigh pw 1x RP/0/RSP/CPU0:ASR9K-?(config-l2vpn-bg-bd-vfi)#neighbor ? pw 1x RP/0/RSP/CPU0:ASR9K-?(config-l2vpn-bg-bd-vfi-pw)#commit RP/0/RSP/CPU0:ASR9K-?(config-l2vpn-bg-bd-vfi-pw)#end 12 of 22

13 7. Verify the status of the EoMPLS PW between ASR-9K and ASR-903 using following commands: Show mpls l2transport vc detail Show xconnect all Show l2vpn xconnect... What seems to be the problem? What are two ways of fixing this? What is the recommended way? (Hint: Its not the MTU command) 8. Add configuration to your EFP s (Service instance on ASR-903 and Subinterface on ASR-9K) to fix the problem seen above. Verify that the new EoMPLS PW is up. Once the new PW is up, move to the verification task for this module 13 of 22

14 Verification Tasks: 1. Verify that all PW s are up on both aggregation nodes. PR-ASR903-?#sh mpls l2 vc 1x Local intf Local circuit Dest address VC ID Status VFI PODx vfi ? 1x UP VFI PODx vfi x UP RP/0/RSP0/CPU0:PR-ASR9K-?# sh l2vpn bridge-domain bd-name PODx brief Bridge Group:Bridge-Domain Name ID State Num ACs/up Num PWs/up ELAN:PODx 0 up 0/0 2/2 1. Perform the ping test between the customer sites for both VLAN 100 and 200 created earlier in this lab. ME3600-x#ping 100.x.x.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to , timeout is 2 seconds:.!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/4 ms ME3600-x# ME3600-x# ME3600-x# ME3600-x#ping 100.x.x.3 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to , timeout is 2 seconds:... Success rate is 0 percent (0/5) Congratulations! You ve established VLAN based Multipoint Layer 2 connectivity between remote sites using VPLS Now off to something really interesting 14 of 22

15 Module 4a: Configuring L3/MPLS between Access and Aggregation Objective: Convert L2 links between Aggregation and Access into L3 interfaces Enable Routing exchange between Access and Aggregation nodes Enable MPLS Between Access and Aggregation Nodes IP Address Assignment Scheme ASR901 ASR903 Link: x.y/24. ME3600 ASR9K Link: x.y/24 Loopbacks o ASR901-x: x/32 o ME3600-x: x/32 x = Your pod number y = 1 for Aggregation (903/9K) and 2 for Access (901/3600) device Configuration Tasks for ASR-901 and ASR-903: 1. On ASR-903, clean up any configuration on your access node (ASR-901) facing interface. Be sure to use ONLY your interface PR-ASR903-?#conf t PR-ASR903-?(config)# default interface gig 0/??/?? PR-ASR903-?(config-if)#end 2. Configure an IP address on ASR-903 access node (ASR-901) facing interface for your pod and enable MPLS for this interface. ASR-903-1#conf t ASR-903-1(config)#int gig 0/??/... ASR-903-1(config-if)#ip address x.y ASR-903-1(config-if)#mpls ip ASR-903-1(config-if)#end 3. Start advertising this subnet in pre-existing OSPF interface. For simplicity, just use Area 0. ASR-903-1#conf t ASR-903-1(config)#router ospf 100 ASR-903-1(config-router)#netw x are 0 ASR-903-1(config-router)#end 15 of 22

16 4. On ASR-901-x, remove any service instances configured earlier on ASR-903 facing interface (gig 0/2 in most cases) ASR-901-x(config)# default interface gig 0/2 ASR-901-x(config-if)#end 5. On ASR-901 interface facing aggregation, create a new service instance matching on untagged frames and assign it to a bridge-domain. Use 11 as your EFP Id and Bridge Domain ID ASR-901-x#conf t ASR-901-x(config)#int gig 0/2 ASR-901-x(config-if)#service instance 11 ether ASR-901-x(config-if-srv)#encapsulation untagged ASR-901-x(config-if-srv)#bridge-domain 11 ASR-901-x(config-if)#end 6. On ASR-901-x, configure an SVI for the bridge domain created above and assign an IP address according to IP addressing scheme shown above. Enable MPLS on this SVI ASR-901-x#conf t ASR-901-x(config)#interface vlan 11 ASR-901-x(config-if)#ip address x.y ASR-901-x(config-if)#no shut ASR-901-x(config-if)#mpls ip ASR-901-1(config-if)#end 7. If not already created, on ASR-901, Create a loopback interface (lo0) and assign an IP address according to IP addressing scheme shown above. Configure 901 to use Lo0 as LDP RID ASR-901-x#conf t Enter configuration commands, one per line. End with CNTL/Z. ASR-901-x(config)#int lo0 ASR-901-x(config-if)#ip address x ASR-901-x(config-if)#exit ASR-901-x(config)# mpls ldp router-id lo0 force ASR-901-x(config)#end 8. On ASR-901, create an OSPF process and start advertising both newly created subnets: ASR-901-x#conf t 16 of 22

17 Enter configuration commands, one per line. End with CNTL/Z. ASR-901-x(config)#router ospf 100 ASR-901-x(config-router)#net x are 0 ASR-901-x(config-router)#net x are 0 ASR-901-x(config-if)#end At this point you should have OSPF and LDP enabled between ASR-901 and ASR-903. If not, start troubleshooting by using interface and Loopback pings Configuration Tasks for ME3600 and ASR-9k: 1. On ASR-9k, remove L2 Subinterfaces you have configured in the earlier module. RP/0/RSP0/CPU0:PR-ASR9K-#conf t Mon Oct 29 01:33: UTC RP/0/RSP0/CPU0:PR-ASR9K-(config)#no int Gig0/2/0/??.100 RP/0/RSP0/CPU0:PR-ASR9K-(config)#no int Gig0/2/0/??.200 RP/0/RSP0/CPU0:PR-ASR9K-(config-subif)#commit RP/0/RSP0/CPU0:PR-ASR9K-(config-subif)#end 2. Configure an IP address on ASR-9k interface facing the access node (ME3600X) for your pod and enable MPLS for this interface. RP/0/RSP0/CPU0:PR-ASR9K-?#conf t Mon Oct 29 01:34: UTC RP/0/RSP0/CPU0:PR-ASR9K-1(config)#int gig 0/2/0/nn RP/0/RSP0/CPU0:PR-ASR9K-?(config-if)#ip address x.y RP/0/RSP0/CPU0:PR-ASR9K-?(config-if)#commit 3. Start advertising this subnet in pre-existing OSPF interface as well as in MPLS process. For simplicity, just use Area 0. ASR-903-1#conf t RP/0/RSP0/CPU0:PR-ASR9K-1(config)#router ospf 100 RP/0/RSP0/CPU0:PR-ASR9K-1(config-ospf)#area 0 RP/0/RSP0/CPU0:PR-ASR9K-1(config-ospf-ar)#interface 0/2/0/?? RP/0/RSP0/CPU0:PR-ASR9K-1(config-ospf-ar-if)#commit RP/0/RSP0/CPU0:PR-ASR9K-1(config-ospf-ar-if)#exit RP/0/RSP0/CPU0:PR-ASR9K-1(config-ospf-ar)#exit RP/0/RSP0/CPU0:PR-ASR9K-1(config-ospf)#exit gigabit RP/0/RSP0/CPU0:PR-ASR9K-1(config)#mpls ldp RP/0/RSP0/CPU0:PR-ASR9K-1(config-ldp)#inter gig 0/2/0/?? RP/0/RSP0/CPU0:PR-ASR9K-1(config-ldp)#commit RP/0/RSP0/CPU0:PR-ASR9K-1(config-ldp-if)#end 17 of 22

18 4. On ME3600, cleanup the configuration on ASR-9k facing interface (gig 0/2 in most cases) ME3600-x(config)#default interface gig 0/2 ME3600-x(config-if)#end 5. On ME3600X, configure the IP Address on main interface according to IP addressing scheme shown above and enable MPLS on this interace ME3600-x(config)#int gig 0/2 ME3600-x(config-if)#ip address x.y ME3600-x(config-if)#no sh ME3600-x(config-if)#mpls ip ME3600-x(config-if)#end 6. If not already configured, on ME3600, Create a loopback interface (lo0) and assign an IP address according to IP addressing scheme shown above. Configure Lo0 to use as MPLS RID ME3600-x#conf t ME3600-x (config)#int lo0 ME3600-x (config-if)#ip add g ME3600-x (config-if)#exit ME3600-x (config)# mpls ldp router-id lo0 force ME3600-x (config)#end 7. On ME3600X, create an OSPF process and start advertising both newly created subnets: ME3600-x#conf t ME3600-x(config-if)#router ospf 100 ASR-901-x(config-router)#net g are 0 ASR-901-x(config-router)#net x are 0 ASR-901-x(config-if)#end At this point you should have OSPF and LDP enabled between ASR-9k and ME3600X. If not, start troubleshooting by using hop-by-hop interface and Loopback pings Make sure you can ping End to End between ME3600 and ASR901 using IP as well as MPLS before moving forward 18 of 22

19 Module 4b: Configuring Multipoint ELAN Service using M-BGP and H-VPLS Estimated Completion Time: 45 min E-LAN Multipoint Topology Service Provider Core CE-x VLAN 100: x.x Live CE-[x+16] VLAN 100: x.x100.2 ASR-901-x ASR-903 ASR-9K ME3600-x Spoke PW Full Mesh VPLS Spoke PW End to End L2VPN through H-VPLS Objective: Configure an end-to-end multipoint (E-LAN) service using o Cisco EVC Infrastructure on Access and Aggregation o Flexible VLAN matching and manipulation on Aggregation o Use BGP Auto Discovery for Full Mesh VPLS on Core/Aggregation Nodes o H-VPLS access from Aggregation/Core to Access Nodes Verify multipoint L2 Connectivity across SP network Devices Used: Aggregation: ASR-903 and ASR-9K Access: ASR-901-x and ME3600-x CE: CE-x and CE-[x+16] Where x is your POD number BGP Pre-Configuration Common devices (ASR903 and ASR9K) have been preconfigured for BGP. This BGP configuration will be used for VPLS Auto-discovery throughout this lab Verify BGP configuration on your ASR-903 and ASR-9K using the default configuration: ASR-903-1#sh runn sec bgp RP/0/RSP0/CPU0:PR-ASR9K-1#sh runn router bg 19 of 22

20 Configuration Tasks 1. On ASR-901 s CE facing interface and add a new service instance with an xconnect to ASR-903. Notice the MTU Command. Use PW-ID of x00 to avoid possible conflicts with PW s created earlier interface GigabitEthernet0/1 service instance 100 ethernet encapsulation dot1q 100 rewrite ingress tag pop 1 symmetric xconnect ? x00 encapsulation mpls mtu On your ASR-903 Aggregation node, create a Virtual Forwarding Interface (VFI) for H-VPLS. Make use of the BGP auto discovery for core and aggregation facing PW, but also configure a static PW towards ASR-901. Disable split-horizon on this PW. Make sure you configure your ASR-903 only. Name the VFI PODx. Assign a VPN ID x00, which also serves as the PW ID for VPLS pseudowires. Use the Bridge-Domain x00 as well. PR-ASR903-?#configure terminal PR-ASR903-?(config)#l2 vfi PODx manual PR-ASR903-?(config-vfi)#vpn id x00 PR-ASR903-?(config-vfi)# bridge-domain x00 PR-ASR903-?(config-vfi)# neighb ?? encap mpls no-split-h 3. Perform a similar configuration on ASR-9K. Use BGP autodiscovery as well as static PW to ME3600 Access Node with Split horizon disabled. Make sure you configure your ASR-9Konly. Use x00 as your VPN ID and PODx as your Bridge-group, BD and VFI. However use pw-id x01 to the PW going to ME3600 l2vpn router-id bridge group PODx bridge-domain PODx neighbor zz pw-id x01! vfi PODx vpn-id x00 autodiscovery bgp rd 3:x00 route-target 3:x00 signaling-protocol ldp 20 of 22

21 4. On ME3600-x, create a new EFP on interface towards CE-x. This is interface gig 0/1 in most cases. On this EFP configure a PW to ASR9K. Use x01 as your EFP and PW ID. ME3600-x#configure terminal ME3600-x(config)#interface gigabitethernet 0/1 ME3600-x(config-if)# no shut ME3600-x(config-if)# service instance x01 ethernet ME3600-x(config-if-srv)# encapsulation dot1q 100 ME3600-x(config-if-srv)# rewrite ingress tag pop 1 symmetric ME3600-x(config-if-srv)#xconnect ? x01 encap mpls ME3600-x(cfg-if-ether-vc-xconn)#end 5. Cisco 7600 simulating a third leg of the H-VPLS based L2VPN service has been preconfigured for L2 PW s to ASR-903 and ASR-9K aggregation devices. You can do a a sh run on this device to familiarize yourself with this configuration. Do NOT modify any config on this device! Module 4b Verification Tasks: 1. Verify that all PW s are up on all Access and aggregation nodes. ASR-901-g#sh mpls l2 vcx00 PR-ASR903-?#sh mpls l2 vc x00 Local intf Local circuit Dest address VC ID Status VFI PODx vfi ?x00 UP VFI PODx vfi x00 UP VFI PODx vfi g 1x UP RP/0/RSP0/CPU0:PR-ASR9K-?#sh l2vpn bridge-domain bd-name PODx brief Bridge Group:Bridge-Domain Name ID State Num ACs/up Num PWs/up PODx:PODx 0 up 0/0 3/3 ME3600-g#sh mpls l2 vcx00 Local intf Local circuit Dest address VC ID Status Gi0/1 Eth VLAN 1x ? 1x UP RP/0/RSP0/CPU0:ASR9k-?#sh l2vpn bridge-domain bd-name PODx Bridge group: ELAN, bridge-domain: PODx, id: 0, state: up, ShgId: 0, MSTi: 0 Aging: 300 s, MAC limit: 4000, Action: none, Notification: syslog Filter MAC addresses: 0 21 of 22

22 ACs: 0 (0 up), VFIs: 1, PWs: 3 (3 up), PBBs: 0 (0 up) List of ACs: List of Access PWs: Neighbor g pw-id 1x, state: up, Static MAC addresses: 0 List of VFIs: VFI PODx Neighbor ?pw-id 1x, state: up, Static MAC addresses: 0 Neighbor pw-id 1x, state: up, Static MAC addresses: 0 2. Since this is a multipoint L2VPN services, all customer sites should be able to reach each over H-VPLS full mesh. Verify this by pinging between the 4 customer sites 3. Helpful Show commands for bgp ASR-903-1#sh ip bgp l2vpn vpls all summ ASR-903-1#sh ip bgp l2vpn vpls rd 3:x00 ASR-903-1#sh vfi name [name] RP/0/RSP1/CPU0:PR-ASR9K-1#sh l2vpn bridge-domain bd-name auto brief Congratulations on implementing a fine multi-point L2VPN service. (Isn t H-VPLS Fun??) Thank you for completing LTROPT-2500: L2VPN Services over IOS-XE and IOS-CXR Please don t forget to complete your online Session Evaluation 22 of 22

Configuring Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

More information

H-VPLS N-PE Redundancy for MPLS Access

H-VPLS N-PE Redundancy for MPLS Access The feature enables two network provider edge (N-PE) devices to provide failover services to a user provider edge (U-PE) device in a hierarchical virtual private LAN service (H-VPLS). Having redundant

More information

Configure Multipoint Layer 2 Services

Configure Multipoint Layer 2 Services This module provides the conceptual and configuration information for Multipoint Layer 2 Bridging Services, also called Virtual Private LAN Services (VPLS). Note VPLS supports Layer 2 VPN technology and

More information

L2VPN Protocol-Based CLIs

L2VPN Protocol-Based CLIs The feature provides a set of processes and an improved infrastructure for developing and delivering Cisco IOS software on various Cisco platforms. This feature introduces new commands and modifies or

More information

Configuring Routed Pseudowire and VPLS

Configuring Routed Pseudowire and VPLS Routed Pseudowire and VPLS feature routes Layer 3 traffic and Layer 2 frames for pseudowire connections between provider edge (PE) devices using Virtual Private LAN Services (VPLS) multipoint PE. Prerequisites

More information

Configure L2VPN Autodiscovery and Signaling

Configure L2VPN Autodiscovery and Signaling This chapter describes the L2VPN Autodiscovery and Signaling feature which enables the discovery of remote Provider Edge (PE) routers and the associated signaling in order to provision the pseudowires.

More information

Deploying MPLS L2VPN

Deploying MPLS L2VPN Deploying MPLS L2VPN Nurul Islam Roman (nurul@apnic.net) 1 Abstract This session covers the fundamental and advanced topics associated with the deployment of Layer 2 VPNs over an MPLS network. The material

More information

Implementing Virtual Private LAN Services

Implementing Virtual Private LAN Services Implementing Virtual Private LAN Services This module provides the conceptual and configuration infmation f Virtual Private LAN Services (VPLS) on Cisco IOS XR software. VPLS suppts Layer 2 VPN technology

More information

Deploying Carrier Ethernet Features on Cisco ASR 9000 BRKSPG-2202

Deploying Carrier Ethernet Features on Cisco ASR 9000 BRKSPG-2202 Deploying Carrier Ethernet Features on Cisco ASR 9000 BRKSPG-2202 Agenda Carrier Ethernet Overview Cisco ASR 9000 Overview EFP Overview and Configurations Ethernet Services Overview, Configurations and

More information

Deploying Carrier Ethernet Features on Cisco ASR 9000

Deploying Carrier Ethernet Features on Cisco ASR 9000 Deploying Carrier Ethernet Features on Cisco ASR 9000 Vinod Kumar Balasubramanyam (vinbalas@cisco.com) Technical Marketing Engineer Agenda Carrier Ethernet Overview Cisco ASR 9000 Overview EFP Overview

More information

Configure Virtual LANs in Layer 2 VPNs

Configure Virtual LANs in Layer 2 VPNs The Layer 2 Virtual Private Network (L2VPN) feature enables Service Providers (SPs) to provide L2 services to geographically disparate customer sites. A virtual local area network (VLAN) is a group of

More information

IEEE 802.1Q Tunneling (QinQ) and L2PT on L2 Ports

IEEE 802.1Q Tunneling (QinQ) and L2PT on L2 Ports IEEE 802.1Q Tunneling (QinQ) and L2PT on L2 Ports Revised: July 27, 2012 OL-20468-02 First Published: November 11, 2011 Last Updated: July 27, 2012 This feature provides Layer 2 Tunneling support for QinQ

More information

Module 11b MPLS VPLS Configuration Lab (LDP Manual)

Module 11b MPLS VPLS Configuration Lab (LDP Manual) APNIC MPLS Workshop Lab Module 11b MPLS VPLS Configuration Lab (LDP Manual) Objective: All the routers are pre-configured with basic interface, OSPF, BGP, MPLS Label Distribution Protocol (LDP) configuration

More information

Deploy VPLS. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by:

Deploy VPLS. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by: Deploy VPLS APNIC Technical Workshop October 23 to 25, 2017. Selangor, Malaysia Hosted by: Issue Date: [201609] Revision: [01] Acknowledgement Cisco Systems 2 VPLS Overview 3 Virtual Private LAN Service

More information

L2VPN Interworking. Finding Feature Information

L2VPN Interworking. Finding Feature Information Interworking is a transforming function that is required to interconnect two heterogeneous attachment circuits (ACs). Several types of interworking functions exist. The function that is used would depend

More information

Module 11a MPLS VPWS Configuration Lab (LDP)

Module 11a MPLS VPWS Configuration Lab (LDP) APNIC MPLS Workshop Lab Module 11a MPLS VPWS Configuration Lab (LDP) Objective: All the routers are pre-configured with basic interface, OSPF, BGP, MPLS Label Distribution Protocol (LDP) configuration

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 About MPLS L2VPN 1 Comparison with traditional VPN 2 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 Overview 1 Comparison with traditional VPN 1 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration task list 4 Configuring

More information

Configuring 802.1Q VLAN Interfaces

Configuring 802.1Q VLAN Interfaces A VLAN is a group of devices on one or more LANs that are configured so that they can communicate as if they were attached to the same wire, when in fact they are located on a number of different LAN segments.

More information

IEEE 802.1ah on Provider Backbone Bridges

IEEE 802.1ah on Provider Backbone Bridges IEEE 802.1ah on Provider Backbone Bridges First Published: November 25, 2009 Last Updated: February 8, 2011 The IEEE 802.1ah on Provider Backbone Bridges feature enables MAC-in-MAC tunneling on Ethernet

More information

Configuring HSRP. Global Knowledge Training LLC L5-1

Configuring HSRP. Global Knowledge Training LLC L5-1 L5 Configuring HSRP Global Knowledge Training LLC L5-1 Objectives In this lab you will examine the hot standby router protocol (HSRP). First you will configure PxR2 similar to PxR1, so they are both possible

More information

Implementing IEEE 802.1ah Provider Backbone Bridge

Implementing IEEE 802.1ah Provider Backbone Bridge Implementing IEEE 802.1ah Provider Backbone Bridge This module provides conceptual and configuration information for IEEE 802.1ah Provider Backbone Bridge on Cisco ASR 9000 Series Routers. The IEEE 802.1ah

More information

Frame Relay over L2TPv3

Frame Relay over L2TPv3 The (FRoL2TPv3) feature enables Frame Relay switching over Layer 2 Tunnel Protocol Version 3 (L2TPv3). The feature works with like interfaces and disparate interfaces (L2VPN interworking). Finding Feature

More information

Segment Routing On Demand for L2VPN/VPWS

Segment Routing On Demand for L2VPN/VPWS On-Demand Next Hop (ODN) for Layer 2 Virtual Private Network (L2VPN) creates a segment routing (SR) traffic-engineering (TE) auto-tunnel and uses the auto-tunnel for pseudowire dataplane. Restrictions

More information

Ethernet Local Management Interface

Ethernet Local Management Interface This chapter provides conceptual and configuration information of the protocol., on page 1 E-LMI Communication, on page 1 E-LMI Operation, on page 2 Supported Functions, on page 3 Limitations, on page

More information

MPLS: Layer 2 VPNs, Configuration Guide, Cisco IOS Release 15S

MPLS: Layer 2 VPNs, Configuration Guide, Cisco IOS Release 15S First Published: November 08, 2011 Last Modified: March 29, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Carrier Ethernet Services

Carrier Ethernet Services CHAPTER 6 The following topics describe how you can use Cisco ANA to monitor Carrier Ethernet services. Supported Carrier Ethernet Technologies, page 6-1 VLANs, page 6-2 STP, page 6-5 Cisco REP, page 6-6

More information

Ethernet Virtual Connections Configuration

Ethernet Virtual Connections Configuration An Ethernet Virtual Connection (EVC) is defined by the Metro-Ethernet Forum (MEF) as an association between two or more user network interfaces that identifies a point-to-point or multipoint-to-multipoint

More information

Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery

Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery Finding Feature Information, page 1 Configuring VPLS, page 1 Configuring VPLS BGP-based Autodiscovery, page 17 Finding Feature

More information

Pseudowire Concepts and troubleshooting

Pseudowire Concepts and troubleshooting Pseudowire Concepts and troubleshooting Contents Introduction Prerequisites Components Used Pseudowire Concept Troubleshooting a Pseudowire Introduction Pseudowires(PW) are used to provide end-to-end services

More information

Implementing Integrated Routing and Bridging

Implementing Integrated Routing and Bridging IRB provides the ability to route between a bridge group and a routed interface using a BVI. The BVI is a virtual interface within the router that acts like a normal routed interface. A BVI is associated

More information

Configuring Point to Point Layer 2 Services

Configuring Point to Point Layer 2 Services This chapter provides conceptual and configuration information for point-to-point Layer 2 (L2) connectivity on Cisco NCS 4000 Series routers. Layer 2 Virtual Private Network Overview, page 2 Ethernet Virtual

More information

Cisco Evolved Programmable Network Service Orchestration User Guide, Release 5.0

Cisco Evolved Programmable Network Service Orchestration User Guide, Release 5.0 Cisco Evolved Programmable Network Service Orchestration User Guide, Release 5.0 First Published: 2017-06-22 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA

More information

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts Contents Configuring VPLS 1 VPLS overview 1 Operation of VPLS 1 VPLS packet encapsulation 4 H-VPLS implementation 5 Hub-spoke VPLS implementation 7 Multi-hop PW 8 VPLS configuration task list 9 Enabling

More information

Deploying Carrier Ethernet Services

Deploying Carrier Ethernet Services BRKSPG-2202 Deploying Carrier Ethernet Services Kashif Islam, Solutions Architect Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session in the

More information

EVC Command Reference

EVC Command Reference EVC Command Reference This chapter describes commands used to configure an Ethernet Virtual Circuit (EVC). bridge-domain, page 2 clear ethernet service instance, page 3 encapsulation, page 5 l2protocol,

More information

Configuring Traffic Mirroring

Configuring Traffic Mirroring This module describes the configuration of the traffic mirroring feature. Traffic mirroring is sometimes called port mirroring, or switched port analyzer (SPAN). Feature History for Traffic Mirroring Release

More information

Cisco Evolved Programmable Network Implementation Guide for Large Network with End-to-End Segment Routing, Release 5.0

Cisco Evolved Programmable Network Implementation Guide for Large Network with End-to-End Segment Routing, Release 5.0 Cisco Evolved Programmable Network Implementation Guide for Large Network with End-to-End Segment Routing, Release 5.0 First Published: 2017-06-22 Americas Headquarters Cisco Systems, Inc. 170 West Tasman

More information

Configuring Traffic Mirroring

Configuring Traffic Mirroring This module describes the configuration of the traffic mirroring feature. Traffic mirroring is sometimes called port mirroring, or switched port analyzer (SPAN). Feature History for Traffic Mirroring Release

More information

Deploying Carrier Ethernet Services on Cisco ASR 9000 Vinod Kumar Balasubramanyam Technical Marketing Engineer BRKSPG-2202

Deploying Carrier Ethernet Services on Cisco ASR 9000 Vinod Kumar Balasubramanyam Technical Marketing Engineer BRKSPG-2202 Deploying Carrier Ethernet Services on Cisco ASR 9000 Vinod Kumar Balasubramanyam Technical Marketing Engineer BRKSPG-2202 Agenda Carrier Ethernet Overview Cisco ASR 9000 A Quick Overview EFP Overview

More information

Deploy MPLS VPWS. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by:

Deploy MPLS VPWS. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by: Deploy MPLS VPWS APNIC Technical Workshop October 23 to 25, 2017. Selangor, Malaysia Hosted by: Issue Date: [201609] Revision: [01] Acknowledgement Cisco Systems 2 MPLS L2 VPN 3 Motivation for L2VPNs -

More information

Building Carrier Ethernet Services Using Cisco Ethernet Virtual Circuit (EVC) Framework

Building Carrier Ethernet Services Using Cisco Ethernet Virtual Circuit (EVC) Framework Building Carrier Ethernet Services Using Cisco Ethernet Virtual Circuit (EVC) Framework Agenda Introduction Cisco EVC Fundamentals Operation and Packet Flow Dynamic Ethernet Service Activation (DE) Deployment

More information

The Cisco ASR 9000 Series Routers Carrier Ethernet Model

The Cisco ASR 9000 Series Routers Carrier Ethernet Model The Cisco ASR 9000 Series Routers Carrier Ethernet Model This module introduces you to Layer 2 (L2) features and standards. This module also describes how to configure L2VPN features on the Cisco ASR 9000

More information

BGP Support for the L2VPN Address Family

BGP Support for the L2VPN Address Family BGP support for the Layer 2 Virtual Private Network (L2VPN) address family introduces a BGP-based autodiscovery mechanism to distribute L2VPN endpoint provisioning information. BGP uses a separate L2VPN

More information

Cisco.Actualtests v by.Tomer.76q. Exam Code:

Cisco.Actualtests v by.Tomer.76q. Exam Code: Cisco.Actualtests.642-889.v2013-11-29.by.Tomer.76q Number: 642-889 Passing Score: 800 Time Limit: 120 min File Version: 16.5 http://www.gratisexam.com/ Exam Code: 642-889 Exam Name: Implementing Cisco

More information

BFD on BDI Interfaces

BFD on BDI Interfaces The Cisco feature alleviates limitations on the maximum number of interfaces per system that switched virtual interfaces (SVI) impose. This document describes how to configure the Bidirectional Forwarding

More information

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF MODULE 07 - MPLS BASED LAYER 2 SERVICES 1 by Xantaro MPLS BASED LAYER 2 VPNS USING MPLS FOR POINT-TO-POINT LAYER 2 SERVICES 2 by Xantaro Why are Layer-2

More information

VPLS Autodiscovery: BGP Based

VPLS Autodiscovery: BGP Based First Published: February 19, 2007 Last Updated: February 19, 2007 VPLS Autodiscovery enables each Virtual Private LAN Service (VPLS) provider edge (PE) router to discover which other PE routers are part

More information

Dynamic Ethernet Service Activation

Dynamic Ethernet Service Activation The (DESA) feature enables the dynamic provisioning of Layer 2 services and transport using dynamic policy. DESA enables increased intelligence in the network control plane, which lowers the cost of network

More information

EVPN Virtual Private Wire Service (VPWS) Single Homed

EVPN Virtual Private Wire Service (VPWS) Single Homed EVPN Virtual Private Wire Service (VPWS) Single Homed Effective Release Cisco IOS XE 3.18, this feature is now supported on Cisco ASR 920 Series Aggregation Services Router, EVPN-VPWS single homed is a

More information

Configuring Pseudowire

Configuring Pseudowire This chapter provides information about configuring pseudowire features on the Cisco ASR 920 Series Router. Pseudowire Overview, on page 1 CEM Configuration, on page 2 CEM Configuration Guidelines and

More information

BFD on BDI Interfaces

BFD on BDI Interfaces The Cisco feature alleviates limitations on the maximum number of interfaces per system that switched virtual interfaces (SVI) impose. This document describes how to configure the Bidirectional Forwarding

More information

Configuring Ethernet Virtual Connections on the Cisco ASR 1000 Series Router

Configuring Ethernet Virtual Connections on the Cisco ASR 1000 Series Router Configuring Ethernet Virtual Connections on the Cisco ASR 1000 Series Router Ethernet virtual circuit (EVC) infrastructure is a Layer 2 platform-independent bridging architecture that supports Ethernet

More information

L2VPN Pseudowire Switching

L2VPN Pseudowire Switching L2VPN Pseudowire Switching First Published: April 20, 2005 Last Updated: February 19, 2007 This feature module explains how to configure L2VPN Pseudowire Switching, which extends layer 2 virtual private

More information

N:1 PVC Mapping to PWE with Nonunique VPIs

N:1 PVC Mapping to PWE with Nonunique VPIs N:1 PVC Mapping to PWE with Nonunique VPIs The N:1 PVC Mapping to PseudoWire Emulation (PWE) with Nonunique virtual path identifiers (VPIs) feature maps one or more ATM permanent virtual circuits (PVCs)

More information

Lab 5: Basic VLAN Configuration

Lab 5: Basic VLAN Configuration Topology Diagram Addressing Table Device (Hostname) Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 172.17.99.11 255.255.255.0 N/A S2 VLAN 99 172.17.99.12 255.255.255.0 N/A S3 VLAN 99 172.17.99.13

More information

Cisco.Actualtests v by.Dekbie.126q. Exam Code:

Cisco.Actualtests v by.Dekbie.126q. Exam Code: Cisco.Actualtests.642-889.v2015-7-16.by.Dekbie.126q Number: 642-889 Passing Score: 800 Time Limit: 120 min File Version: 16.5 Exam Code: 642-889 Exam Name: Implementing Cisco Service Provider Next-Generation

More information

Selftestengine (76Q) Cisco Implementing Cisco Service Provider Next-Generation Egde Network Services

Selftestengine (76Q) Cisco Implementing Cisco Service Provider Next-Generation Egde Network Services Selftestengine.642-889 (76Q) Number: 642-889 Passing Score: 800 Time Limit: 120 min File Version: 4.6 Cisco 642-889 Implementing Cisco Service Provider Next-Generation Egde Network Services Passed the

More information

Implementing VXLAN. Prerequisites for implementing VXLANs. Information about Implementing VXLAN

Implementing VXLAN. Prerequisites for implementing VXLANs. Information about Implementing VXLAN This module provides conceptual information for VXLAN in general and configuration information for layer 2 VXLAN on Cisco ASR 9000 Series Router. For configuration information of layer 3 VXLAN, see Implementing

More information

Transparent CFM. Information About Transparent CFM. EFP (Q-in-Q interfaces with dot1q or dot1ad C-UNI)

Transparent CFM. Information About Transparent CFM. EFP (Q-in-Q interfaces with dot1q or dot1ad C-UNI) CFM support on a customer VLAN (C-VLAN) allows a customer to provision maintenance intermediate points (MIPs) and Up maintenance endpoints (MEPs) on a C-VLAN component for EFP (Q-in-Q interfaces with dot1q

More information

Layer 2 Access Control Lists on EVCs

Layer 2 Access Control Lists on EVCs The ability to filter packets in a modular and scalable way is important for both network security and network management. Access Control Lists (ACLs) provide the capability to filter packets at a fine

More information

Configuring Serial Interface (X.21/V.35/RS-530)

Configuring Serial Interface (X.21/V.35/RS-530) Configuring Serial Interface (X.21/V.3/RS-30) This chapter provides information about the serial interface using cable type x.21/v.3/rs-30. The serial interface transports the respective x.21/v.3/rs-30

More information

EVPN Virtual Private Wire Service (VPWS) Single Homed

EVPN Virtual Private Wire Service (VPWS) Single Homed EVPN Virtual Private Wire Service (VPWS) Single Homed EVPN-VPWS single homed is a BGP control plane solution for point-to-point services. It has the ability to forward traffic from or to one network to

More information

BGP Support for the L2VPN Address Family

BGP Support for the L2VPN Address Family BGP Support for the L2VPN Address Family Last Updated: November 21, 2012 BGP support for the Layer 2 Virtual Private Network (L2VPN) address family introduces a BGP-based autodiscovery mechanism to distribute

More information

UniNets MPLS LAB MANUAL MPLS. UNiNets Multiprotocol label Switching MPLS LAB MANUAL. UniNets MPLS LAB MANUAL

UniNets MPLS LAB MANUAL MPLS. UNiNets Multiprotocol label Switching MPLS LAB MANUAL. UniNets MPLS LAB MANUAL MPLS UNiNets Multiprotocol label Switching MPLS LAB MANUAL CCNP TOPOLOGY Lab: OSPF Routing VPN Topology: Task1: Perform the basic Configuration to provide the reachability as per diagram. SW1 Configuration

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Interconnecting a Layer 2 Circuit with a Layer 3 VPN Modified: 2017-01-19 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS CHAPTER 43 Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS This chapter describes how to configure multiprotocol label switching (MPLS) and Ethernet over MPLS (EoMPLS) on the Cisco ME 3800X and ME 3600X

More information

DMVPN to Group Encrypted Transport VPN Migration

DMVPN to Group Encrypted Transport VPN Migration DMVPN to Group Encrypted Transport VPN Migration This document provides the steps for Dynamic Multipoint VPN (DMVPN) to Group Encrypted Transport VPN migration. DMVPN to Group Encrypted Transport VPN Migration

More information

Free4Torrent. Free and valid exam torrent helps you to pass the exam with high score

Free4Torrent.   Free and valid exam torrent helps you to pass the exam with high score Free4Torrent http://www.free4torrent.com Free and valid exam torrent helps you to pass the exam with high score Exam : 642-889 Title : Implementing Cisco Service Provider Next-Generation Egde Network Services

More information

Configuring MPLS Transport Profile

Configuring MPLS Transport Profile CHAPTER 44 The Multiprotocol Label Switching (MPLS) Transport Profile (TP) enables you to create tunnels that provide the transport network service layer over which IP and MPLS traffic traverse. MPLS-TP

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 Basic concepts of MPLS L2VPN 2 Implementation of MPLS L2VPN 2 MPLS L2VPN configuration task list 4 Configuring MPLS L2VPN 5 Configuring CCC MPLS

More information

CCIE Service Provider Sample Lab. Part 2 of 7

CCIE Service Provider Sample Lab. Part 2 of 7 CCIE Service Provider Sample Lab Part 2 of 7 SP Sample Lab Main Topology R13 S2/1.135.13/24 Backbone Carrier SP AS 1002 S2/1 PPP E0/1.69.6/24 R6 Customer Carrier SP ABC Site 5 AS 612 E1/0 ISIS.126.6/24

More information

IP SLA Service Performance Testing

IP SLA Service Performance Testing This module describes how to configure the ITU-T Y.1564 Ethernet service performance test methodology that measures the ability of a network device to enable movement of traffic at the configured data

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Hierarchical VPLS Release NCE0015 Modified: 2017-01-24 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

IEEE 802.1Q Tunneling (QnQ) and L2PT on L2 Ports

IEEE 802.1Q Tunneling (QnQ) and L2PT on L2 Ports Revised: November 11, 2011, OL-20468-01 First Published: November 11, 2011 Last Updated: November 11, 2011 This feature provides Layer 2 Tunneling support for QnQ and Layer 2 Protocol Tunneling (L2PT)

More information

ASR 9000 Series Common Problems with Spanning Tree Protocols

ASR 9000 Series Common Problems with Spanning Tree Protocols ASR 9000 Series Common Problems with Spanning Tree Protocols Document ID: 116514 Contributed by Bryan Garland and David Powers, Cisco TAC Engineers. Sep 19, 2013 Contents Introduction Problem Port VLAN

More information

INDEX. ATM overview. bert pattern command HC-402, HC-404 buckets archive command HC-169 bundle command HC-543 Bundle-Ether command HC-215 HC-58 HC-13

INDEX. ATM overview. bert pattern command HC-402, HC-404 buckets archive command HC-169 bundle command HC-543 Bundle-Ether command HC-215 HC-58 HC-13 INDEX HC IC MCC MNC MPC QC RC SBC SC SMC VFC A Cisco IOS XR Interface and Hardware Component Configuration Guide Cisco IOS XR IP Addresses and Services Configuration Guide Cisco IOS XR Multicast Configuration

More information

Configuring Switched Port Analyzer

Configuring Switched Port Analyzer This document describes how to configure local Switched Port Analyzer (SPAN) and remote SPAN (RSPAN) on the router. Finding Feature Information, page 1 Prerequisites for Configuring Local Span and RSPAN,

More information

IP SLA Service Performance Testing

IP SLA Service Performance Testing This module describes how to configure the ITU-T Y.1564 Ethernet service performance test methodology that measures the ability of a network device to enable movement of traffic at the configured data

More information

ETHERNET Transport Service in Wide Area Network

ETHERNET Transport Service in Wide Area Network ETHERNET Transport Service in Wide Area Network Bertrand Duvivier 14 January 2005 1 Ethernet in WAN? Customer 1 Customer 2 Customer 2 Customer 3 Provider Customer 2 Customer 1 Customer 1 Customer 3 2 Why

More information

This document describes how to perform datapath packet tracing for Cisco IOS -XE software via the Packet Trace feature.

This document describes how to perform datapath packet tracing for Cisco IOS -XE software via the Packet Trace feature. Contents Introduction Prerequisites Requirements Components Used Reference Topology Packet Tracing in Use Quick Start Guide Enable Platform Conditional Debugs Enable Packet Trace Egress Condition Limitation

More information

MPLS Point-to-Multipoint Traffic Engineering Support for Static Pseudowires

MPLS Point-to-Multipoint Traffic Engineering Support for Static Pseudowires MPLS Point-to-Multipoint Traffic Engineering Support for Static Pseudowires The MPLS Point-to-Multipoint Traffic Engineering: Support for Static Pseudowires feature allows you to configure a point-to-multipoint

More information

Troubleshooting LSP Failure in MPLS VPN

Troubleshooting LSP Failure in MPLS VPN Troubleshooting LSP Failure in MPLS VPN Document ID: 23565 Contents Introduction Prerequisites Requirements Components Used Conventions Network Diagram Router Configurations Problem Cause of the LSP Failure

More information

Contents. Introduction

Contents. Introduction Contents Introduction Prerequisites Requirements Components Used Network Diagrams Configure Step 1. Modify Interface IP configuration on ASA Step 2. Modify DHCP pool settings on both inside and wifi interfaces

More information

Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION

Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION Topology Objectives Implement a Layer 3 EtherChannel Implement Static Routing Implement Inter-VLAN Routing Background Cisco's switching

More information

Designing Next Generation Carrier Ethernet Access Network. Benjamin Lee Session ID 20PT Consulting Systems Engineer

Designing Next Generation Carrier Ethernet Access Network. Benjamin Lee Session ID 20PT Consulting Systems Engineer Designing Next Generation Carrier Ethernet Access Network Benjamin Lee Session ID 20PT Consulting Systems Engineer Agenda Cisco ME3600/3800 Platform introduction Cisco IP NGN Network Design with ME3600/3800

More information

AToM Graceful Restart

AToM Graceful Restart AToM Graceful Restart Last Updated: November 29, 2011 The AToM Graceful Restart feature assists neighboring routers that have nonstop forwarding (NSF), stateful switchover (SSO) and graceful restart (GR)

More information

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling CHAPTER 8 Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling Virtual private networks (VPNs) provide enterprise-scale connectivity on a shared infrastructure, often Ethernet-based, with the same security,

More information

Cisco Prime Fulfillment Theory of Operations Guide 6.2

Cisco Prime Fulfillment Theory of Operations Guide 6.2 Cisco Prime Fulfillment Theory of Operations Guide 6.2 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Wireless LAN Controller Module Configuration Examples

Wireless LAN Controller Module Configuration Examples Wireless LAN Controller Module Configuration Examples Document ID: 70530 Contents Introduction Prerequisites Requirements Components Used Conventions Basic Configuration Example 1 Basic Configuration with

More information

Cisco ASR 903 Router Design and Deployment Guide

Cisco ASR 903 Router Design and Deployment Guide Cisco ASR 903 Router Design and Deployment Guide Version 1.0 Last Updated: September 11, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Understanding Basic 802.1ah Provider Backbone Bridge

Understanding Basic 802.1ah Provider Backbone Bridge Understanding Basic 802.1ah Provider Backbone Bridge Contents Introduction Prerequisites Requirements Components Used IEEE 802.1ah Provider Backbone Bridging Overview Terminologies Used PBB Components

More information

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling 9 CHAPTER Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling Virtual private networks (VPNs) provide enterprise-scale connectivity on a shared infrastructure, often Ethernet-based, with the

More information

Laboration 2 Troubleshooting Switching and First-Hop Redundancy

Laboration 2 Troubleshooting Switching and First-Hop Redundancy Laboration 2 Troubleshooting Switching and First-Hop Redundancy Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1

More information

N:1 PVC Mapping to PWE with Nonunique VPIs

N:1 PVC Mapping to PWE with Nonunique VPIs The N:1 PVC Mapping to PseudoWire Emulation (PWE) with Nonunique virtual path identifiers (VPIs) feature maps one or more ATM permanent virtual circuits (PVCs) to a single pseudowire (PW). There are two

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring VPLS Multihoming Using Autodiscovery (FEC 129) Release NCE0072 Modified: 2016-10-26 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA

More information

Cisco. Maintaining Cisco Service Provider VPNs and MPLS Networks (MSPVM)

Cisco. Maintaining Cisco Service Provider VPNs and MPLS Networks (MSPVM) Cisco 642-780 Maintaining Cisco Service Provider VPNs and MPLS Networks (MSPVM) Download Full Version : http://killexams.com/pass4sure/exam-detail/642-780 QUESTION: 56 Which command should be used to verify

More information

CCIE R&S Techtorial MPLS

CCIE R&S Techtorial MPLS CCIE R&S Techtorial MPLS Ing. Tomáš Kelemen Partner Systems Engineer CCIE #24395 Ing. Peter Mesjar Systems Engineer CCIE #17428 2011 Cisco Systems, Inc. All rights reserved. 1 Agenda Introduction to MPLS

More information

Configuring MPLS and EoMPLS

Configuring MPLS and EoMPLS 37 CHAPTER This chapter describes how to configure multiprotocol label switching (MPLS) and Ethernet over MPLS (EoMPLS) on the Catalyst 3750 Metro switch. MPLS is a packet-switching technology that integrates

More information

VLAN Subinterface Commandsonthe Cisco IOS XR Software

VLAN Subinterface Commandsonthe Cisco IOS XR Software VLAN Subinterface Commandsonthe Cisco IOS XR Software This module provides command line interface (CLI) commands for configuring 802.1Q VLANs on the Cisco CRS Router. The maximum VLAN limit that can be

More information