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

Console Messages

ruliffilur
Level 1
Level 1

Hello

I wonder how do i enable the console messages to be visiable over ssh? The logging console command dont seems to apply to ssh sessions.

//Johan

2 Replies 2

ahmednaas
Level 4
Level 4

Use the "terminal monitor" command.

router1#conf t

router1(config)#logging monitor informational

router1(config)#exit

router1#terminal monitor

Johan

I do not want to be overly precise, but there is inconsistency in your question. Console messages are displayed on the console, which is a hard wired connection, when you enable logging console. You do not get to the console via SSH, so in a precise sense you can never see console messages with SSH. Many people use console message and syslog message interchangeable, and I believe that this is what you did. So if your question is really about how to view syslog messages with SSH then Ahmed has given the correct answer that terminal monitor will display syslog messages on the VTY lines which you may access via SSH.

HTH

Rick

HTH

Rick