TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)
SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-012
8-38
ADD SUBNET Command for TCP6MAN
LNP. The maximum number of TCP6SAM processes for a configured LNP is two. 
The list is specified in quotations with the TCP6SAM processes separated by a 
comma. For example: 
LNPTPLIST "$ZSAM1, $ZSAM2"
DUAL Mode Examples
To create a SUBNET for both AF_INET and AF_INET6 address families and the 
default LNP as well as a SUBNET for both address families for a configured LNP:
 -> ADD SUBNET $ZZTCP.*.EN1, TYPE ETHERNET, &
 FAMILY DUAL, IPADDRESS 172.17.215.232, &
 SUBNETMASK 255.255.255.0, &
 IPV6RAENABLE ON, &
 IPV6PREFIX "3ffe:1200:214:1::/64", &
 FAILOVER NONSHAREDIP, DEVICENAME L019, & 
 IPV6HOPLIMIT 255
 -> ADD SUBNET $ZZTCP.*.EN2, TYPE ETHERNET, &
 FAMILY DUAL, IPADDRESS 172.17.215.233, &
 SUBNETMASK 255.255.255.0, IPV6RAENABLE ON, &
 DEVICENAME L01A, IPV6HOPLIMIT 255, &
 LNPTPLIST "$ZSAM1"
If you want to use tunneling in the LNP environment, the preferred method is 
configured tunneling. (See Configured Tunnel Example on page 8-40.)
To create a SUBNET for both AF_INET and AF_INET6 address families and 
enable it for Ethernet failover, NONSHAREDIP mode:
 -> ADD SUBNET $ZZTCP.*.EN1, TYPE ETHERNET, FAMILY DUAL, & 
 IPADDRESS 172.17.215.232, SUBNETMASK 255.255.255.0, &
 IPV6RAENABLE OFF, &
 IPV6PREFIX "3ffe:1200:214:1::/64", &
 FAILOVER NONSHAREDIP, DEVICENAME LAN02, & 
 IPV6HOPLIMIT 255
For examples of adding the associated SUBNET in a failover pair, see 
Example 8-5
 on page 8-57.
This example creates a SUBNET for both AF_INET and AF_INET6 address 
families and enables it for Ethernet failover, SHAREDIP mode. The SUBNET is 
also configured to process IPv6 router advertisement messages.
 -> ADD SUBNET $ZZTCP.*.EN2, TYPE ETHERNET, FAMILY DUAL, &
 IPADDRESS 172.17.217.120, SUBNETMASK 255.255.255.0,&
 IPV6RAENABLE ON,IPV6PREFIX "3ffe:1200:215:1::/64", &
 IPV6INTERFACEID "::ABCD:1234", &
 FAILOVER SHAREDIP, DEVICENAME LAN03, &
 IPV6HOPLIMIT 255
Note. Before configuring SUBNETs in DUAL mode, you must configure the monitors in DUAL 
mode. (See I. Prepare to Install and Configure NonStop TCP/IPv6
 on page 1-1.).










