Jan 25, 2003 #1 secureinc Technical User Feb 18, 2002 34 US I have a Cisco 1721 and I need to see if certain pings are reaching my e0 and s0 interface. How do I do this? This router is not running nat.... Thank you
I have a Cisco 1721 and I need to see if certain pings are reaching my e0 and s0 interface. How do I do this? This router is not running nat.... Thank you
Jan 25, 2003 1 #2 hexn ISP Oct 19, 2001 282 US You create an access-list specifying the icmp protocol (ping) and then run a debug against the access-list. ----------------------------------- access-list 101 permit icmp any any debug ip packet 101 ----------------------------------- If you are telnetted into the router, make sure and enter the "term mon" command so that terminal messages will be printed to the screen. Upvote 0 Downvote
You create an access-list specifying the icmp protocol (ping) and then run a debug against the access-list. ----------------------------------- access-list 101 permit icmp any any debug ip packet 101 ----------------------------------- If you are telnetted into the router, make sure and enter the "term mon" command so that terminal messages will be printed to the screen.