TCP/IPv6 Configuration and Management Manual (G06.24+)
SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-008
8-24
ADD ROUTE Command for TCP6MAN
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. 
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"










