cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
689
Views
5
Helpful
9
Replies

Odd problem on a 2911

aaron.banks11
Level 1
Level 1

No debug commands are working on a 2911 router.  I'm stumped.  Yes I've tried term mon then debug <whatever>.  Zero results.

Any suggestions?

1 Accepted Solution

Accepted Solutions

Hello,

do you have 'logging monitor' (globally) configured ?

View solution in original post

9 Replies 9

Reza Sharifi
Hall of Fame
Hall of Fame

Can you test with ICMP?

Term mon

debug ip icmp

Than ping a device from the router.

This is what I get back:

gw#term mon
gw#debug ip icmp
ICMP packet debugging is on
gw#ping 192.168.205.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.205.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
gw#ping www.google.com
Translating "www.google.com"...domain server (255.255.255.255) [OK]

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 66.58.255.45, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
gw#

Hello,

do you have 'logging monitor' (globally) configured ?

It would help if the original poster would post the first couple pages of output from the command

show logging

HTH

Rick

HTH

Rick

Thank you Rick, that helped immensely!

Aaron

Thanks for posting back to the forum to let us know that you have solved your problem. I am glad that our suggestions pointed you toward the solution.

HTH

Rick

HTH

Rick

Thank you.  Yes, when I went through the configuration again more *carefully*, I saw that no logging monitored was entered as a command.  The configuration wasn't mine and I had to jump in at the 11th hour... :o|

try adding

config t

logging on

and test again.

HTH

Reza - thank you so much for your help -Aaron