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-21
ADD ROUTE Command for TCP6MAN
ADD ROUTE Command for TCP6MAN
The ADD ROUTE command creates a route.
INET (IPv4) 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 *.RT1 is equivalent 
to ADD ROUTE RT1. Names starting with ND, DA, DD, DR, EA, and RT are 
reserved. The naming convention for routes is seven characters. The first 
character must be a letter.
DESTINATION destination-ip-address
specifies the Internet address of a single host or an entire network which can be 
reached through the system specified in GATEWAY. A zero in the local address 
portion of the destination Internet address acts as a wild card, representing all 
hosts on the network specified in the network portion of the Internet address. If the 
destination Internet address is 0 (0.0.0.0), this route specifies the default gateway. 
In this case, all packets with addresses for which routes cannot be determined are 
sent to the host specified in GATEWAY.
This parameter is required.
GATEWAY gateway-ip-address
specifies the Internet address of the gateway host through which the network or 
host addressed in DESTINATION can be reached. This is a required attribute.
ADD [ / OUT file-spec / ] [ ROUTE $ZZTCP.*.route-name ]
 , DESTINATION destination-ip-address
 , GATEWAY gateway-ip-address
 [ , FAMILY INET ]
 [ , DESTTYPE { HOST | BROADCAST } ]
 [ , NETMASK mask-val ]
 [ , METRIC metric-val ]
 [ , SUBNET subnet-name ]
 [ , ALLROUTES { ON | OFF } ]










