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-31
ADD SUBNET Command for TCP6MAN
DEVICENAME for the SLSA SUBNET does not begin with a dollar sign ($)
character. There is no default.
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, 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 LAN12
IPV6ADDRESS
specifies the 128-bit Internet address of the IPv6 SUBNET. The format for
ipv6-addr is:
x:x:x:x:x:x:x:x
where each x represents 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. This attribute can be used for adding aliases to the SUBNET (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.
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 1 through the default maximum
MTU of the interface/SUBNET. The default maximum for int is 1500 for TYPE
ETHERNET SUBNETs and 65535 for loopback SUBNETs. The minimum is 1280.