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!

T1

Status
Not open for further replies.

JP26

Technical User
Jun 30, 2009
87
US
Morning
Need help How do I stat a T1 and ensure that there are no drops on it. New t1 turn up. Also how do i clear counters and add route members. Thanks all
 
LD 60 stat x. LCNT x (list counters for loop x) RCNT x (rest counters for loop x). add trunks in LD 14.
 
thanks nortel what about the monitoring of the trunk to see if i have traffic during testing and if i am droping calls.
 
ld 80
trad x x

if you use scripts, (procomm)
Code:
proc main
 
   
  
   ;waitfor "."
   transmit "trad 81 1^M"
   waitfor "."
   transmit "trad 81 2^M"
    waitfor "."
   transmit "trad 81 3^M"
   waitfor "."
   transmit "trad 81 4^M"
   waitfor "."
   transmit "trad 81 5^M"
    waitfor "."
   transmit "trad 81 6^M"
   waitfor "."
   transmit "trad 81 7^M"
   waitfor "."
   transmit "trad 81 8^M"
    waitfor "."
   transmit "trad 81 9^M"
   waitfor "."
   transmit "trad 81 10^M"
   waitfor "."
   transmit "trad 81 12^M"
    waitfor "."
   transmit "trad 81 11^M"
   waitfor "."
   transmit "trad 81 13^M"
   waitfor "."
   transmit "trad 81 14^M"
    waitfor "."
   transmit "trad 81 15^M"
   waitfor "."
   transmit "trad 81 16^M"
   waitfor "."
   transmit "trad 81 17^M"
    waitfor "."
   transmit "trad 81 18^M"
   waitfor "."
   transmit "trad 81 19^M"
    waitfor "."
   transmit "trad 81 20^M"
   waitfor "."
   transmit "trad 81 21^M"
   waitfor "."
   transmit "trad 81 22^M"
    waitfor "."
   transmit "trad 81 23^M"
   waitfor "."
   transmit "trad 81 24^M"
   
   endproc

just do a find/replace on the 81

john poole
bellsouth business
columbia,sc
 
You have to remember that the LCNT is only gathering the info for the RECEIVE Side, you may still have trouble on the TRANSMIT Side

OLD ROLMEN WORKING ON NORTELS AND AVAYA
 
Great I check for packet lose and slip error in ld 60 rcnt????
 
If you want to see transmit & receive errors on the T1, you can connecting dump terminal or COM port on your PC to CSU's com port.
 
lcnt list count
rcnt reset count.

when the numbers reach the thresholds defined in 73 ddb, the t1/pri trunks goes into msby, the switch seeds err's to the screen and most of the time the d releases and tries to handshake with the far end...

to try to get one back up, ld 96 dis dch x auto, ld 60 enll x..(watch for dta 23) 30 sec or so the d will show connect..

two decent test, remove the csu.. turn the ckt over and bring it up without a csu.. the other is to connect a loop back,rcnt, then bring it up.. it will estb the rls wronge mode... then lcnt and watch for errors... if the card is bad you will get the same errors as before the test

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

Part and Inventory Search

Sponsor

Back
Top