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

SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual524523-008
8-33
ADD SUBNET Command for TCP6MAN
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"
To create an AF_INET6-capable SUBNET and enable it for Ethernet failover,
NONSHAREDIP mode:
-> ADD SUBNET $ZZTCP.*.EN1, TYPE ETHERNET, &
FAMILY INET6, IPV6PREFIX "3ffe:1200:214:1::/64", &
FAILOVER NONSHAREDIP, DEVICENAME LAN21,&
IPV6HOPLIMIT 255
To create an AF_INET6-capable SUBNET and enable it for Ethernet failover,
SHAREDIP mode:
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-2.).