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

PBX Site Survey Template 1

Status
Not open for further replies.

ArrJay21

Vendor
Jan 12, 2007
47
0
0
US
Anyone know where I can find a good one of these?? I would like to start doing some good documenting. Gotta start somewhere.
 
I was already there, I was hoping for one with not-so-specific data.
 
Well, you still have to run the data, I prefer to keep most of them on their own word docs, and then tie in active items/apps in excel. If you want a list of what to prt and where to prt it from, we can help you out there.
 
I would suggest first starting with what kind of data do you feel is important to document. Then search for the doc that fills that void.
 
Thanks, Morgansdad, now you can do it yourself.
 
Here are the loads I run to document a switch. (61-81)

Code:
Proc Main

;LD 117

   transmit "LD 117^M"
   waitfor "=>"
   transmit "INV GENERATE CARDS^M"
   waitfor "=>"
   transmit "****^M"
   transmit "^M"
   
;LD 96

   transmit "LD 96^M"
   waitfor "."
   transmit "STAT DCH^M"
   waitfor "."
   transmit "****^M"
   waitfor ">"
   
;LD 60   

   transmit "LD 60^M"
   waitfor "."
   transmit "STAT^M"
   waitfor "." FOREVER
   transmit "^M"
   waitfor "." FOREVER
   
   transmit "SSCK 0^M"
   waitfor "." 
   transmit "****^M"
   waitfor ">"
   
;LD 21

   transmit "LD 21^M"
   waitfor "REQ"
   transmit "LTM^M"
   waitfor "CUST"
   transmit "0^M"
   waitfor "ROUT"
   transmit "^M"
   waitfor "ACOD"
   transmit "^M"
   
   waitfor "REQ" forever
   transmit "PRT^M"
   waitfor "TYPE"
   transmit "CDB^M"
   waitfor "CUST"
   transmit "^M"
   
   waitfor "REQ" forever
   transmit "PRT^M"
   waitfor "TYPE"
   transmit "RDB^M"
   waitfor "CUST"
   transmit "0^M"
   waitfor "ROUT"
   transmit "^M"
   waitfor "ACOD"
   transmit "^M"
   
   waitfor "REQ:" forever
   transmit "****^M"  
   waitfor ">"
   
;LD 32

   transmit "LD 32^M"
   waitfor "." FOREVER
   transmit "STAT^M"
   waitfor "." FOREVER
   transmit "FSUM^M"
   waitfor "." FOREVER
   transmit "****^M"
   waitfor ">"
   
;LD 37

   transmit "LD 37^M"
   waitfor "." FOREVER
   transmit "STAT XSM^M"
   pause 7
   transmit "^M"
   waitfor "." FOREVER
   transmit "STAT^M"
   pause 7
   transmit "^M"
   waitfor "."
   transmit "****^M"
   waitfor ">"
   
;LD 22

   transmit "LD 22^M"
   waitfor "REQ"
   transmit "ISSP^M"
   
   waitfor "REQ"
   transmit "TID^M"
   
   waitfor "REQ"
   transmit "PRT^M"
   waitfor "TYPE"
   transmit "PKG^M"
   
   waitfor "REQ" FOREVER
   transmit "PRT^M"
   waitfor "TYPE"
   transmit "CFN^M"
   
   waitfor "REQ" forever
   transmit "SLT^M"
   
   waitfor "REQ"
   transmit "PRT^M"
   waitfor "TYPE"
   transmit "CINV^M"

   transmit "!"
   Pause 1
   transmit "ERR XXXXXX^M"  
   transmit "^M"

   waitfor "REQ"
   transmit "PRT^M"
   waitfor "TYPE "
   transmit "AHST^M"
   waitfor "XXXXXX" forever
   waitfor "LD 022"
   PAUSE 3
   transmit "****^M"
   pause 2
   
;LD 20

   transmit "LD 20^M"
   waitfor "REQ: "
   transmit "PRT^M"
   waitfor "TYPE: "
   transmit "2250^M"
   waitfor "TN   "
   transmit "^M"
   waitfor "CUST "
   transmit "^M"
   waitfor "DATE "
   transmit "^M"
   waitfor "PAGE "
   transmit "^M"
   waitfor "NACT"
   transmit "^M"
   waitfor "REQ: "
   transmit "PRT^M"
   waitfor "TYPE: "
   transmit "PWR^M"
   waitfor "TN   "
   transmit "^M"
   waitfor "CDEN "
   transmit "^M"
   waitfor "DATE "
   transmit "^M"
   waitfor "PAGE "
   transmit "^M"
   waitfor "REQ: "
   transmit "****^M"
   
;LD 135

   transmit "LD 135^M"
   waitfor "."
   transmit "STAT CPU^M"
   waitfor "."
   transmit "STAT CNI^M"
   waitfor "."
   transmit "STAT MEM^M"
   waitfor "."
   transmit "****^M"
   waitfor ">"
   
;LD 137

   transmit "LD 137^M"
   transmit "^M"
   waitfor "."
   transmit "STAT^M"
   waitfor "."
   transmit "****^M"
   waitfor ">"
   
;LD 48

   transmit "LD 48^M"
   waitfor "."
   transmit "STAT AML^M"
   waitfor "."
   transmit "STAT ELAN^M"
   waitfor "."
   transmit "****^M"
   pause 2

;LD 97
   
     transmit "LD 97^M"
     waitfor "REQ"
     transmit "PRT^M"
     waitfor "TYPE"
     transmit "XPE^M"
     waitfor "XPEC"
     transmit "^M"
   
     waitfor "REQ" FOREVER
     transmit "PRT^M"
     waitfor "TYPE"
     transmit "SUPL^M"
     waitfor "SUPL"
     transmit "^M"
     waitfor "REQ"
     transmit "****^M"
   
;LD 43

     transmit "LD 43^M"
     waitfor "."
     transmit "EDD^M"
     waitfor "Backing up reten" FOREVER
     waitfor "Backing up reten" FOREVER
     PAUSE 5
     transmit "****^M"
     waitfor ">" 
      
;LD 81
   
   transmit "LD 81^M"
   waitfor "REQ"
   transmit "CNT^M"
   waitfor "CUST"
   transmit "0^M"
   waitfor "DATE"
   transmit "^M"
   waitfor "PAGE"
   transmit "^M"
   waitfor "DES"
   transmit "^M"
   waitfor "FEAT"
   transmit "SETS^M"
   waitfor "FEAT"
   transmit "^M"
   waitfor "NACT"
   transmit "^M"
   waitfor "REQ"
   transmit "LST^M"
   waitfor "CUST"
   transmit "0^M"
   waitfor "DATE"
   transmit "^M"
   waitfor "PAGE"
   transmit "^M"
   waitfor "DES"
   transmit "^M"
   waitfor "FEAT"
   transmit "MTA^M"
   waitfor "FEAT"
   transmit "^M"
   waitfor "NACT"
   transmit "****^M"
   waitfor ">"

;LD 117

   transmit "LD 117^M"
   waitfor "=>"
   transmit "STAT HOST^M"
   waitfor "=>"
   transmit "INV PRT CARDS^M"
   waitfor "=>"
   transmit "****^M"
   transmit "^M"
   pause 1
   transmit "^M"
   waitfor ">" FOREVER
   transmit "****^M"

;LD 97

   transmit "LD 97^M"
   waitfor "REQ"
   transmit "PRT^M"
   waitfor "TYPE"
   transmit "XPE^M"
   waitfor "XPEC"



   CAPTURE OFF
endproc


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top