[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smaug::snagwy

Title:SNA GATEWAY NOTEFILE
Notice:Note 1.* -> kits and doc, 288.* -> obtaining product support
Moderator:EDSCLU::GARROD
Created:Fri Feb 07 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:7116
Total number of notes:28576

7107.0. "LLC2 configuration of sna peer server." by HGOM19::CHARLESCHEN () Wed May 28 1997 09:25

    Hi,
    
       I am now trying to configure sna peer server using LLC2 option. When
    I configure Ethernet, I need to input Communication Port Name. I know
    ln for DESVA. My ethernet card is DE435. What name should I use here? I
    don't have docs to check. But I need it urgently. This is my first time
    to configure LLC2. thanks in advance.
    
    
T.RTitleUserPersonal
Name
DateLines
7107.1EDSCLU::KELLYWed May 28 1997 11:3435
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.2Thanks for your kind helpHGOM19::CHARLESCHENThu May 29 1997 01:481
    
7107.3LLC2 errorHGOM19::CHARLESCHENSun Jun 01 1997 22:476
    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.4post ncl scriptsEDSCLU::KELLYMon Jun 02 1997 17:277
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.5thanksHGOM19::CHARLESCHENMon Jun 02 1997 21:035
    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