z/OS Communications Server: SNA Network Implementation Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Sample configuration with Ethernet or Ethernet-type LAN

z/OS Communications Server: SNA Network Implementation Guide
SC27-3672-01

Figure 1 shows a multiple domain XCA configuration with an Ethernet or Ethernet-type LAN and two IBM® 3172 Nways Interconnect Controllers.

Figure 1. XCA multiple domain configuration with Ethernet or Ethernet-type LAN
XCA multiple domain configuration with Ethernet or Ethernet-type LAN
To define the configuration in Figure 1, define the following in the first VTAM®:
  • One external communication adapter major node to represent the physical unit in the IBM 3172 Nways Interconnect Controller
  • One external communication adapter major node for each LAN connected to the IBM 3172 Nways Interconnect Controller
  • Major nodes for any devices connected to the LAN

Following is the sample code for the configuration in Figure 1:

  1. Define an external communication adapter major node to represent the physical unit in the IBM 3172 Nways Interconnect Controller:
    XCACON1  VBUILD TYPE=XCA               XCA MAJOR NODE
    PORT1    PORT  MEDIUM=BOXMGR,          3172 MANAGER
                   CUADDR=C04              CHANNEL UNIT ADDRESS
    *
    GROUP1   GROUP ISTATUS=ACTIVE          ACTIVATED AT GEN
    LINE1    LINE
    PU1      PU
  2. Define another external communication adapter major node for the Ethernet or Ethernet-type LAN:
    XCACON2  VBUILD TYPE=XCA               XCA MAJOR NODE
    PORT2    PORT  MEDIUM=CSMACD,          Ethernet or Ethernet-type LAN
                   SAPADDR=4,              SERVICE ACCESS POINT ADDRESS
                   ADAPNO=1,               ADAPTER NUMBER
                   CUADDR=640              CHANNEL UNIT ADDRESS
    *
    GROUP2A  GROUP DIAL=YES,               SWITCHED PERIPHERAL NODE
                   ANSWER=ON,              DIAL WILL ACCEPT CALLS
                   CALL=INOUT,             DIAL IN AND OUT
                   ISTATUS=ACTIVE          ACTIVATED AT GEN
    LINE2A   LINE  ANSWER=ON               PU CAN DIAL IN
    PU2A     PU
    *
    GROUP2B  GROUP DIAL=NO                 SUBAREA
                   ISTATUS=ACTIVE          ACTIVATED AT GEN
    LINE2B   LINE
    PU2B     PU    MACADDR=02608C1C0A21    LAN MEDIUM ACCESS CONTROL ADDRESS
                   PUTYPE=5,               VTAM HOST
                   SAPADDR=4,              SERVICE ACCESS POINT ADDRESS
                   SUBAREA=2,              HOST'S SUBAREA NUMBER
                   TGN=2                   TRANSMISSION GROUP NUMBER
  3. Define a switched major node for the peripheral node attached to the LAN:
    SWNODE1  VBUILD TYPE=SWNET
    PU2      PU    DISCNT=YES,              DISCONNECT FACILITY
                   IDBLK=002,               BLOCK IDENTIFICATION
                   IDNUM=00002,             IDENTIFICATION NUMBER
                   PUTYPE=2                 PHYSICAL UNIT TYPE
    *
    LANPATH2 PATH  DIALNO=010402608C1C0B35, TIC, SAP, MACADDR
                   GRPNM=GROUP2A            LOGICAL GROUP DEFINITION
    LU2      LU    LOCADDR=2,               DEPENDENT LU
                   ISTATUS=INACTIVE         INITIAL STATUS INACTIVE

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014