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

Option 11 New PRI

Status
Not open for further replies.

TETech

IS-IT--Management
Feb 26, 2006
39
CA
Does anyone have a step by step on programming a pri for dms 100 and NI2?
 
it's pretty simple, i can post one.. is this the 1st pri in the box and is it in your cequ?

if this is the 1st, then change the cdb

ld 15
chg
net
isdn yes

ld 17
chg
cequ

and add the card

then

chg
adan
new dch x

ld 16
new
rdb

ld 14
new 23

ld 96
enl tmdi x
enl dch x fdl
enl serv x

ld 60
enll x

tomorrow i'll post the exact code from my 81, it's almost the exact promtps, and the same interface


john poole
bellsouth business
columbia,sc
 
Thanks John
If you can please post all the info IE how to add the card etc this will be my first in about 5 years and I cant recall to much I have been working on other equipment since then. I need to know how to do DMS as well as NI2.

 
here's the line you need to add to your cequ, one for each pri, they will both be the same

Code:
003 24  ESF NO   B8S  FDL  00

that make then b8zs extended super frame.. that one is loop 3, 24 channel..

here's a d going back to the arden central office, ni2

Code:
ADAN     DCH 3
  CTYP MSDL
  GRP  3
  DNUM 3
  PORT 3
  DES  ARDENCO
  USR  PRI
  DCHL 3
  OTBF 32
  PARM RS422  DTE
  DRAT 64KC
  CLOK EXT
  IFC  NI2
    ISDN_MCNT 300
  CLID OPT0
  CO_TYPE  ATT
  SIDE USR
  CNEG 1
  RLS  ID  1
  RCAP COLP
  MBGA NO
  OVLR NO
  OVLS NO
  T310 120
  T200 3
  T203 10
  N200 3
  N201 260
  K    7
  BSRV  NO

90 percent of that is default, user pri,.ifc ni2 co type and user are about all that is not a return.. interface type and central office type determine the far end switch. usually rls is blank.. if you get pri227 errors on disconect, find out the far end rls type..


here's a route going back to a dms 250, note that the trunk type needs to match the trunks and the switch type has to match the d

Code:
CUST 0

ROUT 156


TYPE RDB
CUST 00
ROUT 156
DES  BSLD
TKTP DID
M911_ANI  NO
M911_TONE  NO
NPID_TBL_NUM   0
SAT  NO
IDEF NET
RCLS EXT
VTRK NO
DTRK YES
BRIP NO
DGTP PRI
ISDN YES
    MODE PRA
    IFC  D250
    SBN  NO
    PNI  00000
    NCNA YES
    NCRD NO
    CHTY BCH
    ISAR NO
    CPUB OFF
    DAPC NO
    BCOT 0
DSEL VOD
PTYP PRI
AUTO NO
DNIS NO
DCDR NO
ICOG IAO
RANX NO
SRCH LIN
TRMB NO
STEP 157    [COLOR=red] overflow route
ACOD 828025  any vacant number [/color]
TCPP NO
PII NO
TARG [COLOR=blue][b]enter x1 to remove default[/b][/color]
CLEN 1
BILN NO
OABS
INST
IDC  YES [COLOR=red] only if you need inbound digit trans [/color]
DCNO 1 *
NDNO 1
DEXT NO
DNAM NO
ICIS YES
TIMR ICF  512
     OGF  512
     EOD  13952
     NRD  10112
     DDL  70
     ODT  4096
     RGV  640
     FLH  510
     GRD  896
     SFB  3
     NBS  2048
     NBL  4096


PAGE 002


     IENB  5
     VSS  0
     VGD  6
DRNG NO
CDR  YES
INC  YES
LAST YES
QREC YES
OAL  YES
AIA  YES
OAN  YES
OPD  YES
CDRX NO
NATL NO
TDG
VRAT NO
MUS  YES [COLOR=red] [i]if you have a music on hold route
MRT  81[/i][/color]
RACD NO
EQAR NO
FRL  0 0
FRL  1 0
FRL  2 0
FRL  3 0
FRL  4 0
FRL  5 0
FRL  6 0
FRL  7 0
OHQ  NO
OHQT 00
TDET NO
TTBL 0
ATAN NO
PLEV 2
MCTS NO
ALRM NO
ART  0
SGRP 0
AACR NO

again 90 percent is default, isdn yes is a burn point, if you bypass that prompt, star out and try again, other then that take all possible defaults.. you can't take a default that will cause a problem except trmb and vsel.. here's a trunk, ld 14 new 23 will build them all, just enter the route and member as well as the 1st tn, the 1st tn on a t1 is x 1, not x 0, the onlt non default for trunks is trunk type, (matches route) tn rt memeber and i add dtn to class..

Code:
DES  BSLD
TN   156 01
TYPE DID
CDEN SD
CUST 0
TRK  PRI
PDCA 1
PCML MU
NCOS 1
RTMB 156 1
B-CHANNEL SIGNALING
NITE
STRI/STRO OWK OWK
AST  NO
IAPG 0
CLS  UNR DTN WTA LPR APN THFD HKD
     P10 VNL
TKID
DATE 26 OCT 2004

couple of test points, when you add the trunk, after i added 156 1 return, the switch responce is "B-CHANNEL SIGNALING" if you don't get that, something is wronge, usually net_data isdn No.. ld 21 to print, ld 15 to change, except for isdn, take the defaults unless your doing internal ties also


john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top