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 Manual524523-012
8-32
ADD SUBNET Command for TCP6MAN
Sending an RA message to ND6HOSTD process. Upon receipt of this
message, ND6HOSTD process becomes responsible for automatically
updating the global address information in DNS.
Specifying this attribute as OFF disables the routing table and interface
configuration update during the RA message processing. 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"
IPV6 Examples
To create a SUBNET for the AF_INET6 (IPv6) family using the ADD SUBNET
command:
-> ADD SUBNET $ZZTCP.*.SN1, TYPE ETHERNET, FAMILY INET6, &
DEVICENAME LAN02
To create a SUBNET for the AF_INET6 address family and override the default
interface ID with::ABCD:1234:
-> ADD SUBNET $ZZTCP.*.SN2, FAMILY INET6, TYPE ETHERNET, &
IPV6INTERFACEID "::ABCD:1234", &
DEVICENAME LAN14
To create an AF_INET6-capable SUBNET and assign the address
AB:CD:CE:AB:0A00:2BFF:FE12:3456 to SUBNET/interface SN1 (assuming the
interface ID is 0A00:2BFF:FE12:3456):
-> ADD SUBNET $ZZTCP.*.SN1, TYPE ETHERNET,&
DEVICENAME LAN04, FAMILY INET6, &
IPV6PREFIX "AB:CD:CE:AB::/64"
Note. Before configuring SUBNETs in INET6 mode, you must configure the monitors in
INET6 mode. (See I. Prepare to Install and Configure NonStop TCP/IPv6
on page 1-1.).