Cisco CCIE Project Part 3 – Configure EoMPLS Pseudowire September 11, 2008
Posted by timsteiner in Information Security, Projects, Tutorials.Tags: 1010, 7200, ccie, cisco, dot1q, EoMPLS, ethernet over mpls, ip, metroethernet, MPLS, pseudowire, xconnect
add a comment
Cisco EoMPLS Pseudowire configuration
This document provides step-by-step instructions for setting up MPLS forwarding on an IP network.
Prerequisites
See Cisco CCIE Project Part 1- Configure the ATM Switched Virtual Circuit (SVC)
See Cisco CCIE Project Part 2 – Configure OSPF over ATM
See Cisco CCIE Project Part 3 – Configure MPLS Forwarding
Procedure
- Complete all tasks in Cisco ATM lab configuration
- Complete all tasks in Cisco routing OSPF over ATM configuration
- Complete all tasks in Cisco MPLS Forwarding
- Power on devices
- Connect to Cisco 7200A via console cable
7200A#
conf t
pseudowire-class atom
encap mpls
7200B#
conf t
pseudowire-class atom
encap mpls
7200A#
conf t
int fa 2/0.1
encap dot1q 100
xconnect 10.10.10.101 123 pw-class atom
7200B#
conf t
int fa 2/0.1
encap dot1q 200
xconnect 10.10.10.102 123 pw-class atom
Verify
Issue command “show mpls l2transport vc” on both routers to ensure the layer 2 tunnel exists and make sure the status is up.
Cisco CCIE Project Part 3 – Configure MPLS Forwarding September 11, 2008
Posted by timsteiner in Information Security, Projects, Tutorials.Tags: 1010 switch, 7200 router, ccie, ldp, loopback, lsp, MPLS, mpls forwarding
add a comment
Cisco Network Configuration for MPLS Forwarding
This document provides step-by-step instructions for setting up MPLS forwarding on an IP network.
Prerequisites
See Cisco CCIE Project Part 1- Configure the ATM Switched Virtual Circuit (SVC)
See Cisco CCIE Project Part 2 – Configure OSPF over ATM
Procedure
- Complete all tasks in Cisco ATM lab configuration
- Complete all tasks in Cisco routing OSPF over ATM configuration
- Power on devices
- Connect to Cisco 7200A via console cable
7200A#
conf t
mpls label protocol ldp
mpls ldp discovery targeted-hello accept
mpls ldp router-id Loopback0 force
!
Int loopback0
ip address 10.10.10.101 255.255.255.255
!
int fa 2/0
ip address 10.10.1.1
mpls ip
7200B#
conf t
mpls label protocol ldp
mpls ldp discovery targeted-hello accept
mpls ldp router-id Loopback0 force
!
Int loopback0
ip address 10.10.10.102 255.255.255.255
!
int fa 2/0
ip address 10.20.1.1
mpls ip
Verify
A message should pop-up stating that the LDP link is up. To verify this issue command “show mpls ldp neighbor.”
Cisco CCIE Project – EoMPLS Pseudowire over ATM September 4, 2008
Posted by timsteiner in Information Security, Projects, Tutorials.Tags: 1010 switch, 7200 router, atm, ccie, ccna, cisco, customer edge, EoMPLS, ethernet, ip, layer 2, lightstream, metroethernet, MPLS, multimode, ospf, provider edge, pseudowire
add a comment
The following 5 part series provides detailed instructions on how to set up a pseudowire over multiple ATM links to carry Ethernet traffic.
Disclaimer
Now I do not claim to be a CCIE, in fact I do not even have any Cisco certs. The following configuration has been tested to provide end-to-end layer 2 connectivity. I am aware that there may be other ways of setting this up. If you know of other better methods feel free to comment on this post.
Background info
I recently started a new job and made the mistake of including Cisco experience on my resume. Having never even finished my CCNA I am not what I would consider a Cisco expert but I am always up for a challenge. Well my first project at my new job was to set up 2 Cisco 7200 VXR routers and 2 Cisco 1010 lightStream Switches over ATM. Furthermore, this ATM link needs to be able to route IP traffic and there needs to a pseudowire that connects end-to-end and simulates an Ethernet LAN. So thats the plan. I spent the next day or two doing research and experimenting with router configs until I got something that works.
Here is basically how the devices are set up, each connected via ATM over multimode fiber.
Cisco 7200A => Cisco 1010A => Cisco 1010B => Cisco 7200B
This project will be broken down into 5 parts
-
CCIE Project Part 1- Configure the ATM Switched Virtual Circuit (SVC)
-
Cisco CCIE Project Part 2 – Configure OSPF over ATM
-
Cisco CCIE Project Part 3 – Configure MPLS Forwarding
-
Cisco CCIE Project Part 3 – Configure EoMPLS Pseudowire
-
Configure CE (Customer Edge) Devices
Glossary
ATM – Asyncronous Transfer Mode
OSPF – Open Shortest Path First
EoMPLS – Ethernet over MPLS
Projects
Research
Infosec
Tutorials
Subscribe to Einsteiner's Weblog by Email