06-27-2002 02:13 PM - edited 03-01-2019 11:06 PM
I really only see echo replies but no echos if I do a "debug ip icmp".
06-27-2002 02:13 PM
You would need "debug ip packet detail"
to see all ICMP messages. Careful,
this can be very verbose output.
06-28-2002 02:53 AM
"debug ip packet detail" will kill the router if it is in production and traffic load.
I would recommend to create an extended access-list for source/destination you are pinging.
eg;
access-list 101 permit icmp host 11.11.11.11 host 22.22.22.22
debug ip packet 101 detail
The above will only show detailed ICMP debugging between the 2 hosts specified in the ACL.
HTH
R/Yusuf
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