| RE: <<< Note 6998.0 by MLNORO::BAREZZI >>>
> We add it on the same QLLC link, but now we can run the two station
> only in alternate way, i.e. if the first one is up the second one is
> down and viceversa.
Are they using the same X.25 parameters on the station entity?
Do you have two TGs defined? Both pointing to the same QLLC station?
Or to different stations?
> The question is : is it possible to have more than one station running
> on the same QLLC link ? What parameter(s) has to be considered ?
Yes, it should work.
Craig
|
| Hello.
Regarding the exact configuration to have more station on the same QLLC link
this is the schema used to associate TG, XID, STATION and QLLC:
-------------- --------------
| TG-1 -XID1 | | TG-2 -XID2 |
-------------- --------------
| STN-1 | | STN-2 |
-------------- --------------
| |
------------------------------
| QLLC-0 |
------------------------------
Following the config. definition and the trace when tring to activate the
second one station. It's appened that only one station can be activated at the same
time.
Thank You again for any help / suggestion !
Ciao,
Dan.
======================================================================
Configuration for QLLC, STATION's and TRAN GROUP
======================================================================
!
!
create node 0 qllc
create node 0 qllc link QLLC-0 -
filter name = FILTER_QLLC, -
template name = TEMPLATE_QLLC, -
dte class = telenet
create node 0 qllc link QLLC-0 station STN-0 -
usage type = OUTGOING, -
retry maximum = 4, -
retry timeout = 10, -
contact terminal = NO, -
capability = NEGOTIABLE, -
remote DTE address = 00001201110000, -
maximum btu size = 512
!
!
create node 0 qllc link QLLC-0 station STN-1 -
usage type = OUTGOING, -
retry maximum = 4, -
retry timeout = 10, -
contact terminal = NO, -
capability = NEGOTIABLE, -
remote DTE address = 00001201110000, -
maximum btu size = 512
!
!
create node 0 sna cp services transmission group tg-1 -
data link = QLLC link QLLC-0 station STN-0, -
intranode = No, -
dependent lu support = Yes, -
connection type = Permanent, -
node id = %X01709138
!
create node 0 sna cp services transmission group tg-2 -
data link = QLLC link QLLC-0 station STN-1, -
intranode = No, -
dependent lu support = Yes, -
connection type = Permanent, -
node id = %X01709207
!
! Set up SNA CP Services Entities
!
create node 0 sna cp services -
network id = nwenid00, -
cp name = pserver, -
maximum active TGs = 4
!
====================================================================
Trace of activation of one station when the first one is just active
====================================================================
-----------------
18:23:08.32|Open| 16| Open port |
18:23:08.32| Tx| 117| X_CALL_REQ Called-DTE=00001201110000 SPI=0xc3
18:23:08.42|Rx | 288| X_CALL_CNF |
18:23:08.42| Tx| 117| N com QXID3|
|NODE=LEN ID=0x01709207 NETID=NWENID00 CP=PSERVER
|INIT-SELF=N BIND=Y BINDSeg=S/R ACTPU=Y
|CPSvc=N CP-CPSess=N ESI=NEG-PROC SI-NA=Y
|BINDPac=S/R DepLU-BINDPac=Y PAR-TG=N TG-Num=0
|Role=NEG DATMODE=TWA MAXBTU=00512 MAXOUT=7
18:23:08.68|Rx | 125| N com QXID3|
|NODE=BN ID=0xFFFFFFFC NETID=NWENID00 CP=HIN09
|INIT-SELF=Y BIND=Y BINDSeg=S/- ACTPU=N
|CPSvc=N CP-CPSess=N ESI=PRE-NEG SI-NA=N
|BINDPac=-/R DepLU-BINDPac=Y PAR-TG=N TG-Num=0
|Role=NEG DATMODE=TWA MAXBTU=15562 MAXOUT=7
|PU=N$210A ALS=XP210806
18:23:08.68| Tx| 117| N rsp QXID3|
|NODE=LEN ID=0x01709207 NETID=NWENID00 CP=PSERVER
|INIT-SELF=N BIND=Y BINDSeg=S/R ACTPU=Y
|CPSvc=N CP-CPSess=N ESI=NEG-PROC SI-NA=Y
|BINDPac=S/R DepLU-BINDPac=Y PAR-TG=N TG-Num=0
|Role=NEG DATMODE=TWA MAXBTU=00512 MAXOUT=7
18:23:08.98|Rx | 284| X_DISC_IND C=0x00 D=0x00
18:23:08.98|Clos| 16| Close port |
|
| RE: <<< Note 6998.2 by MLNORO::BAREZZI >>>
Dan,
You didn't mention what return message, if any, you get from NCL when you try to
activate the second TG.
Also, we would like to see a trace with the 1st TG becomming active and then
trying the second station.
Thanks
Craig
|