cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1638
Views
0
Helpful
10
Replies

Cisco 2801 vs. Sonus GSX 9000 ISDN

raul-santiago
Level 1
Level 1

I had connected a Router Cisco 2801 (IOS 12.4.11t Sp Services K9) to Sonus GSX 9000 trough a VWIC 1MFT-E1.

Configuration Router:

!

isdn switch-type primary-net5

!

controller E1 0/2/1

framing NO-CRC4

clock source internal

pri-group timeslots 1-4,16

!

interface Serial0/2/1:15

no ip address

encapsulation hdlc

isdn switch-type primary-net5

isdn timer T310 10000

isdn incoming-voice voice

isdn T309-enable

isdn bchan-number-order ascending

no cdp enable

The problem is when I set, for example,

channel 4 as "Out of service" in the Sonus appears "Idle", therefore the calls can use this channel.

Somebody have installed this scenario??

Rgd

10 Replies 10

paolo bevilacqua
Hall of Fame
Hall of Fame

Hi,

primary-net 5 does not really support use of "out-of-service" channels, what are you trying to achieve with that ?

I have a problem, when a channel is blocking, for example if a modem or a call fails, the cisco router set the channel like "Out of services", but the sonus see the channel IDLE, and viceversa.

I can set a channel in the router in "Out of service" with this command in the interface serial:

IPT_ESC4(config)#interface Serial0/2/1:15

IPT_ESC4(config-if)#isdn service b_channel 1 state 2

IPT_ESC4#show isdn service

PRI Channel Statistics:

ISDN Se0/2/1:15, Channel [1-31]

Configured Isdn Interface (dsl) 0

Channel State (0=Idle 1=Proposed 2=Busy 3=Reserved 4=Restart 5=Maint_Pend)

Channel : 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1

State : 0 0 0 0 0 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3

Service State (0=Inservice 1=Maint 2=Outofservice 8=MaintPend 9=OOSPend)

Channel : 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1

State : 2 0 0 0 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2

IPT_ESC4#

I execute debug isdn cc

IPT_ESC4#

Jul 19 17:18:25.671: ISDN Se0/2/1:15 CCd: CC_SERV_validate_state_change: B-chan 1 OK new locale 0 new service state 0, old locale 0 old service state 2

Jul 19 17:18:25.671: ISDN Se0/2/1:15 CCd: CC_SERV_ChangeState: lo_chan 1 hi_chan 1 state 0 int_id 0 locale 0

Jul 19 17:18:25.675: ISDN Se0/2/1:15 CCd: CC_SERV_validate_state_change: B-chan 1 OK new locale 0 new service state 0, old locale 0 old service state 2

Jul 19 17:18:26.447: %SYS-5-CONFIG_I: Configured from console by vty1 (10.0.0.147)

IPT_ESC4#

As you see the channel 1 is "Out of service", but in the sonus I see Idle. I supose when I set "Out of service" in the router, in the sonus, should be the same status?? or not?

Sorry, the debug output is:

*Jul 19 22:11:37.371: ISDN Se0/2/1:15 CCd: CC_SERV_validate_state_change: B-chan 1 OK new locale 0 new service state 2, old locale 0 old service state 0

*Jul 19 22:11:37.371: ISDN Se0/2/1:15 CCd: CC_SERV_ChangeState: lo_chan 1 hi_chan 1 state 2 int_id 0 locale 0

*Jul 19 22:11:37.371: ISDN Se0/2/1:15 CCd: CC_SERV_validate_state_change: B-chan 1 OK new locale 0 new service state 2, old locale 0 old service state 0

Hello,

please send router configuration because it is not normal that the router places channels "out of service". What modem are you talking about? Also collect "debug isdn q931" when the call fail and you see the channel go "out of service".

I dont have the output of "debug isdn q931" from the costumer, we have this scenario in a lab, because the fail appears with a costumer. In this lab we put the channel as "Out of service":

IPT_ESC4(config)#interface Serial0/2/1:15

IPT_ESC4(config-if)#isdn service b_channel 1 state 2

I supose that in the sonus the status should be same. When I debug in the lab "debug isdn q931" doesn't send anything.

I debug isdn cc appers this:

*Jul 19 22:11:37.371: ISDN Se0/2/1:15 CCd: CC_SERV_validate_state_change: B-chan 1 OK new locale 0 new service state 2, old locale 0 old service state 0

*Jul 19 22:11:37.371: ISDN Se0/2/1:15 CCd: CC_SERV_ChangeState: lo_chan 1 hi_chan 1 state 2 int_id 0 locale 0

*Jul 19 22:11:37.371: ISDN Se0/2/1:15 CCd: CC_SERV_validate_state_change: B-chan 1 OK new locale 0 new service state 2, old locale 0 old service state 0

Hello,

this is what I was telling you before, isdn net 5 does not support "out-of-service" messages, so you should never use "isdn service" commands.

If the call fails at customer site there must be some reason but you cannot fix that placing the channel out of service.

As a recognition to those providing answers, please rate useful posts using the scrollbox below!

Ok, which switch type supports isdn service???

Some T1 type like dms-100 or NI-2. It is in the documentation.

But believe me, you will not solve anything placing channels out of service. When call fails, there is a reason that you must find.

I agree, I was trying in the lab, instead to reproduce the fail, set the channel out of service. But the sonus did not set the channel in out, for the reason that you explain me. Thanks for your answer!

Try explaining what the problem is at customer site is and perhaps someone here can suggest what to do.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: