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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting up a E1 on a CS1000M MG

Status
Not open for further replies.

terrysdavid

Programmer
Jun 6, 2006
350
TT
Guys, I have to set up two E1 links to an new provider. I have a CS1000M MG running Succession 4.5. Currently I have three(3) PRI circuits going to another provider.

The E1 provider is supplying the following cards : NTBK51AA and NT5D97 Dual DTI2/PRI2 Card.

I've configured PRIs before but never a E1 circuit. Is the process similar?

Normal programming for a PRI is
- program clock references in ld 73 -ddb
- program d-channel.
- program dlop. -B8ZS,ESF
- program route.
- program trunks

Is there anything different I should pay attention too?

Thanks.

 
Hi, we worked a lot with E1, the process is very similar.
at Ld 17 you define the loop at the DTI2 X, X is the loop number.

If you are going to use a PRI2 (Pri E1) then you have to put the llop number at the prompt PRI2
and to set up the d-channel at the Adan Dch prompt.

At the Ld 73 you define type DTI2 o Pri2 with the LPTI and Syti:
>ld 73
DDB000
MEM AVAIL: (U/P): 920324 USED U P: 204281 55042 TOT: 1179647
DISK RECS AVAIL: 441
REQ prt
TYPE dti2
FEAT lpti
LOOP


LOOP 1
CDTI2 NO
P DIGT (S) PXXX
P METR (R) UNUSED
PPMD NO
SASU 1920
MFAO NO
SZNI NO
LCLB NO
UCFS 0000
MFF AFF
CRC 205 10 S 3 S 3 S 0
BPV 205 10 S 3 S 3 S 0
FAP 32 4 S 1 S 1 S 0
SLP 20 30 S 10 S 10 S 0
GP2 20 100 S 12 S 12 S 0


>LD 73
DDB000
MEM AVAIL: (U/P): 408002 USED: 181821 TOT: 589823
DISK RECS AVAIL: 440
REQ PRT
TYPE PRI2
FEAT LPTI
LOOP 2

PRI2 LOOP 2
MFF AFF
ACRC NO
ALRM REG
RAIE NO
G1OS YES
SLP 255 1 M 255 5 S
BPV 255 20
CRC 255 20
FAP 255 20
RATS 10
GP2 20 5 S 5 S 5 S 5 S
MNG1 5 S
NCG1 5 S
OSG1 5 S
MNG2 5 S
NCG2 5 S
OSG2 5 S
PERS 50
CLRS 50
OOSC 127



here is an printout of CEQU at the LD17 with DTI2
CEQU
MPED 8D
SUPL 000 004 008 012
016 032 036 040
044 048 064 068
072 P100 P112
DDCS
DTCS
TDS 000
CONF 029 030 031 062
094 095
APVL
DTI2 01 03 05 08
24 28
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top