Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BRI BRIL problem 1

Status
Not open for further replies.

802

IS-IT--Management
Sep 16, 2004
22
0
0
IE
Ive programmed up a BRIL for an isdn router, added the end of line resistor, teh d channels signalling starts but no b channels ever comes up, it's a euro isdn card in a machine.

TN 2 0 0 5
DES CB1
CUST 0
CTYP SILC
OPT BRIL
MISP 1
MODE NTFS
B1CT VCE DTA
B2CT VCE DTA
LDN NO
XLST 0
MTEI 8
MCAL 16
MTSP 8
LAPD 1
PRID 2
PDCA 1
FDN
EFD
HUNT
EHT
TGAR 1
NCOS 0
SGRP 0
CAC_MFC 0
CLS CTD ICDD CDMD MRD UDI ABDD
DATE 21 OCT 2004



USID 5
MPHC NO

SUPL_SVC
DN 600 0
CT VCE DTA
MCAL 4
CLIP YES
PRES YES
COLP YES
TRANS NO
FEAT HTD FND SFD CFTD MWD FBD HBTD CFXD
SSRV_ETSI

DN 601 0
CT VCE DTA
MCAL 4
CLIP YES
PRES YES
COLP NO
TRANS NO
FEAT HTD FND SFD CFTD MWD FBD HBTD CFXD
SSRV_ETSI
 
I havent set one of these up in a long time but i found my old notes. they may help...

UK setup. UILC's are not supported in the UK.

You need software packages 203 216 235

You need a MISP and at least 1 SILC at each end

SILC has 8 4-wire ports numbered 0-7
Sockets used are RJ45 type
Even port connected to pins 5 and 4
Odd port connected to pins 3 and 6
Ports are polarity aware

SETUP FOR BRI EXTENSIONS:

All programming done in LD 27. Configuration has four parts.

Part 1 LAPD (Link Access Protocol Datablock)

REQ new
TYPE lapd
PGPN x (try 0)

LAPD yes
T200 2
T203 20
N200 3
N201 260
K 1
N2X4 10

PGPN <cr>

Part 2 MISP installation

For Option 11 MISP needs to be in slots 1-3 of main cab
For big switch MISP goes in a free slot of a network shelf. The card uses the EVEN loop of that slot. The odd
loop can not be used for any purpose.

REQ new

TYPE misp

LOOP x
(card number if Option 11 or the even loop from the slot in the network shelf of a big switch)

APPL bril (BRI line)
<cr> .....

MISP is brought up in LD 32:
ENLC x FDL for OP11
ENLL x FDL for big switch
(FDL is needed the first time to download the application 'bril')



Part 3 DSL (Digital Subscriber Loop)
This is configured 1 per BRI extension.

REQ new
TYPE dsl
TN c u or l s c u
DES BRI
CUST 0
CTYP SILC (UILC not used in the UK)
OPT BRIL
MISP x (Loop set up in part 2)
MODE NTAS



LAPD 0 (as set up in part 1)

PRID y (protocol ID)
This is dependant on terminal equipment but 'y' can be:
1=ANSI
2=ETSI (used here)
3=DMS
4=NET64
5=NUMERIS
6=NI-1

TGAR 0

CLS unr

<cr>

Part 4 TSP (Terminal Service Profile)
This is configured 1 per BRI extn.

REQ new

TYPE tsp

DSL c u or l s c u (of the DSL set up in part 3)

USID 0 (used here) or
SPID aaaa..aa (Service profile ID, I think used in US)


DN xxxx

CT vce dta

DFDN xxxx (as above)


You should now have a working BRI line.





Colin
 
Thanks, hadnt done USID correctly
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top