TCP/IP Configuration and Management Manual
Configuring the NonStop TCP/IP Subsystem
TCP/IP Configuration and Management Manual—427132-004
3-18
Configuration 3: Startup Files for Two Hosts Using
an X25AM-Based Connection
X25SUBU1
The command file X25SUBU1 adds and starts X.25 subdevices. Example 3-7 shows a
listing of the command file for X25SUBU1.
OBEY TCPUP1
invokes the command file to start and configure
TCPIP, LISTNER, and TELSERV.
TCISCF /IN STATUS1/
invokes SCF against the command file STATUS1 to
display status information.
SCP /NAME $ZNET, NOWAIT,
CPU 1/0; AUTOSTOP -1
starts SCP and keeps it running.
Example 3-7. Command File for Adding X.25 Subdevices
== SCF command file to add and start X25 subdevices for TCPIP on
== \LA.
allow all
== SWAN concentrator: Lines 0($X250) and 1($X251) available.
assume line $x250
abort, sub all
alter, netid x25xa, srcaddr "00000011300000", &
Framemode DTE, callingaddr on, SVCRANGE (1,128)
add su #tcpip1,devtype (9,0),protocol ptp,recsize 1024
add su #tcpip2,like #tcpip1
add su #tcpip3,like #tcpip1
add su #tcpip4,like #tcpip1
add su #tcpip5,like #tcpip1
add su #tcpip6,like #tcpip1
start line, sub all
Command Description