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-23
ADD ROUTE Command for TCP6MAN
FAMILY INET6 (IPv6) Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
ROUTE $ZZTCP.*.route-name
is the name of the route. The route specifies the path on which data is sent to
reach a destination. When you add a route, you must do so on all configured
TCP6MONs. You can use the wild-card (*) notation for the TCP6MON name, but if
you do not, it is assumed anyway. For example, ADD ROUTE *.RO1 is equivalent
to ADD ROUTE RO1. Names starting with DA, DD, DR, EA, ND, and RT are
reserved. The naming convention for routes is seven characters. The first
character must be a letter.
FAMILY INET6
specifies the configured route as a member of the INET6 family of addresses. The
default value of this parameter is INET. You must therefore explicitly specify INET6
as the value for this required attribute when you configure an IPv6 route. The
required attributes IPV6DESTINATION and IPV6GATEWAY are valid only when
FAMILY is specified as INET6.
IPV6DESTINATION "ipv6-addr"
specifies the IPv6 address of a single device or the address of an entire network
that can be reached through the device specified in the IPV6GATEWAY attribute.
Specify the address of an entire network by using CIDR prefix format. For example:
IPV6DESTINATION "3ffe:1200:215:1::/64"
For more information, see IP Address Notation
on page 8-13.
To indicate a default route, specify two colons between the quotation marks (“::”).
IPV6GATEWAY "ipv6-addr"
specifies the address of the device though which the destination specified in
IPV6DESTINATION can be reached. This attribute is optional if you are adding the
route to a configured-tunnel SUBNET and you specify the SUBNET attribute with
the name of that tunnel SUBNET.
ADD [ /OUT file-spec/ ] [ ROUTE route-spec ]
, FAMILY INET6
, IPV6DESTINATION "ipv6-addr"
, IPV6GATEWAY
[, DESTTYPE HOST ]
[, SUBNET subnet-name ]
[, ALLROUTES { ON | OFF } ]