ICMP - TTL - Trace Route
Posted
by dbasnett
on Server Fault
See other posts from Server Fault
or by dbasnett
Published on 2010-04-02T13:43:28Z
Indexed on
2010/04/02
13:53 UTC
Read the original article
Hit count: 525
I asked this question at Stack Overflow and then thought this may be the better place to ask.
Given the following situation:
PC --- |aa RTR1 bb| --- |aa RTR2 bb| --- |aa RTR3 bb| etc
Each of the |aa rtr bb| is meant to be a router with two ports aa and bb.
My question is this. When you do a trace route from PC which router port address should respond with time to live exceeded in transit message?
I seem to remember being taught to think of the router as being in as many parts as ports, so that in my scenario when aa is forwarding the packet to bb and decrements the ttl to 0, it will be the address of the aa port in the failure message. I am trying to find the definitive answer.
Thanks.
© Server Fault or respective owner