11-02-2018 11:22 AM
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
11-03-2018 02:32 AM
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....
11-02-2018 12:15 PM - edited 11-02-2018 12:16 PM
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>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide