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

SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual524523-008
8-23
ADD ROUTE Command for TCP6MAN
IPv4 Examples
To add routes:
-> ADD ROUTE $ZZTCP.*.MR1, DESTINATION 192.17.72.0, &
NETMASK 255.255.255.0, GATEWAY 172.17.214.1, METRIC 1
-> ADD ROUTE $ZZTCP.*.MR2, DESTINATION 192.17.73.0,&
NETMASK %HFFFFFF00, GATEWAY 172.17.214.2, METRIC 2
-> ADD ROUTE $ZZTCP.*.MR3, DESTINATION 155.186.0.0, &
NETMASK 255.255.0.0, CLONING ON, GATEWAY 172.17.214.1, &
METRIC 1
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.
ADD [ /OUT file-spec/ ] [ ROUTE route-spec ]
, FAMILY INET6
, IPV6DESTINATION "ipv6-addr"
, IPV6GATEWAY
[, DESTTYPE HOST ]
[, SUBNET subnet-name ]
[, ALLROUTES { ON | OFF } ]