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

ISDN connect/disconnect filling syslogs

jasonm
Level 1
Level 1

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

2 Replies 2

ivillegas
Level 6
Level 6

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)

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