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-39
ADD SUBNET Command for TCP6MAN
(For examples of adding the associated SUBNET in a failover pair, see the ALTER
SUBNET Command for TCP6MAN on page 8-49.)
Configured Tunnel SUBNET Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
SUBNET $ZZTCP.*.subnet-name
is the name of the SUBNET object. If you omit this attribute, the fully-qualified
SUBNET name is $ZZTCP.*.subnet-name (you must add SUBNETs to all
configured TCP6MONs.) The naming convention for SUBNETs is seven
characters. For configured tunnels, the SUBNET name begin with IPT. If you
specify a portion of the fully-qualified name in a prior ASSUME command, you can
omit that portion of the name in this command. For information about the ASSUME
command, see the SCF Reference Manual for G-Series RVUs or the SCF
Reference Manual for H-Series RVUs.
TYPE TUNNEL
specifies that the SUBNET is used as a configured tunnel.
FAMILY INET6
specifies that the socket-family type of the SUBNET as AF_INET6 (IPv6). SUBNET
objects used with the IPv6 protocol must have the FAMILY attribute explicitly
specified as INET6. The default value for the FAMILY attribute is INET.
IPTDST ip-addr
specifies the remote end-point of the configured tunnel. This ip-addr must be an
IPv4 Internet address specified in dotted-decimal or hexadecimal notation. This
attribute is required and is valid only for SUBNETs of type TUNNEL.
IPTSRC ip-addr
sets the IPv4 source address in the encapsulating header. This IPv4 source
address must belong to an existing SUBNET on your system. This ip-addr must
be an IPv4 Internet address specified in dotted-decimal or hexadecimal notation.
This parameter is required and is valid only for SUBNETs of type TUNNEL.
ADD [ /OUT file-spec/ ] [ SUBNET subnet-spec ]
, TYPE TUNNEL
, FAMILY INET6
, IPTDST ip-addr
, IPTSRC ip-addr