T.R | Title | User | Personal Name | Date | Lines |
---|
7107.1 | | EDSCLU::KELLY | | Wed May 28 1997 11:34 | 35 |
| It should not matter what you use for the port name. Here is an example of
llc2/ethernet ncl. The important thing is the MAC address.
######################################################################
# Partner ethernet station is the 3172-3
#
# VTAM switched major node name is LANGETQE
#
# VTAM PU name is PUGETQE
######################################################################
create csma-cd
create csma-cd station csmacd-1 communication port ln0
create llc2 sap sna-3
set llc2 sap sna-3 lan station = CSMA-CD Station csmacd-1
set llc2 sap sna-3 local lsap address = 0C
create llc2 sap sna-3 link 3172-3
set llc2 sap sna-3 link 3172-3 Remote MAC address = 10-00-5a-d4-aa-d3
set llc2 sap sna-3 link 3172-3 Remote lsap address = 04
!Set up cp services transmission group.
create sna cp s trans group pugetqe
set sna cp s trans group pugetqe Connection Type = permanent
set sna cp s trans group pugetqe Dependent LU Support= yes
set sna cp s trans group pugetqe Data Link = llc2 sap sna-3 link
3172-3
set sna cp s trans group pugetqe node id = 'DEC80124'H
ETC . . .
Hope this helps.
Jim Kelly
IBM IC Support Engineering
|
7107.2 | Thanks for your kind help | HGOM19::CHARLESCHEN | | Thu May 29 1997 01:48 | 1 |
|
|
7107.3 | LLC2 error | HGOM19::CHARLESCHEN | | Sun Jun 01 1997 22:47 | 6 |
| Hi,
After I configured the LLC2, reboot the machine, there is an error
which says pif_openport failed:6 when sna try to start t21smc. Can
someone give me advice? Thanks
|
7107.4 | post ncl scripts | EDSCLU::KELLY | | Mon Jun 02 1997 17:27 | 7 |
| Can you post the Peer Server ncl startup scripts (ethernet and llc2) here.
There are several reasons why this error is returned.
Thanks,
Jim Kelly
IBM IC Support Engineering
|
7107.5 | thanks | HGOM19::CHARLESCHEN | | Mon Jun 02 1997 21:03 | 5 |
| Sorry. I have came back from customer's site. I think I can't get the
ncl startup scripts. But still thanks a lot. Next time, I will look at
the scripts.
See you
|