05-28-2004 08:58 AM - edited 03-13-2019 05:04 AM
c5300-is-mz.122-24.bin
For some reason anytime a call is made on the ISDN channels on the term mon and in my syslog it displays the connect and disconnect....of course this is pretty annoying when trying to find true warnings/errors is there a way to set the level of logging to only warning/errors etc?
thanks
06-03-2004 12:24 PM
ISDN connect/disconnect messages typically will have a prefix -
ISDN-6-CONNECT
Here the '6' stands for INFORMATIONAL message. By
executing 'logging trap errors', you can restrict only messages
upto a severity of '5' to be logged to syslog. Fyi severity of '0'
is highest (emergency) and that of '7' is the lowest (debugging).
Router(config)#logg trap ?
<0-7> Logging severity level
alerts Immediate action needed (severity=1)
critical Critical conditions (severity=2)
debugging Debugging messages (severity=7)
emergencies System is unusable (severity=0)
errors Error conditions (severity=3)
informational Informational messages (severity=6)
notifications Normal but significant conditions (severity=5)
warnings Warning conditions (severity=4)
06-04-2004 05:54 AM
Use this command on the serial interface for the PRI to ignore the connect/disconnect messages
interface serial 1/0:23
no logging event link-status
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