cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
25743
Views
20
Helpful
16
Replies

ISDN Q931: Ux_DLRelInd: DL_REL_IND received from L2

Andrey128
Level 1
Level 1

Hi All!

The problem is following:

till today we got PRI so:

(Router)---PRI---(Nortel PBX) ----PRI------(Telco)

we don't use Nortel PBX and don't want to pay a rent for it. So now we've connected:

(Router)----PRI------Telco

But now I get ISDN Se0/2/0:15 Q931: Ux_DLRelInd: DL_REL_IND received from L2  and have no communication

And L2 status changes periodically from TEI_ASSIGNED to AWAITING_ESTABLISHMENT

running config:

network-clock-participate wic 2

isdn switch-type primary-net5

controller E1 0/2/0
framing NO-CRC4
clock source internal
pri-group timeslots 1-31

interface Serial0/2/0:15
no ip address
encapsulation hdlc
isdn switch-type primary-net5
isdn protocol-emulate network
isdn incoming-voice voice
isdn sending-complete
no cdp enable

#sh isdn status                                                               
Global ISDN Switchtype = primary-net5
ISDN Serial0/2/0:15 interface
        ******* Network side configuration *******
        dsl 0, interface ISDN Switchtype = primary-net5
    Layer 1 Status:
        ACTIVE
    Layer 2 Status:
        TEI = 0, Ces = 1, SAPI = 0, State = TEI_ASSIGNED                                - L2 state changes periodically
    Layer 3 Status:
        0 Active Layer 3 Call(s)
    Active dsl 0 CCBs = 0
    The Free Channel Mask:  0xFFFF7FFF
    Number of L2 Discards = 0, L2 Session ID = 0
ISDN Serial0/2/1:15 interface
        dsl 1, interface ISDN Switchtype = primary-net5
    Layer 1 Status:
        DEACTIVATED
    Layer 2 Status:
        TEI = 0, Ces = 1, SAPI = 0, State = TEI_ASSIGNED
    Layer 3 Status:
        0 Active Layer 3 Call(s)
    Active dsl 1 CCBs = 0
    The Free Channel Mask:  0x00000000
    Number of L2 Discards = 0, L2 Session ID = 0
    Total Allocated ISDN CCBs = 0

#sh isdn status
Global ISDN Switchtype = primary-net5
ISDN Serial0/2/0:15 interface
        ******* Network side configuration *******
        dsl 0, interface ISDN Switchtype = primary-net5
    Layer 1 Status:
        ACTIVE
    Layer 2 Status:
        TEI = 0, Ces = 1, SAPI = 0, State = AWAITING_ESTABLISHMENT
    Layer 3 Status:
        0 Active Layer 3 Call(s)
    Active dsl 0 CCBs = 0
    The Free Channel Mask:  0xFFFF7FFF
    Number of L2 Discards = 0, L2 Session ID = 0
ISDN Serial0/2/1:15 interface
        dsl 1, interface ISDN Switchtype = primary-net5
    Layer 1 Status:
        DEACTIVATED
    Layer 2 Status:
        TEI = 0, Ces = 1, SAPI = 0, State = TEI_ASSIGNED
    Layer 3 Status:
        0 Active Layer 3 Call(s)
    Active dsl 1 CCBs = 0
    The Free Channel Mask:  0x00000000
    Number of L2 Discards = 0, L2 Session ID = 0
    Total Allocated ISDN CCBs = 0

Have somebody hint how to solve the issue?

16 Replies 16

Your provider isn't responding to the SABME with a UA.  This is a provider issue.  Perhaps they don't have the circuit turned up completely.  If they push back, you will need to have them get a q.921 trap on their side and see if they see the SABME coming in, and if they show a UA in response.

thanks!