TCP/IPv6 Configuration and Management Manual (G06.24+)
SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-008
8-36
ADD SUBNET Command for TCP6MAN
IPV6INTERFACEID "ipv6-id"
overrides the default interface ID (which depends on the underlying link type), and
specifies ipv6-id as the interface ID. For example, if your system has the
Ethernet hardware address 08-00-2b-2a-1e-d3 associated with SUBNET SN1, this
command generates the INET6 link-local address fe80::a00:2bff:fe2a:1ed3 for the
SUBNET:
->SCF ADD SUBNET $ZZTCP.*.SN1, TYPE ETHERNET &
FAMILY INET6, DEVICENAME LAN12
On the same system, this command configures a SUBNET, SN2, and generates
the new INET6 interface ID abcd:1234 for the interface:
->SCF ADD SUBNET SN2, TYPE ETHERNET, FAMILY INET6, &
IPV6INTERFACEID "::ABCD:1234", DEVICENAME LAN14
For more information about the IPV6INTERFACEID attribute, see Stateless
address autoconfiguration on page 2-18.
IPV6ADDRESS "ipv6-addr"
specifies the 128-bit Internet address of the IPv6 SUBNET. The address has the
format of x:x:x:x:x:x:x:x. In this format, each x is the hexadecimal value of a
16-bit piece of the address. An IPv6 address typically consists of a 64-bit prefix
followed by a 64-bit interface identifier. The IPV6ADDRESS attribute can be used
to create IP aliases; for more information, see Stateless address autoconfiguration
on page 2-18.
IPV6PREFIX "ipv6-prefix"
specifies that the address argument is an IPv6 prefix and indicates that the
interface identifier is to be appended to it to create a 128-bit IPv6 address. The
format for the ipv6-prefix is
x:x:x:x::/prefix-length.
where x is the hexadecimal value of a 16-bit piece of the prefix and
prefix-length is a decimal value. The prefix length is required.
The IPV6PREFIX attribute can be used to create IP aliases; for more information,
see Stateless address autoconfiguration on page 2-18.
IPV6NUD { ON | OFF }
enables or disables Neighbor Unreachability Detection (NUD) on the interface.
ON enables NUD. OFF disables NUD.
The default is ON for an Ethernet SUBNET whose TYPE is ETHERNET. The
default is OFF for loopback and tunnel SUBNETs.