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 Manual—524523-012
8-24
ADD ROUTE Command for TCP6MAN
SUBNET subnet-name
specifies the SUBNET to be associated with the route to be configured. Without
this attribute, the manually-added static route is only associated with the first
SUBNET found on the same IP subnetwork. You do not need to specify the
IPV6GATEWAY attribute if you are adding a route for a configured-tunnel SUBNET
and you specify this attribute with the name of the tunnel SUBNET.
DESTTYPE HOST
indicates that the route specifies a connection to a particular host. If you do not
specify this attribute, the configured route is considered a network route.
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.
IPv6 Examples
To create multiple static IPv6 routes to network "3ffe:1200:215:1::/64" through
gateway "3ffe:1200:214:1:208:a4ff:fe2b:3006" when multiple IPv6 SUBNETs are
configured within the IPv6 subnetwork "3ffe:1200:215:1::/64":
-> ADD ROUTE $ZZTCP.*.V6RT1, FAMILY INET6, &
IPV6DESTINATION "3ffe:1200:215:1::/64", &
IPV6GATEWAY "3ffe:1200:214:1:208:a4ff:fe2b:3006", &
ALLROUTES ON
To add an IPv6 route to network fec0:10:50::/64 through a configured tunnel:
-> ADD ROUTE $ZZTCP.*.V6RT2,FAMILY &
INET6,IPV6DESTINATION "FEC0:10:50::/48",&
SUBNET "IPT1"
To add multiple IPv6 default routes through a gateway:
-> ADD ROUTE $ZZTCP.*.V6RT3, FAMILY INET6, &
IPV6DESTINATION "::", &
IPV6GATEWAY "DEC:5:CD::A00:2BFF:FE2A:1ED3", ALLROUTES ON
The "::" argument indicates that it is a default route.
To add a route to one of the hosts for a configured tunnel:
-> ADD ROUTE $ZZTCP.*.V6RT1, FAMILY INET6, &
IPV6DESTINATION "3FFE:B::/64", &
SUBNET "IPT1"
To add a route to the other host (also a NonStop system running G06.20 or later
RVU) for the configured tunnel.
-> ADD ROUTE $ZZTCP.*.V6RT1, FAMILY INET6, &
IPV6DESTINATION "3FFE:A::/64", &
SUBNET "IPT2"