WAN Manager SPI Programming Guide
WAN Manager Commands and Responses
WAN Manager SPI Programming Guide—540013-001
5-28
ALTER DEVICE
modifierkeyword and modifiervalue
is a keyword defined in profilename that enables a user to configure some
product-specific characteristic of the DEVICE object. modifiervalue is a string
of characters whose syntax is defined in profilename.
path-name
indicates which Ethernet path on the SWAN concentrator you prefer the device to
use. The possible values are A or B. A indicates the A Ethernet path. B indicates
the B Ethernet path. There is no default.
maxrecsize
defines the maximum record size on the API that is supported by the DEVICE
object.
RESET ( modifier-keyword [ modifier-keyword ... ] ) ]
resets the specified modifier (or modifiers) back to its default value. The
parenthesis are required if more than one modifier is specified. If no modifiers are
specified, then all modifiers are reset to their default values.
type and subtype
is the NonStop OS registered device type for the DEVICE object. subtype is the
NonStop OS registered device subtype for the DEVICE object.
SCF Example
ALTER DEVICE $ZZWAN.#EXP777, CLIP 3
Tokens in Command Buffer
ZSPI-TKN-COMMAND: ZCOM-CMD-ALTER
ZSPI-TKN-OBJECT-TYPE: ZCOM-OBJ-DEV
ZCOM-TKN-OBJNAME: $ZZWAN.#devicename
ZWAN-TKN-PROFILE-NAME: profilename !o
ZWAN-TKN-IOPOBJECT: object-filename !o
ZWAN-TKN-RECSIZE: maxrecsize !o
ZWAN-TKN-DEVTYPE: devtype !o
ZWAN-TKN-DEV-SUBTYPE: devsubtype !o
ZWAN-TKN-PROGRAM: dlcfilename !o
ZWAN-TKN-MODIFIER: modifiers-keyword , modifier-value !o
Tokens in Response Buffer
ZSPI-TKN-DATALIST:*
ZCOM-TKN-OBJNAME: $ZZWAN.#devicename
ZCOM-TKN-OBJTYPE: ZCOM-OBJ-DEV
ZSPI-TKN-RETCODE: ZCOM-ERR-OK
ZSPI-TKN-ENDLIST:-