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 Manual524523-012
8-19
ADD Command
ADD Command
The ADD command adds a SUBNET, ROUTE or ENTRY to the NonStop TCP/IPv6
subsystem. You must enter an ADD SUBNET command for each SUBNET with which
the NonStop TCP/IPv6 subsystem is to communicate. Each SUBNET defines a point
of attachment through which data is sent or received. This is a sensitive command.
ADD ENTRY Command for TCP6MAN
The ADD ENTRY command creates an entry in an ARP table. Entries in the ARP table
provide a mapping between an IP address and a MAC address. The ENTRY object
name must start with the letters “EA.”
The ADD Entry command generates a link-level route. This link-level route has the
name specified in the entry-name variable of the ADD ENTRY command.
This command is valid only when you use IPv4 addresses.
Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
ENTRY $ZZTCP.*.entry-name
specifies the name of the ENTRY object. The fully-qualified entry name is
$ZZTCP.*.entry-name (you must add entries on all configured TCP6MONs.) If
you specify a portion of the fully-qualified name in a prior ASSUME command, you
can omit that portion of the name in this command. For information about the
ASSUME command, see the SCF Reference Manual for G-Series RVUs or the
SCF Reference Manual for H-Series RVUs. 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.
ADD [ /OUT file-spec/ ] [ ENTRY $ZZTCP.*.entry-name ]
, TYPE ARP
, IPADDRESS ip-addr
, MACADDR mac-address
[ , ALLENTRY ON | OFF ]
[ , SUBNET subnet-name ]