TCP/IP Management Programming Manual

Commands and Responses
HP NonStop TCP/IP Management Programming Manual529636-001
6-26
DELETE Command
ZCOM-TKN-OBJNAME
specifies the subnet or route to be deleted. Your application must provide this
token in the command. The object name can include wild-card characters. Using
wild-card characters allows the command to affect multiple objects. This token is
described more fully in Data Communications Standard Definitions on page 5-9.
(ZSPI-TKN-) MAXRESP, CONTEXT, ALLOW-TYPE, and COMMENT
are standard SPI tokens that your application can provide. These tokens are
described in SPI Standard Definitions on page 5-1.
Tokens in Response Buffer
ZSPI-TKN-SSID
is an echo of the subsystem ID value provided in the command by your application.
For more details, see SPI Standard Definitions on page 5-1.
ZSPI-TKN-SERVER-VERSION
indicates the software release version of the TCP/IP subsystem. For more details,
see SPI Standard Definitions on page 5-1.
ZSPI-TKN-DATALIST
indicates the beginning of a data list. The ZSPI-TKN-MAXRESP token must have a
value other than 0 for data lists to be included in the response. For more details,
see SPI Standard Definitions on page 5-1.
ZCOM-TKN-OBJNAME
specifies the name of a TCP/IP subnet or route deleted. Unless there is an error
that prevents the DELETE command from being attempted at all, this token is
present in every response record. ZCOM-TKN-OBJNAME is described more fully
in Data Communications Standard Definitions
on page 5-9.
ZCOM-TKN-OBJTYPE
specifies the type of object deleted. This token can have the value ZCOM-OBJ-
SUBNET or ZCOM-OBJ-ROUTE. For more details, see Data Communications
Standard Definitions on page 5-9.
ZSPI-TKN-RETCODE
specifies whether the command has been completed successfully. The value of
this token remains zero (ZCOM-ERR-OK) when the command is completed
successfully with or without a warning. Note that if the empty response (ZCOM-
ERR-EMPT-RSP) is returned, the value of this token is nonzero, although the
command is completed successfully.