TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)
Quick Start
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-012
1-16
Configure the Subsystem for DUAL-Mode, Address
Autoconfiguration and Ethernet Failover, Shared IP
2. To bring up the SUBNETs, create the TCPIPUP command file:
3. Issue the TACL OBEY command on the TCPIPUP command file:
4. Go to IVA. Prepare to Start the Applications (Without LNP) on page 1-20.
Note. Before following any of these procedures, you must have real values for the variables in
the examples (indicated with italics).
Example 1-8. TCPIPUP8 Command File, DUAL-Mode With Address
Autoconfiguration and Ethernet Failover, Shared IP
CLEAR ALL
SCF/INLINE/
INLPREFIX +
+ ASSUME PROCESS $ZZTCP
+ START MON *
+ DELAY 30
+ ALTER MON *, FAMILY DUAL
== Configure the loopback subnet ==
+ ABORT SUBNET LOOP0
+ ALTER SUBNET LOOP0, IPADDRESS 127.1
+ ALTER SUBNET LOOP0, FAMILY INET6, IPV6 UP
+ 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 IPv4 and IPv6 support with Ethernet
==failover, shared IP.
+ ADD SUBNET SN3,TYPE ETHERNET,IPADDRESS 172.14.215.27, &
DEVICENAME L018, SUBNETMASK 255.255.255.0, FAMILY DUAL, &
FAILOVER SHAREDIP, IPV6INTERFACEID "::abcd:1234", &
IPV6RAENABLE ON
==Add a second SUBNET for Ethernet failover, sharing the
==same IPv4 and IPv6 addresses but using a different LIF
+ ADD SUBNET SN4,TYPE ETHERNET,IPADDRESS 172.14.215.27, &
DEVICENAME L019, SUBNETMASK 255.255.255.0, FAMILY DUAL, &
FAILOVER SHAREDIP, IPV6INTERFACEID "::abcd:1234", &
IPV6RAENABLE ON
==Associate the SUBNETs as a failover pair and establish two
==reserved IP addresses, one for IPv4 and one for IPv6
+ALTER SUBNET SN3, ASSOCIATESUB "SN4", &
IPV6RESERVEDID "::abcd:1235", RESERVEDIP 172.12.215.29
== Add default gateway routes for IPv4 for both SUBNETs. To add
== default routes for IPv6, see Add Routes
on page 5-6
+ ADD ROUTE GW1, DESTINATION 0.0.0.0, GATEWAY 172.14.215.1 &
SUBNET "SN3"
+ ADD ROUTE GW2, DESTINATION 0.0.0.0, GATEWAY 172.14.215.1 &
SUBNET "SN4"
+ START SUBNET *
+ START ROUTE *
INLEOF
>OBEY TCPIPUP8