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 Manual—524523-012
8-36
ADD SUBNET Command for TCP6MAN
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-17.
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-17.
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.
IPV6MTU int
alters the maximum transfer unit (MTU) for messages that the system transmits on
the link. The specification for int can range from 1280 through the default
maximum MTU of the interface/SUBNET. The default for int is 1500 for TYPE
ETHERNET SUBNETs and 32768 for loopback SUBNETs.
IPV6REACHABLETIME int
specifies the time interval, in milliseconds, that your system considers a neighbor
to be reachable after your system receives a reachability confirmation message.
The range for int is 1 through 3600000 milliseconds (ms). The default value is
30000 milliseconds.
IPV6RETRANSMITIMER int
specifies the time interval, in milliseconds, between neighbor solicitation messages
to a neighbor. The value for int must be greater than zero. The default value is
1000 ms.