02-04-2019 11:50 AM
Hello Guys,
My ping is working but trace-route works partially , please see attached picture.
Any suggestions will be helpful.
02-04-2019 02:08 PM
02-04-2019 05:54 PM
PING command uses the services of the Internet Control Message Protocol (ICMP), the latter being encapsulated in the IP header. Therefore, the ping utility operates basically on layer 3 (the Network layer) of the OSI model. It does not use the services of the Transport layer, and the reason for that is that traffic reliability issues are not the case here. Ping performs a simple host lookup.
TRACEROUTE is another very helpful utility that operates similarly to ping and also uses the services of the ICMP protocol. Traceroute, as the name implies, is used to trace the path between the sender and the destination host.
In your case a couple of request timed out messages come from routers that are configured not to respond to ICMP echo request messages.
There is good old cisco document for reference, if you like to understand more :
02-05-2019 07:43 AM
BB seems to be quoting something that says that traceroute makes use of ICMP protocol. Depending on how you look at it this is not true. Some devices (for example Windows PCs) do use ICMP for the traceroute probe packets. But other devices (Cisco routers and switches for example) do not use ICMP for probes but use UDP.
The original post asks about some results of traceroute where the first several sets of probe packets did not receive any response and then a couple of probe packets did receive responses. It is possible that the devices at the first several hops were denying the probe packets or it is possible that these devices are configured to not respond with TTL expired.
Does the original poster still have questions about this?
HTH
Rick
02-05-2019 10:29 PM
Hi !!
From the tracerout output I understood that we are using MPLS in the network, normally we have to enable a know in MPLS configuration to see the device IP, in our case I think that is missing because of which you are seeing * in traceroutes.
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