cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
826
Views
2
Helpful
3
Replies

ISDN Messages

abrenes26
Level 1
Level 1

Hi Expert's

someone know how to turn off the next ISDN messages from terminal monitor:

VoIP-GW-02# terminal monitor

VoIP-GW-02#

110000: Dec 18 20:24:52.255: %ISDN-6-CONNECT: Interface Serial0/1/1:1 is now connected to 22904270 N/A

110001: Dec 18 20:24:52.879: %ISDN-6-CONNECT: Interface Serial0/1/1:30 is now connected to 22730911 N/A

110002: Dec 18 20:24:55.219: %ISDN-6-DISCONNECT: Interface Serial0/1/1:30 disconnected from 22730911 , call lasted 2 seconds

1 Accepted Solution

Accepted Solutions

Hello,

Configure "no logging event link-status" under the interface.

GW01#config t

GW01(config)#interface serial 0/1/1:23

GW01(config-if)#no logging event link-status

hth,

Jesse

View solution in original post

3 Replies 3

I believe this is a aaa command.

I would do a sh run | i aaa

I believe it is aaa gw-accounting or something similar.

Hi nicmatth

This is the result of the sh run| i aaa

VoIP-GW-02#sh run | i aaa

aaa new-model

aaa authentication login LocalDB local

aaa authentication login ACS group radius local

aaa session-id common

Do you see something?

Thanks

Hello,

Configure "no logging event link-status" under the interface.

GW01#config t

GW01(config)#interface serial 0/1/1:23

GW01(config-if)#no logging event link-status

hth,

Jesse