WAN Manager SPI Programming Guide

WAN Manager Commands and Responses
WAN Manager SPI Programming Guide540013-001
5-40
DELETE SERVER
DELETE SERVER
This command removes a CLIP from the configuration database.
The DELETE SERVER command has this syntax:
conc-name.clip-num
conc-name is the name of the SWAN concentrator as specified in the ADD
ADAPTER command.
clip-num is the CLIP number in deletion.
You can also use wild cards such as an asterisk (*) or question mark (?), in any
combination (for example, $ZZWAN.#*, $ZZWAN.#S*, $ZZWAN.#S*.*, and
$ZZWAN.#S01.?) to select more than one object matching the pattern.
SUB { ALL | NONE | ONLY }
is an optional parameter used to select the subordinate objects that the command
affects.
ALL
specifies that the named object and the subordinate objects are affected.
NONE
specifies that the named object is affected but that the subordinate objects are
not. NONE is the default.
ONLY
specifies that only the subordinate objects are affected.
SCF Example
DELETE SERVER $ZZWAN.#S0?.*, SUB ALL
DELETE SERVER $ZZWAN.#conc-name.clip-num
[ , SUB { ALL | NONE | ONLY } ]
Tokens in Command Buffer
ZSPI-TKN-COMMAND: ZCOM-CMD-DELETE
ZSPI-TKN-OBJECT-TYPE: ZCOM-OBJ-SERVER
ZCOM-TKN-OBJNAME: $ZZWAN.#conc-name.clip-num
ZCOM-TKN-SUB: ZCOM-VAL-SUB-ALL | ZCOM-VAL-SUB-NONE |
ZCOM-VAL-SUB-ONLY !o