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!

ISDN BRI blocking

Status
Not open for further replies.

djudjuman

Technical User
Mar 24, 2003
59
NL

For testing purpose I have programmed 2*2B+D channels as follows (BC12 SP2):

/*-----------------------------------------------------------------*/
/* tlu79_sl.rou slave side */

/* bri slave */
rocai:rou=1,sel=7111100000000010,sig=011100000031,traf=03151515,trm=5,serv=3110000000,dist=30,disl=128,bcap=111111;
EXECUTED
rodai:rou=1,type=sl60,vari=15400000,varo=06610000,varc=00000314;
EXECUTED
roeqi:rou=1,tru=1-1&1-2,equ=1-0-20-0;
EXECUTED
roddi:dest=00,rou=1,srt=3;
EXECUTED
scexi:feml=1-0-20-0;
EXECUTED



/*-----------------------------------------------------------------*/
/* tlu79_ma.rou master side */

/* bri master */
rocai:rou=2,sel=7111100000000010,sig=011100000031,traf=03151515,trm=5,serv=3110000000,dist=30,disl=128,bcap=111111;
EXECUTED
rodai:rou=2,type=sl60,vari=15400000,varo=06410000,varc=00000314;
EXECUTED
roeqi:rou=2,tru=1-1&1-2,equ=1-0-20-2;
EXECUTED
roddi:dest=01,rou=2,srt=3;
EXECUTED





I have made a loop back cable for testing on the TLU79 board:

Individual 1 <----> Individual 2

Tx+ (C26) <----> Rx+ (A30)
TX- (C28) <----> Rx- (A32)
Rx+ (C30) <----> Tx+ (A26)
Rx- (C32) <----> Tx- (A28)

After programming the routes, I can't make calls.
The routes are blocked.


<blfdp;
FAULTY DEVICES
EQU BOARDID BLOCKING DISTMARK LINELOCK
001-0-20-02 058 B'0000000000101000 NO NO
001-0-20-01 058 B'0000000000101000 NO NO
001-0-20-00 058 B'0000000000101000 NO NO
001-0-20-03 058 B'0000000000101000 NO NO

<bldbe:bpos=1-0-20,allfm=yes;
EXECUTED
<BLFDP;
FAULTY DEVICES
EQU BOARDID BLOCKING DISTMARK LINELOCK
001-0-20-02 058 B'0000000000001000 NO NO
001-0-20-01 058 B'0000000000001000 NO NO
001-0-20-00 058 B'0000000000001000 NO NO
001-0-20-03 058 B'0000000000001000 NO NO


<ALLOP;
ALARM LOG
IDENTITY: ST-BC12-SP2
VERSION: CXP1010101/1/BC12SP02/R3A


269 DIGITAL TRUNK, LOSS OF FRAME SYNCHRONIZATION
DATE TIME ALP NOIF UNIT EQU BRDID INF1
25FEB04 13:46:24 2 4 SLP60 001-0-20-00 58 0

269 DIGITAL TRUNK, LOSS OF FRAME SYNCHRONIZATION
DATE TIME ALP NOIF UNIT EQU BRDID INF1
25FEB04 13:46:24 3 4 SLP60 001-0-20-02 58 1

CLASS: 1
290 CONGESTION VALUE FOR ROUTE REACHED
DATE TIME ALP NOIF UNIT INF1 INF2 INF3
25FEB04 14:02:00 4 1 DTR 1000 1 1000

I also tested to loop a TLU79 on position 1-0-20 and another TLU79 on position 1-0-42 and connected a
twisted cable inbetween. The result of blocking is the same.

What am I doing wrong ???






 
You cant have different var values on the same interface(board).
Use two cards .

SYAR
 
Try Varc=0631 instead 0661 (Master-Slave-Problem)
 
pls. check your varo:
064 => slave
066 => master on layer 2, slave on layer 1&3 ???
should be 063
try this
 
This is data i used to make qsig line between two md's with tlu79 that works.

* PABX A */
ROCAI:ROU=2,SEL=011000000000,TRM=5,SERV=2010030000,TRAF=00151515,SIG=111100000031,
BCAP=101110;
RODAI:ROU=2,TYPE=SL60,VARC=00000314,VARI=15400000,VARO=46300000;
ROEQI:.....
/* PABX B */
ROCAI:ROU=2,SEL=011000000000,TRM=5,SERV=2010030000,TRAF=00151515,SIG=111100000031,
BCAP=101110;
RODAI:ROU=2,TYPE=SL60,VARC=00000314,VARI=15400000,VARO=46400000;
ROEQI:.....

The wiring between the individs must be crossed
tx - rx
rx - tx
for the individs .




SYAR
 
Thanks SYAR2003, DUFQI and LALRL for your inputs.
It is working fine now.
By the way: It is possible to have different var values on the same interface(board). I just tested it with a quarter connector where tx and tx are crossed. Works fine

Thanks.
 
Varo/vari is okay i guess , but not varc (common) .

 
see alex - restrictions:
When services set with D 4 in VARI (General Protocol Updates or DSS1 Network Side supported), the whole interface must have the same configuration, i.e. the interface cannot be divided into several routes.

An interface cannot be divided into one Public and one Tie line route.

 
You are correct DUFQI.
When you use the same interface you can loop back on the same board.


Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top