WAN Manager SPI Programming Guide
WAN Manager Commands and Responses
WAN Manager SPI Programming Guide—540013-001
5-61
NAMES SERVER
NAMES SERVER
This command displays a list of the configured CLIPs.
The NAMES 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.
You can also use wild cards such as an asterisk (*) or question mark (?), in any
combination (for example, $ZZWAN.#*, $ZZWAN.#S*, $ZZWAN.#S*.*,
$ZZWAN.#S01.?, and so on) to select more than one object matching the pattern.
SCF Example
NAMES SERVER $ZZWAN.*
NAMES SUBSYS
This command displays the WAN manager process and all its subordinate objects.
The NAMES SUBSYS command has this syntax:
SUB { ALL | NONE | ONLY }
is an optional parameter used to select the subordinate objects that the command
affects.
NAMES SERVER $ZZWAN.#conc-name.clip-num
Tokens in Command Buffer
ZSPI-TKN-COMMAND: ZCOM-CMD-LISTOBJECTS
ZSPI-TKN-OBJECT-TYPE: ZCOM-OBJ-SERVER
ZCOM-TKN-OBJNAME: $ZZWAN.#conc-name.clip-num
Tokens in Response Buffer
Depending on the object name, the output can be for clips of
one SWAN concentrator or multiple SWAN concentrators.
ZSPI-TKN-DATALIST:*
ZCOM-TKN-OBJNAME: "$ZZWAN.clip-name"
ZCOM-TKN-OBJTYPE: ZCOM-OBJ-SERVER
ZSPI-TKN-RETCODE: ZCOM-ERR-OK
ZSPI-TKN-ENDLIST:-
NAMES SUBSYS $ZZWAN [ , SUB { ALL | NONE | ONLY } ]