03-25-2016 12:50 AM
hi,
when CE traceroute to another CE, it gets to know all label information inside MPLS ?
is there a way to prevent this so if the CE traceroute another VPN site, PE-PE information will be hidden !!?
?
Solved! Go to Solution.
03-25-2016 01:58 AM
Hi Mohammed,
You can configure the following command on PE routers:
no mpls ip propagate-ttl
This will prevent PE routers from copying the TTL value of the incoming IP packet into the TTL field of the MPLS label, and instead, they will always set the label TTL to 255. This way, your traceroute packets will not expire on internal P routers, and so the information about the provider's infrastructure and its labels will be hidden.
Best regards,
Peter
03-25-2016 01:58 AM
Hi Mohammed,
You can configure the following command on PE routers:
no mpls ip propagate-ttl
This will prevent PE routers from copying the TTL value of the incoming IP packet into the TTL field of the MPLS label, and instead, they will always set the label TTL to 255. This way, your traceroute packets will not expire on internal P routers, and so the information about the provider's infrastructure and its labels will be hidden.
Best regards,
Peter
03-25-2016 08:18 AM
thanks peter.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide