cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
30689
Views
20
Helpful
2
Replies

How to debug ICMP-Echo?

admin_2
Level 3
Level 3

I really only see echo replies but no echos if I do a "debug ip icmp".

2 Replies 2

Not applicable

You would need "debug ip packet detail"

to see all ICMP messages. Careful,

this can be very verbose output.

yusuff
Cisco Employee
Cisco Employee

"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

Review Cisco Networking for a $25 gift card