cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3420
Views
0
Helpful
13
Replies

MPLS CE to CE not pinging

Abdul Mateen
Level 1
Level 1

Hello,

I am unable to ping loopback from one CE (SCB-LHR) to other CE (SCB-ISB) despite i received the loopback in routing table of corresponding remote CE's in my GNS3 topology.

1- OSPF is running in MPLS Domain

2- MPLS is configured properly

3-VRF's are configured properly with RD and RT and association of ports done as well.

4- MP-BGP is running normally

5- PE-CE routing is conducted as well
6- Redistribution is performed as per the standard.

 

Below are the snipp of show ip route details.

 

 

IP Route SCB-ISB.PNGIP Route- SCB-LHR.PNG

1 Accepted Solution

Accepted Solutions

always use /32 mask for your mpls loopbacks

View solution in original post

13 Replies 13

lespejel
Level 3
Level 3

hello @Abdul Mateen

what about ip mpls feature? is it enabled?

you have to check CEF to verify what interface/label is assigned to forwarding, I see routing works (control plane) but that's BGP and IP inside MPLS cloud, now verify forwarding plane, you must find labels into PE routers associated to PE's BGP neighbors.

 

CCIE 52804

I have checked MPLS peering are normal. Each PE router has two neighbors ( one Core Router & one PE) as shown belowLdp nei.PNG

 

Also as per below mpls is enabled only on that interfaces which are under mpls domain. 

mpls ip PE 1.PNGmpls ip PE 2.PNG

you'd better share the configs...

PE 2 LIB.PNGPE LIB.PNG

Have you tried pinging from one CE to another, specifying the source address, which should be set to the loopback interface ip address?

 

Regards,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Yes I tried pinging CE to CE from source loopback address but its not
pinging.

CE 2 CE Ping.PNGCE to CE Ping with source loopback 

Attached are the running config files of the shared topology,

always use /32 mask for your mpls loopbacks

I changed mpls loopback to /32 and issue resolved. 

But i want to know what it really matters for /32 or whatever subnet used for loopback

in cisco implementation, ldp advertises labels for all igp prefixes and for loopback too

although by default ospf advertises  loopbacks always with /32 mask, no matter which real mask is.

You can change this behaviour for ospf by adding "ip ospf network point-to-point" to your loopbacks configuration.

 

@ a.alekseev Thanks for sharing your valuable feedback.

Can you please also explain whats the behavior difference between /24 and /32 for loopback peering withing MPLS domain

a.alekseev
Level 7
Level 7

try ping a.a.a.a source lo0

 

and show from PE's

"sh mpls forwarding-table"