HPlogo HP SNA Products Remote System Configuration Guide: HP 3000 MPE/iX Computer Systems > Appendix A VTAM Examples

SNA IMF Configuration Example

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

This example defines a network with SNA IMF as shown in figure A-2.

Figure A-2 SNA IMF Example Network

[SNA IMF Example Network]
*******************************************************************

LG05    GROUP DIAL=NO,

              LNCTL=SDLC,

              REPLYTO=1.0,

              TEXTTO=1.0,

              TYPE=NCP,

********************************************************************

* LINE OPERANDS MOVED UP TO THE GROUP MACRO

********************************************************************

              CLOCKNG=EXT,

              DATRATE=HIGH,

              ETRATIO=30,

              HDXSP=NO,

              INTPRI=1,

              LPDATS=NO,

              NRZI=NO,

              POLLED=YES,

              SPDSEL=NO,

              TRANSFR=12,

********************************************************************

* PU OPERANDS MOVED UP TO THE GROUP MACRO

********************************************************************

              IRETRY=NO,

              MAXDATA=265,

              MAXOUT=3,

              PASSLIM=7,

              PUTYPE=2,

              SRT=(32768,32768),

********************************************************************

* LU OPERANDS MOVED UP TO THE GROUP MACRO

********************************************************************

              BATCH=NO,

              DLOGMOD=MODEIMF,

              ISTATUS=ACTIVE,

              MODETAB=HPMODTAB,

              PACING=0,

              SSCPFM=USSSCS,

              VPACING=0,

              USSTAB=USSTBL

*    Point to point (leased) low speed line.

*

*

LN02B   LINE  ADDRESS=02B,

              SPEED=4800,

              DUPLEX=HALF,

              MAXPU=1

*

SERV300B SERVICE ORDER=(PU3000B)

*

PU3000B PU ADDR=C1

*

LU30002B LU LOCADDR=2

*

LU30003B LU LOCADDR=3

*

LU30004B LU LOCADDR=4

*

LU30005B LU LOCADDR=5

*   Multi-drop line with three drops

*

LN033   LINE  ADDRESS=033,

              SPEED=9600,

              DUPLEX=FULL,

              MAXPU=3

*

*

SERV300C SERVICE ORDER=(PU3000C1,PU3000C2,PU3000C3)

*

*

PU3000C1 PU ADDR=C1

*

LU30C102 LU LOCADDR=2

*

LU30C103 LU LOCADDR=3

*

LU30C104 LU LOCADDR=4

*

*

PU3000C2 PU ADDR=C2

*

LU30C202 LU LOCADDR=2

*

LU30C203 LU LOCADDR=3

*

*

PU3000C3 PU ADDR=C3

*

LU30C302 LU LOCADDR=2

*

LU30C303 LU LOCADDR=3

*

LU30C304 LU LOCADDR=4

*

LU30C305 LU LOCADDR=5

*

LU30C306 LU LOCADDR=6

*

* Point to point line.

*

LN035   LINE  ADDRESS=035,

              SPEED=9600,

              DUPLEX=FULL,

              MAXPU=1

*

*

SERV300E SERVICE ORDER=(PU3000E)

*

*

PU3000E PU ADDR=C1

*

LU30002E LU LOCADDR=2

*

LU30003E LU LOCADDR=3

*

LU30004E LU LOCADDR=4

*

LU30005E LU LOCADDR=5
NOTE: The POLLED=YES parameter is required by a PU type 2 for ACF/NCP version 1, releases 1 and 2. This parameter is invalid for an SDLC line for ACF/NCP version 1, release 3 and later versions.