Thursday, 13 September 2012
MPLS AToM Section
In this lab, we will configure MPLS AToM on R5 and R7 to provide layer 2 connectivity to R9 and R11 as if they were directly connected.
R5 Config
pseudowire-class AS3-AS4
encapsulation mpls
!
interface FastEthernet1/1
xconnect 7.7.7.7 34 pw-class AS3-AS4
R7 Config
pseudowire-class AS3-AS4
encapsulation mpls
!
interface FastEthernet1/1
xconnect 5.5.5.5 34 pw-class AS3-AS4
R9 Config
interface FastEthernet0/0
ip address 192.168.119.9 255.255.255.0
R11 Config
interface FastEthernet0/0
ip address 192.168.119.11 255.255.255.0
Verification
R5#show mpls l2transport vc
Local intf Local circuit Dest address VC ID Status
------------- -------------------------- --------------- ---------- ----------
Fa1/1 Ethernet 7.7.7.7 34 UP
R5#show mpls ldp neighbor
Peer LDP Ident: 7.7.7.7:0; Local LDP Ident 5.5.5.5:0
TCP connection: 7.7.7.7.59029 - 5.5.5.5.646
State: Oper; Msgs sent/rcvd: 34/32; Downstream
Up time: 00:21:13
LDP discovery sources:
Targeted Hello 5.5.5.5 -> 7.7.7.7, active, passive
Addresses bound to peer LDP Ident:
192.168.67.7 7.7.7.7
R7#show mpls l2transport vc
Local intf Local circuit Dest address VC ID Status
------------- -------------------------- --------------- ---------- ----------
Fa1/1 Ethernet 5.5.5.5 34 UP
R9#ping 192.168.119.11
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 88/112/156 ms
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment