TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)

Quick Start
HP NonStop TCP/IPv6 Configuration and Management Manual524523-012
1-9
Configure the Subsystem for INET Mode With LNP
4. Go to IVA. Prepare to Start the Applications (Without LNP) on page 1-20.
Configure the Subsystem for INET Mode With LNP
1. Find multiple LIFs for communication by following the procedure Select a LIF of
TYPE ETHERNET for communications. on page 1-2. (This example uses three
LIFs.)
2. Create the TCPIPUP command file:
Note. Before following any of these procedures, you must have real values for the variables in
the examples (indicated with italics).
Example 1-4. TCPIPUP4 Command File, INET-Mode With LNP
CLEAR ALL
SCF/INLINE/
INLPREFIX +
+ ASSUME PROCESS $ZZTCP
+ START MON *
+ DELAY 30
== Configure the loopback SUBNET ==
+ ABORT SUBNET LOOP0
+ ALTER SUBNET LOOP0, IPADDRESS 127.1
+ START SUBNET LOOP0
== Add Host Id and Host Name information (optional)
+ ALTER MON *, HOSTID 172.14.215.27, HOSTNAME "www.company.com"
== Add a SUBNET for the default LNP (do not supply a
== TCP6SAM name; any TCP6SAM name other than $ZSAM2 and $ZSAM3,
== defined below, go to the default partition)
+ ADD SUBNET SN1, TYPE ETHERNET, &
IPADDRESS 172.14.215.27, DEVICENAME L018, &
SUBNETMASK 255.255.255.0
== Add SUBNETs for two configured LNPs
+ ADD SUBNET SN2, TYPE ETHERNET &
IPADDRESS 172.14.217.25, DEVICENAME L019, &
SUNETMASK 255.255.255.0, LNPTPLIST "$ZSAM2"
+ ADD SUBNET SN3, TYPE ETHERNET &
IPADDRESS 172.14.200.24, DEVICENAME L01A, &
SUNETMASK 255.255.255.0, LNPTPLIST "$ZSAM3"
== Add default gateway routes
+ ADD ROUTE GW1, DESTINATION 0.0.0.0, GATEWAY 172.14.215.1
+ ADD ROUTE GW2, DESTINATION 0.0.0.0, GATEWAY 172.14.217.1
+ ADD ROUTE GW3, DESTINATION 0.0.0.0, GATEWAY 172.14.200.1
+ START SUBNET *
+ START ROUTE *
INLEOF