TCP/IPv6 Configuration and Management Manual (G06.24+)

SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual524523-008
8-22
ADD ROUTE Command for TCP6MAN
FAMILY INET
specifies the configured route as a member of the INET family of address. The
default value of this parameter is INET.
DESTTYPE { HOST | BROADCAST }
specifies whether the route is a connection to a specific host (HOST) or to a
network (BROADCAST). This is an optional attribute.
NETMASK mask-val
specifies a subnet mask value to be associated with the route entry. This mask-
val is specified as dotted-decimal or hexadecimal notation. If it is not specified, it
defaults to the default network mask of the specified IP address. The netmask
value is set to be 0.0.0.0 for the default routes. The netmask value is set to
255.255.255.255 for the host route. Because non-contiguous mask values are not
supported, netmask values such as 0.255.255.0, 255.0.255.0, 0.0.255.0 are
considered invalid.
METRIC metric-val
indicates the number of “hops” to the destination. The metric is optional for add
commands; it defaults to zero if the destination is on a directly-attached network
and the metric is not specified. It is non-zero if the route uses one or more
gateways. The default is 1 if the destination is not on a directly-attached network
and the metric is not specified.
SUBNET subnet-name
allows a route to be associated with a particular LIF.
ALLROUTES ON | OFF
allows or disallows the automatic configuration of multiple routes through each
interface when multiple subnets exist in the same subnetwork. ON allows automatic
configuration. OFF disallows automatic configuration. The default value is OFF.
Default: If you do not specify DESTTYPE in an ADD ROUTE command, the
default value is BROADCAST. If a route is added automatically as the
result of an ADD SUBNET command, the default value is BROADCAST.