WAN Manager SPI Programming Guide

WAN Manager Commands and Responses
WAN Manager SPI Programming Guide540013-001
5-59
NAMES PROCESS
SCF Example
NAMES PATH $ZZWAN.#S13.1.*
NAMES PROCESS
This command displays a list of the names of all configured ConMgr, SNMP trap
multiplexer, TFTP server, or WANBoot processes.
The NAMES PROCESS command has this syntax:
cpu-name
is the processor number where the ConMgr object normally executes. You can also
use wild cards such as an asterisk (*) or question mark (?) in any combination (for
example, $ZZWAN.#?, $ZZWAN.#*, and so on).
proc-name
is the name of process other than ConMgr. You can also use wild cards such as an
asterisk (*) or question mark (?), in any combination (for example, $ZZWAN.#?,
$ZZWAN.#*, and so on).
Tokens in Command Buffer
ZSPI-TKN-COMMAND: ZCOM-CMD-LISTOBJECTS
ZSPI-TKN-OBJECT-TYPE: ZCOM-OBJ-PATH
ZCOM-TKN-OBJNAME: $ZZWAN.#conc-name.clip-num.{ A | B }
Tokens in Response Buffer
ZSPI-TKN-DATALIST:*
ZCOM-TKN-OBJNAME: "$ZZWAN.#S13.1.A"
ZCOM-TKN-OBJTYPE: ZCOM-OBJ-PATH
ZSPI-TKN-RETCODE: ZCOM-ERR-OK
ZSPI-TKN-ENDLIST:
ZSPI-TKN-DATALIST:
ZCOM-TKN-OBJNAME: "$ZZWAN.#S13.1.B"
ZCOM-TKN-OBJTYPE: ZCOM-OBJ-PATH
ZSPI-TKN-RETCODE: ZCOM-ERR-OK
ZSPI-TKN-ENDLIST:-
NAMES PROCESS $ZZWAN.#{ cpu-name | proc-name }