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

List PRI information?

Status
Not open for further replies.

chiacomo

IS-IT--Management
Jul 9, 2004
103
US
Is there a way to have the Meridian print the number of PRI circuits in the switch? Individual PRI information?
 
LD 22 will print Loop and D-Channel information.
LD 21 for the RDB
LD 20 for the Trunks
 
ld 22
prt
cequ

Code:
  DLOP  NUM DCH FRM TMDI LCMT YALM TRSH
   TRK  093 24  ESF NO   B8S  FDL  00
        108 24  ESF NO   B8S  FDL  00
   PRI  000 24  ESF NO   B8S  FDL  00
        001 24  ESF NO   B8S  FDL  00
        017 24  ESF NO   B8S  FDL  00
        018 24  ESF NO   B8S  FDL  00
        028 24  ESF NO   B8S  FDL  00
        029 23  ESF NO   B8S  FDL  00
        044 23  ESF NO   B8S  FDL  00
        045 24  ESF NO   B8S  FDL  00
        048 24  ESF NO   B8S  FDL  00
        049 23  ESF NO   B8S  FDL  00
        060 24  ESF NO   B8S  FDL  00
        076 24  ESF NO   B8S  FDL  00
        077 24  ESF NO   B8S  FDL  00
        092 24  ESF NO   B8S  FDL  00
        109 23  ESF NO   B8S  FDL  00
        125 23  ESF NO   B8S  FDL  00
        140 24  ESF NO   B8S  FDL  00
        141 24  ESF NO   B8S  FDL  00
        156 24  ESF NO   B8S  FDL  00
        157 24  ESF NO   B8S  FDL  00
  MISP
in this 81c, 93 and 108 are non pri t1's.. the rest are pri's.

you can go to 60 and do a stat to see the status of each channel... the cequ does not prove that it has trunks built on it or does not insure it's working.. but the cequ plus ld 60 stat should fix you up

john poole
bellsouth business
columbia,sc
 
So, I do an:
ld 22
prt
cequ

and get this:
Code:
TYPE cequ

CEQU
  MPED 8D
  TERM
  REMO
  TERD
  REMD
  TERQ  010 N011
  REMQ
  SUPL  004  012
  XCT   000
  TDS  * 000
  CONF * 001
  MFSD * 000

  DLOP  NUM DCH FRM TRSH
   TRK  008 24  D3  AMI  DG2  00
  EXT0  3PE
    CNI  012 000 000
  MCFN S0B0 S0B1 S1B0 S1B1 S2B0 S2B1 S3B0 S3B1  FLSH   TOTL
        016  000  000  000  000  000  000  000   32     048

Then I don't have a PRI, but rather a 24 channel T1?
 
You got it, if you are looking to add a PRI you need to make sure that you have the correct packages in the software. Most do now but I have seen some older switches still running out there without it.
 
008 24 D3 AMI DG2 00

correct... are you current on that breakdown,,, i haven't typed it in a while..


t1.. 1.54 meg.. 24 channels, inband sig, 56 k per channel voice 8 k per channel overhead... 192 k wasted overhead

pri,,, 1.54 meg.. 24 channels outband sig.. 23 barrier channels 64k each one d (data) channel 64 k.. so you waste a lot less bandwidth (overhead) and you can run 23 pri's on one d.. usually i run a primary and a backup for no more then 6 pri's

the d is only used for setup and tear down..

another point, when you do a stat in 60, pri's have a * after the status// t 1's do not
Code:
CH 01 - BUSY TIE   VOD  *        CH 02 - IDLE TIE   VOD  *
CH 03 - IDLE TIE   VOD  *        CH 04 - IDLE TIE   VOD  *
CH 05 - BUSY TIE   VOD  *        CH 06 - IDLE TIE   VOD  *


those are pri channels

Code:
CH 01 - IDLE ISA                    CH 02 - IDLE ISA
CH 03 - IDLE ISA                    CH 04 - IDLE ISA

those are not

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

Part and Inventory Search

Sponsor

Back
Top