WAN Manager SPI Programming Guide
WAN Manager Commands and Responses
WAN Manager SPI Programming Guide—540013-001
5-6
ABORT PATH
ABORT PATH
This command terminates the operation of a PATH object to a CLIP. The ABORT PATH
command places the PATH object in the STOPPED state, which prevents the
subsequent use of the Ethernet path. The WAN lines that are using the aborted path
will switch to their alternate path, and those configured to use the aborted path as the
alternate path will not have an alternate path.
The ABORT PATH command has this syntax:
conc-name.clip-num.path-name
conc-name is the name of the SWAN concentrator as specified in the ADD
ADAPTER command.
clip-num is the CLIP number. The possible values for the CLIP number are 1, 2,
or 3 for a SWAN concentrator and 1, 2, 3, 4, 5, or 6 for a SWAN 2 concentrator.
path-name is the name of the Ethernet path. The possible values for the path
name are A or B. A indicates the A Ethernet path. B indicates the B Ethernet path.
You can also use wild cards such as an asterisk (*) or question mark (?), in any
combination (for example, $ZZWAN.#*, $ZZWAN.#S*, $ZZWAN.#S01.*, and
$ZZWAN.#S01.?.?) to select more than one object matching the pattern.
SCF Example
ABORT PATH $ZZWAN.#S01.?.?
ABORT PATH $ZZWAN.#conc-name.clip-num.path-name
Tokens in Command Buffer
ZSPI-TKN-COMMAND: ZCOM-CMD-ABORT
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.#conc-name.clip-num.A
ZCOM-TKN-OBJTYPE: ZCOM-OBJ-PATH
ZSPI-TKN-RETCODE: ZCOM-ERR-OK
ZSPI-TKN-ENDLIST:
ZSPI-TKN-DATALIST:
ZCOM-TKN-OBJNAME: $ZZWAN.#conc-name.clip-num.B
ZCOM-TKN-OBJTYPE: ZCOM-OBJ-PATH
ZSPI-TKN-RETCODE: ZCOM-ERR-OK
ZSPI-TKN-ENDLIST:-