TCP/IP Configuration and Management Manual

SCF Reference
TCP/IP Configuration and Management Manual427132-004
4-34
DELETE ENTRY Command
DELETE ENTRY Command
The DELETE ENTRY command removes entries from the ARP or ATMARP tables.
Entries can be deleted by specifying the entry name or by specifying the IP address
which is the only way dynamically added entries can be deleted. This is a sensitive
command.
Command Syntax
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
ENTRY entry-spec
is the name of the ENTRY object to be deleted. The fully-qualified entry-spec
has the form:
If you specify the SCF object type (ENTRY) or any portion of the object name
(entry-spec) in a prior ASSUME command, you can omit it 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.
IPADDRESS ip-addr
is the IP address of the entry object. The IPADDRESS attribute is used in the
cases where an ARP or ATMARP table entry is not named. If a name is supplied,
the IPADDRESS attribute is ignored.
Examples
The following examples show how to delete an entry by name and by IP address:
1-> DELETE ENTRY $ZTCO.#A1
1-> ASSUME PROCESS $ZTC0
2-> DELETE ENTRY, IPADDRESS 1.2.3.4
Considerations
If an Entry is duplicated in both the ARP and ATMARP tables, the delete command
removes both table entries.
DELETE [ /OUT file-spec/ ] [ ENTRY entry-spec ]
[ , IPADDRESS ip-addr ]
$process-name . #entry-name