TCP/IPv6 Configuration and Management Manual (G06.24+)

SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual524523-008
8-38
ADD SUBNET Command for TCP6MAN
Sending an RA message to ND6HOSTD process. Upon receipt of this
message, the ND6HOSTD process automatically updates the global address
information in DNS.
Specifying this attribute as OFF disables the routing table and interface
configuration update during the RA message processing. TCP6MON, however,
continues to send RA messages to ND6HOSTD process. The default value is OFF.
FAILOVER { SHAREDIP| NONSHAREDIP }
enables the SUBNET to be failover-capable using these configuration:
SHAREDIP has the same IP address as the associated SUBNET in the
failover configuration.
NONSHAREDIP has a different IP address than the associated SUBNET in the
failover configuration.
LNPTPLIST "tcp6sam list"
specifies that this SUBNET is part of a logical network partition and specifies the
transport-service provider processes (TCP6SAM processes) that provide access
for this partition. If this attribute is not specified, this SUBNET is part of the default
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.)
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-2.).