TCP/IP Management Programming Manual
Commands and Responses
HP NonStop TCP/IP Management Programming Manual—529636-001
6-33
INFO Command
Tokens in Command Buffer
ZSPI-TKN-SSID
specifies the subsystem ID, which your management application must pass to
SSINIT. This token is described in SPI Standard Definitions on page 5-1, and in the
SPI Programming Manual.
ZCOM-TKN-OBJNAME
specifies the process, subnet, or route to be queried. Your application must provide
this token in the command. The object name can include wild-card characters.
Using wild-card characters allows the command to affect multiple objects. This
token is described in Data Communications Standard Definitions on page 5-9.
(ZSPI-TKN-) MAXRESP, CONTEXT, ALLOW-TYPE, and COMMENT
are standard SPI tokens that your application can provide. These tokens are
described in SPI Standard Definitions on page 5-1.
ZTCI-MAP-INFO-SUBNET !{A}
!OBJ-SUBNET
def ZTCI-DDL-INFO-SUBNET !All fields are present.
02 ZIP-ADDR type ZSPI-DDL-INT2.
02 ZSUBNET-MASK type ZSPI-DDL-INT2.
02 ZIOPNAME type ZSPI-DDL-FNAME32.
02 ZTYPE type ZSPI-DDL-ENUM.
02 ZSU-NAME type ZSPI-DDL-CHAR8.
02 ZFORCE-QIO type ZSPI-DDL-BOOLEAN.
02 ZUSE-IRDP type ZSPI-DDL-BOOLEAN.
end.
ZTCI-MAP-INFO-ROUTE !{A}
!OBJ-ROUTE
def ZTCI-DDL-INFO-ROUTE !All fields are present.
02 ZDEST-IP-ADDR type ZSPI-DDL-INT2.
02 ZGW-IP-ADDR type ZSPI-DDL-INT2.
02 ZIF-HOST type ZSPI-DDL-BOOLEAN.
02 ZIF-GW type ZSPI-DDL-BOOLEAN.
02 ZSUBNET type ZSPI-DDL-CHAR8.
02 ZIF-IRDP type ZSPI-DDL-BOOLEAN.
end.
ZCOM-TKN-OBJNAME token-type ZSPI-TYP-STRING. !{}
ZCOM-TKN-OBJTYPE token-type ZSPI-TYP-ENUM. !{}
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM. !{}
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST. !...
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING.