cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1705
Views
0
Helpful
19
Replies

VIC-2BRI-NT/TE activation problem?

Hello,

I have a probleme to activate VIC-2BRI-NT/TE on Cisco router 1751V. I don't know what's happen because I think I made all the things to activate this card. Can you help me?

See in attached the output of show isdn status and show ip interface brief.

Thanks for your help.

19 Replies 19

Thank you Alex,

I wille try to do it.

So we have two lines, and the two BRI ports don't work simultaneously well, I thinK there is one which don't work very well.

Is there a slot issue? or what else?

Regards,

Aristide

I heard tinny.

Regards,

Aristide

Hi,

What is the actual issue ?

I see you are trying to emulate the network side of the ISDN.

Are you coonecting to a PBX ?

If you are then you need to sort out the TEI settings.
You do not negotiate TEI if you are the network end


!
interface BRI2/0
 no ip address
 isdn switch-type basic-net3
 isdn protocol-emulate network
 isdn point-to-point-setup
 isdn static-tei 0
 isdn layer1-emulate network
 isdn incoming-voice voice
 isdn skipsend-idverify
 line-power
!
interface BRI2/1
 no ip address
 isdn switch-type basic-net3
 isdn protocol-emulate network
 isdn point-to-point-setup
 isdn static-tei 0
 isdn layer1-emulate network
 isdn incoming-voice voice
 isdn skipsend-idverify
 line-power
!

Regards
ALex

 

Regards, Alex. Please rate useful posts.

thank you alex, 

when i tried to put a call, he can't go further, but now I have this output with show isdn status

Gateway-2(config-if)#do show isdn status
Global ISDN Switchtype = basic-net3
ISDN BRI2/0 interface
        ******* Network side configuration *******
        dsl 0, interface ISDN Switchtype = basic-net3
    Layer 1 Status:
        ACTIVE
    Layer 2 Status:
        TEI = 0, Ces = 1, SAPI = 0, State = TEI_ASSIGNED
    Layer 3 Status:
        0 Active Layer 3 Call(s)
    Active dsl 0 CCBs = 0
    The Free Channel Mask:  0x80000003
ISDN BRI2/1 interface
        ******* Network side configuration *******
        dsl 1, interface ISDN Switchtype = basic-net3
    Layer 1 Status:
        ACTIVE
    Layer 2 Status:
        TEI = 0, Ces = 1, SAPI = 0, State = TEI_ASSIGNED
        TEI = 0, Ces = 1, SAPI = 1, State = TEI_ASSIGNED
        TEI = 0, Ces = 1, SAPI = 7, State = TEI_ASSIGNED
        TEI = 0, Ces = 1, SAPI = 15, State = TEI_ASSIGNED
        TEI = 0, Ces = 1, SAPI = 6, State = TEI_ASSIGNED
    Layer 3 Status:
        0 Active Layer 3 Call(s)
    Active dsl 1 CCBs = 0
    The Free Channel Mask:  0x80000003
    Total Allocated ISDN CCBs = 0

 

Is it OK?

Regards 

Aristide

Hi ,

If you are connecting to the Central Office you need to rebuild your configs like this:-
You are the user end not the network

!
interface BRI2/0
shut
 no isdn protocol-emulate network
 no isdn layer1-emulate network
 isdn point-to-point-setup
 isdn static-tei 0
 isdn incoming-voice voice
no shut
!

Depending on whether your service provider has set your lines for point to point or
point to multipoint you may need to remove the static tei

(In the UK for voice on ISDNse usually ask for point to point as
this caters for DDIs etc)

!
interface BRI2/0
shut
no isdn point-to-point-setup
no isdn static-tei 0
no shut
!


Use a isdn straight cable (They are colured orange and should have delivered with your router)
If you do not have the orange cables then a straight cat 5/6 cable should suffice
between your router interface and the service NTE.

Hope this helps
Regards
Alex

Regards, Alex. Please rate useful posts.
Review Cisco Networking for a $25 gift card