cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4567
Views
0
Helpful
16
Replies

Logging Message on Router

Reza_Mohd
Level 1
Level 1

Hi,

 

I would appreciate if I can get any help regarding stopping the logging message. I did run the command no logging console but even I'm keep getting the same.

 

Thank you.

Regard

Reza

16 Replies 16

Hello,

 

Router(config)#logging console 5

Router(config)#logging buffered 5

 

Since the log messages are level 6, the above commands should get rid of the messages you see....

Hello

 

 


@Reza_Mohd wrote:

Hi,

 

I would appreciate if I can get any help regarding stopping the logging message. I did run the command no logging console but even I'm keep getting the same.



First you need to establish what logging you have running

show logging

 

Then once you've establish that you can either decrease the logging level so the message you are receiving isnt included in that level or you can apply a log discriminator

 

conf t

logging discriminator STAN msg-body drops "title-of-MSG to drop"
logging monitor discriminator STAN <log level>

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul