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


Sample NCP definition statements for token-ring connection

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

The following sample shows some of the NCP definition statements that are used in one NCP to define a token-ring connection between two NCP subarea nodes. Define both the physical connection and the logical connection as nonswitched links. Therefore, in contrast to a peripheral node connection, you do not define a VTAM® switched major node for a subarea node token-ring connection.
N112TGP1 GROUP ECLTYPE=(PHYSICAL,SUBAREA)  TOKEN-RING PHYSICAL GROUP
*
N112TL01 LINE  ADDRESS=(1088,FULL),        TIC ADDRESS
               LOCADD=400000003023,        LAN ADAPTER ADDRESS
               MAXTSL=1108,                TRANSMIT MAX DATA (MAX)
               PORTADD=1,                  PHYSICAL PORT ADDRESS
               ⋮
               RCVBUFC=4095                RECEIVE MAX DATA
*
N112TP01 PU
*
N112TLU1 LU
*
N112TGL1 GROUP ECLTYPE=(LOGICAL,SUBAREA),  TOKEN-RING LOGICAL GROUP
               PHYPORT=1,                  ASSOCIATE WITH PHYSICAL PORT
               SDLCST=(PRIM,SEC)           SDLCST LINK CHARACTERISTICS
*
N112TR01 LINE
*
N112TP01 PU    ADDR=04400000000030         TOKEN-RING ADDRESS

You can also specify that a token-ring logical group is for a frame-relay connection by coding ECLTYPE=(LOGICAL,FRELAY). This provides a private frame-relay network over the token-ring connections without configuring additional physical lines.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014