TCP/IP (Parallel Library) Configuration and Management Manual
SCF Reference for Parallel Library TCP/IP
HP NonStop TCP/IP (Parallel Library) Configuration and Management Manual—522271-006
5-18
ADD ROUTE Command for TCPMAN
The naming convention for entries is seven characters. The first two characters
must be EA.
TYPE ARP
specifies the ENTRY type. The only supported type is ARP. A TYPE of ARP maps
an IP address with an Ethernet MAC address. The ARP type requires an IP
address and the MACADDR attribute.
IPADDRESS ip addr
specifies the internet address for the entry and is specified in dotted decimal
notation.
MACADDR mac address
specifies the Ethernet address for the ENTRY. It is entered as a string of twelve
hexadecimal digits preceded by a “%h”.
Examples
The following command creates an ENTRY in the ARP entry table:
-> ADD ENTRY $ZZTCP.*.EA1, TYPE ARP, IPADDRESS &
1.2.3.4, MACADDR %H08008E003578
ADD ROUTE Command for TCPMAN
The ADD ROUTE command creates a route.
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 in order
to reach a destination. When you add a route, you must do so on all configured
ADD [ / OUT file-spec / ] [ ROUTE $ZZTCP.*.route-name ]
, DESTINATION destination-ip-address
, GATEWAY gateway-ip-address
[ , DESTTYPE { HOST | BROADCAST } ]
[ , NETMASK mask-val ]
[ , METRIC metric-val ]
[ , CLONING { ON | OFF } ]
[ , GENMASK mask-val ]
[ , SUBNET subnet-name ]