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

Syslog Messages Not Appearing

fodmidoid
Level 1
Level 1

Hi, I'm hoping someone can help me get my syslog messages to appear when I'm logged into the switch via SSH on a Cisco 4510R Switch. The ones that appear when I shutdown/no shutdown interfaces, leave global config mode, all the basic messages I'm used to seeing when logged in via console, telnet, or ssh. 

 

The show run command displays logging console critical, which is the default of (2) I believe.

In global config, I set logging monitor 2, and also tried both console and monitor at level 5. Nothing is showing up.

Show logging displays all the latest messages, but I'm used to these showing up as things are configured.

This is the way the switch was set up prior to my working here.

 

Does anyone have any idea why this, and how I can get it working? 

Thanks.

 

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

According to your configuration guide the default is debugging ie. level 7 so I suspect this has been changed.

In regards to your question if you are logged in via a vty line then you need to change the monitor level but then you may also need to type -

"terminal monitor" or "term mon" for short.

if you want turn it off -

"terminal no monitor"

Jon

 

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

According to your configuration guide the default is debugging ie. level 7 so I suspect this has been changed.

In regards to your question if you are logged in via a vty line then you need to change the monitor level but then you may also need to type -

"terminal monitor" or "term mon" for short.

if you want turn it off -

"terminal no monitor"

Jon

 

I did not have the ability to enter terminal monitor anywhere. In Global Config, I entered:

logging console 7

logging monitor 7

 

...and that seemed to have done the trick.

 

 

Thank you for your help.