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

Traceroute and ICMP

cisco_lite
Level 1
Level 1

Would traceroute work if ICMP is blocked on the way to the destination.

2 Replies 2

Harold Ritter
Spotlight
Spotlight

This will not work if the traceroute command is issued from a MS platform, as it uses icmp request message as probe packets. Unix based hosts and Cisco routers on the other hand use UDP probe packets, so it should work in this case.

Regards

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Jon Marshall
Hall of Fame
Hall of Fame

The answer is it depends.

Some OS's use ICMP for traceroute so yes if you blocked all ICMP you would block traceroute as well. Other OS's use UDP. See this doc for more details -

http://www.cisco.com/en/US/tech/tk364/technologies_tech_note09186a00801ae32a.shtml

Jon