cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5353
Views
0
Helpful
6
Replies

French BRI Configuration

final-reseaux
Level 1
Level 1

HI all,

What's the french configuration for BRI?

-          Basic 5ESS

-          Basic DMS100

-          Basic NI

-          NTT

-          Basic NET3

-          Basic 1TR6

-          VN3

-          Basic QSIG

and

Bearer capability : speech or 3100 HZ or none

and

ISDN Static TEI : none,0,1,2,3,4,5,6,7,8,9

Regards

6 Replies 6

This is a sample CLI configuration for a BRI connection in France:

isdn switch-type basic-net3

!
interface BRI0/1/0
no ip address
no logging event link-status
isdn switch-type basic-net3
isdn tei-negotiation first-call
isdn point-to-point-setup
isdn incoming-voice voice
!

Bearer CAp. should be "Speech".

Some configurations require a static TEI, typically "0". Finally, sometimes inbound calls fail due to the fact that IOS disables the dial-peers when the Layer 1 goes down. To avoid this, you will need to enter this global command: "no dial-peer outbound status-check pots".

Thanks,


Marcos

Where i paste this line:  "no dial-peer outbound status-check pots".

Regards

This is done in global configuration mode.

Marcos

i don't understand where, do you have an exemple?

regards

this is BRI Port conf with CCA 2.0, is it true or not

!

interface BRI0/1/0

no ip address

isdn switch-type basic-net3

isdn point-to-point-setup

isdn incoming-voice voice

isdn sending-complete

trunk-group ALL_BRI 64

!

interface BRI0/1/1

no ip address

isdn switch-type basic-net3

isdn point-to-point-setup

isdn incoming-voice voice

isdn sending-complete

trunk-group ALL_BRI 64

!



Regards

Global configuration mode is the first level that you access after typing "conf t" on an IOS device. For additional information about IOS commands, please refer to the Command Lookup Tool, on:

http://www.cisco.com/en/US/support/tsd_most_requested_tools.html

Thanks,

Marcos