cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
527
Views
4
Helpful
5
Replies

Personal MPLS Lab - Why I can't ping to remote branch loopback interface?

limleeheng
Level 1
Level 1

Hi Everyone,

Please advise me why I can't ping the loopback interface of B1 from B2 and I did get the routes from the MPLS cloud. Do refer to the attachment for network diagram and output dump.

I had tried troubleshooting it but to no avail.

Please help me.

Thanks a lot!

Regards,

Ron

1 Accepted Solution

Accepted Solutions

Your topology and configs look fine.

Going thro your o/p this looks like a typical Label Protocol mismatch.

Your P2 apparently seems to be running TDP and your PE2 is running MPLS/LDP.

Try changing this interface on PE2-R6,

!

interface Serial0/0/0

ip address 192.168.1.17 255.255.255.252

mpls ip

mpls label protocol both

<>

no fair-queue

clock rate 64000

!

HTH-Cheers,

Swaroop

View solution in original post

5 Replies 5

pankajkulkarni
Level 1
Level 1

Hi Ron,

I am going through the logs provided. In the meanwhile use the "traceroute vrf command to identify issues in improper label assignment.

Pesaro# traceroute vrf Customer_B 200.0.4.1

Type escape sequence to abort.

Tracing the route to 200.0.4.1

1 10.1.1.21 [MPLS: Labels 25/28 Exp 0] 464 msec 280 msec 308 msec

2 10.1.1.5 [MPLS: Labels 22/28 Exp 0] 236 msec 572 msec 228 msec

3 200.0.4.1 108 msec * 100 msec

Regards,

Pankaj

Ron,

there appears to be a problem with the label assignment and distribution. Check the status of mpls neighbor relationship (show tag-switching tdp neighbor).

Alternatively, redo the lab with OSPF single area and observe the results.

Regards,

Pankaj

Your topology and configs look fine.

Going thro your o/p this looks like a typical Label Protocol mismatch.

Your P2 apparently seems to be running TDP and your PE2 is running MPLS/LDP.

Try changing this interface on PE2-R6,

!

interface Serial0/0/0

ip address 192.168.1.17 255.255.255.252

mpls ip

mpls label protocol both

<>

no fair-queue

clock rate 64000

!

HTH-Cheers,

Swaroop

Hi Swaroop,

You are right! I made a mistake on the tdp and ldp.

By the way, is this command "tag-switching ip" not supported in IOS 12.4(9)T1?

Thanks again!

Regards,

Ron

I believe its already obsoleted and replaced with the command "mpls ip" using LDP.

So you can keep using "mpls ip" across and create cross compatibility using the "mpls label protocol both" with older versions which may be apparently running TDP only.

HTH-Cheers,

Swaroop.