cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1990
Views
0
Helpful
2
Replies

debug ip ospf * is not working

ajf303
Level 1
Level 1

Hi,

when i am typing debug ip ospf * (events, hello, etc) in cisco router, I am getting output nothing.

It has two neighbor established and working on the same router.

what could be the problem....?

thx.

Franco

1 Accepted Solution

Accepted Solutions

Sindhu_kumar
Level 1
Level 1

If you telnet or ssh any router at that time you won’t see any console message and debug message  by default in VTY. If you want to see that terminal message at that time we need to enable the below command.


R1#terminal monitor


If you like to disable it try the below command


R1#terminal no monitor

By default router sends all log message to its console port.

you can enable that by using

conf t

logging console

To verify use sh log


View solution in original post

2 Replies 2

Sindhu_kumar
Level 1
Level 1

If you telnet or ssh any router at that time you won’t see any console message and debug message  by default in VTY. If you want to see that terminal message at that time we need to enable the below command.


R1#terminal monitor


If you like to disable it try the below command


R1#terminal no monitor

By default router sends all log message to its console port.

you can enable that by using

conf t

logging console

To verify use sh log


Thanks SIndhu..

Review Cisco Networking for a $25 gift card