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-30
ADD SUBNET Command for TCP6MAN
TYPE ETHERNET
is the type of SUBNET to be added. For IPv6 configurations that do not involve
tunneling, the only valid type is ETHERNET. (TYPE TUN specifies a SUBNET of
type TUNNEL.)
DEVICENAME lif-name
is the name of the device to be opened to connect to the network. This
corresponds to the ServerNet LAN systems access (SLSA) logical interface (LIF).
The LIF provides access to the Ethernet LAN. For information on how to choose a
SLSA device name, see step 3 on page 1-2. When adding a SUBNET, the
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-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.
IPV6NUD { ON | OFF }
enables or disables Neighbor Unreachability Detection (NUD) on the interface.
ON enables NUD. OFF disables NUD.