ICMP Redirect Theory VS. Application

Posted by joeqwerty on Server Fault See other posts from Server Fault or by joeqwerty
Published on 2012-10-29T21:36:12Z Indexed on 2012/11/01 5:05 UTC
Read the original article Hit count: 663

Filed under:
|

I'm trying to watch ICMP redirects in a lab using Cisco Packet Tracer (version 5.3.2) and I'm not seeing them, which leads me to believe that either my lab configuration isn't correct or my understanding of ICMP redirects isn't correct or that Packet Tracer doesn't support/use ICMP redirects. Here's what I believe to be true regarding ICMP redirects:

Routers send ICMP redirects when all of these conditions are met:

  1. The interface on which the packet comes into the router is the same interface on which the packet gets routed out.

  2. The subnet or network of the source IP address is on the same subnet or network of the next-hop IP address of the routed packet.

  3. The datagram is not source-routed.

  4. The router kernel is configured to send redirects.

I have the lab set up in Cisco Packet Tracer as displayed in the image and would expect to see an ICMP redirect from Router1 when pinging from PC1 to PC3. I'm not seeing the ICMP redirect and it looks like Router1 is actually routing all of the packets via Router2. I have IP ICMP debugging enabled on Router1 (and Router2) and I'm not seeing any ICMP redirect activity in either console. I'm also not seeing a route to the PC3 network in the routing table on PC1, which I think confirms that the ICMP redirect is not occurring. I'm using only static routing on Routers 1 and 2. Is my understanding of ICMP redirects incorrect, or is there a problem with my lab configuration or does Packet Tracer not support/use ICMP redirects? enter image description here

© Server Fault or respective owner

Related posts about tcp

Related posts about icmp