cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
763
Views
0
Helpful
2
Replies

MPLS trace and Ping

r.chung
Level 1
Level 1

How to make trace and ping are available in MPLS PE router? Can I ping or trace a customer IP from the PE router?

2 Replies 2

Harold Ritter
Cisco Employee
Cisco Employee

This functionality has been available since 12.0(27)S.

http://www.cisco.com/en/US/products/ps6017/products_feature_guide09186a008041805b.html

Please refer to the Cisco Feature Navigator to find out which other IOS releases and platforms it is supported on:

Check for this specific feature:

MPLS LSP Ping/Traceroute and AToM VCCV

Cisco Feature Navigator:

http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp

As to your other question, you can generally ping and traceroute to the customer network from the PE provided that the address you are using for the ping/traceroute is present in the VRF of the specific PE. This would exclude MPLS ping and traceroute thoug, if this is what you are asking.

Hope this helps,

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

Hi,

Maybe you are looking for

ping vrf MyVRFname 10.1.1.1

traceroute vrf MyVRFname 10.1.1.1

assuming the customer IP 10.1.1.1 is reachable through VRF MyVRFname. You also can use the extended ping and extended traceroute options, when pressing "enter" after the VRF name.

Without the "vrf MyVRFname" portion, ping and traceroute will use the global IP routing table, which should NOT contain customer IP addresses. Hence the ping/traceroute will fail unless you have address overlapp.

Hope this helps!

Regards, Martin