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.
CCIE Project Part 1- Configure the ATM Switched Virtual Circuit (SVC) September 4, 2008
Posted by timsteiner in Information Security, Projects, Tutorials.Tags: 1010, 7200, atm, cisco, ilmi, ip, ping, static mapping, svc, switched virtual circuit, virtual circuit
add a comment
Cisco ATM lab configuration
This document provides step-by-step instructions for setting up an ATM switched virtual circuit (SVC) using Cisco static mapping. This configuration will allow the router of one end to ping the router of the other end over an ATM Virtual Circuit.
Requirements
· (2) console cables
· PC with serial connection
· (3) bidirectional multi-mode fiber cables
· (2) Cisco 7200 routers (with ATM module installed)
· (2) Cisco LightStream 1010 switches (with ATM module installed)
Network Diagram
See “ATM Network.vsd”
Procedure
- Connect network devices as described in diagram.
Cisco 7200A => Cisco 1010A => Cisco 1010B => Cisco 7200B
- Power on devices
- Connect to Cisco 7200A via console cable
Router> en
Router# conf t
Router# hostname 7200A
7200A#
- Connect to Cisco 7200B via console cable
Router> en
Router# conf t
Router# hostname 7200B
7200B#
- Connect to Cisco 1010A via console cable
Switch> en
Switch# conf t
Switch# hostname 1010A
1010A#
- Connect to Cisco 1010B via console cable
Switch> en
Switch# conf t
Switch# hostname 1010B
1010B#
Configure Static Mapping on Cisco 7200 router A
7200A#
conf t
interface ATM4/0
no ip address
no atm ilmi-keepalive
pvc 0/5 qsaal
!
pvc 0/16 ilmi
!
!
interface ATM4/0.1 multipoint
ip address 10.1.1.1 255.255.255.0
atm esi-address 111111111111.11
!
svc SVC1 nsap 47.00918100000000b06494ee01.222222222222.22
protocol ip 10.1.1.2
broadcast
encapsulation aal5snap
***PLEASE NOTE – the first part of the number after nsap is going to be different for you. This is unique for each router.
7200A# show atm ilmi-status
Interface : ATM4/0 Interface Type : Private UNI (User-side)
ILMI VCC : (0, 16) ILMI Keepalive : Disabled
ILMI State: UpAndNormal
Peer IP Addr: 10.118.1.166 Peer IF Name: ATM10/1/1
Peer MaxVPIbits: 8 Peer MaxVCIbits: 14
Active Prefix(s) :
47.009181000000001011bcbb01
End-System Registered Address(s) :
47.009181000000001011bcbb01.1111.1111.1111.11(Confirmed)
Configure Static Mapping on Cisco 7200 router B
7200B#
conf t
interface ATM3/0
no ip address
no atm ilmi-keepalive
pvc 0/16 ilmi
!
pvc 0/5 qsaal
!
!
interface ATM3/0.1 multipoint
ip address 10.1.1.2 255.255.255.0
no ip directed-broadcast
atm esi-address 222222222222.22
!
svc SVC1 nsap 47.009181000000001011bcbb01.111111111111.11
protocol ip 10.1.1.1
broadcast
encapsulation aal5snap
***PLEASE NOTE – the first part of the number after nsap is going to be different for you. This is unique for each router.
7200B# show atm ilmi-status
Interface : ATM3/0 Interface Type : Private UNI (User-side)
ILMI VCC : (0, 16) ILMI Keepalive : Disabled
ILMI State: UpAndNormal
Peer IP Addr: 0.0.0.0 Peer IF Name: ATM4/1/2
Peer MaxVPIbits: 8 Peer MaxVCIbits: 14
Active Prefix(s) :
47.0091.8100.0000.00b0.6494.ee01
End-System Registered Address(s) :
47.0091.8100.0000.00b0.6494.ee01.2222.2222.2222.22(Confirmed)
7200B# show atm map
Map list SVC1_ATM3/0.1 : PERMANENT
ip 10.1.1.1 maps to NSAP 4747.009181000000001011bcbb01.111111111111.11
, broadcast, connection up, VC 30, VPI 0, VCI 61, ATM3/0.1
7200B# show atm vc
VCD / Peak Avg/Min Burst
Interface Name VPI VCI Type Encaps Kbps Kbps Cells Sts
3/0 2 0 5 PVC SAAL 155000 UP
3/0 1 0 16 PVC ILMI 155000 UP
7200B# ping 10.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
2d00h: ATMSIG: Called len 20
2d00h: ATMSIG: Calling len 20
2d00h: ATMSIG(ATM1/1/0 0,0 – 0001/00): (vcnum:0) build Setup msg,
Null(U0) state
2d00h: ATMSIG(ATM3/0 0,0 – 0001/00): (vcnum:0) API – from sig-client
ATM_OWNER_SMAP
2d00h: ATMSIG(ATM3/0 0,0 – 0001/00): (vcnum:0) Input event :
Req Setup in Null(U0)
2d00h: ATMSIG(ATM3/0 0,0 – 0001/00): (vcnum:0) Output Setup msg(XferAndTx),
Null(U0) state
2d00h: ATMSIG: Called Party Addr:
4747.009181000000001011bcbb01.111111111111.11
2d00h: ATMSIG: Calling Party Addr:
47.0091.8100.0000.00b0.6494.ee01.222222222222.22
2d00h: ATMSIG(ATM1/1/0 0,0 – 0001/00): (vcnum:0) Null(U0) -> Call Initiated(U1)
2d00h: E164 NOT Converted
2d00h: ATMSIG(ATM3/0 0,0 – 0001/00): (vcnum:0) Input event : Rcvd Call
Proceeding in Call Initiated(U1)
2d00h: ATMSIG(ATM3/0 0,37 – 0001/00): (vcnum:0) Call Initiated(U1)
-> Outgoing Call Proceeding(U3)
2d00h: ATMSIG(ATM3/0 0,37 – 0001/00): (vcnum:0) Input event : Rcvd Connect
in Outgoing Call Proceeding(U3)
2d00h: ATMSIG(ATM3/0 0,37 – 0001/00): (vcnum:36) Input event : Req Connect
Ack in Outgoing Call Proceeding(U3)
2d00h: ATMSIG(ATM3/0 0,37 – 0001/00): (vcnum:36) Output Connect Ack msg,
Outgoing Call Proceeding(U3) state
2d00h: ATMSIG(ATM3/0 0,37 – 0001/00): (vcnum:36) Outgoing Call Proceeding(U3)
-> Active(U10)
2d00h: ATMSIG(ATM3/0 0,37 – 0001/00): (vcnum:36) API – notifying Connect event
to client ATM3/0.1
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/4 ms
7200A#
***NOTE: THE PING SUCCESS RATE IS ONLY 80% THE FIRST TIME. THIS IS DUE TO THE INITIAL SETUP OF THE LINK.
Verify
A layer 3 connection now exists between 7200A and 7200B. You should be able to ping 10.1.1.2 from 7200A and be able to ping 10.1.1.1 from 7200B.
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