SNAX/XF and SNAX/APN Configuration and Management Manual

SNAX/XF and SNAX/APN BINDs
SNAX/XF and SNAX/APN Configuration and Management Manual425836-006
B-7
BIND Parameters
PSERVIC pservic-value
specifies the logical unit presentation services profile and usage field (bytes 14
through 25 of the BIND image). The default values for pservic-value are found
under Default BIND on page B-1. Note that if this command object is not specified,
SNAX/XF generates values for PSERVIC and places them in the BIND image at
run time.
The values for this command object are entered by first specifying %H, followed by
from one to twelve bytes of information. The following example shows all twelve
bytes filled:
PSERVIC %H010203040506070809AABBCC
If less than twelve bytes of information are entered, as in:
PSERVIC %H02030405
the field in the BIND image will be right-justified with zeros.
ENCR encryption-value
specifies the type of cryptography that is expected by the LU (byte 26 of the BIND
image). Any hexadecimal number in the range of %H00 to %H0F can be specified
for encryption-value.
The default value is %H00.
PLUNAME plu-name
if present, plu-name begins at byte 28 of the BIND image. It is specified as a
string value and is a maximum of eight bytes long, enclosed in quotes:
PLUNAME "CREDIT"
PLUNAME "DEPART03"
The length of plu-name is found specified at byte 27 (if this command object is
not specified, the value found will be %H00).
Note that the total length of the BIND image cannot exceed 256 bytes, including
what is specified for plu-name and the following command object, user-data.
USERDATA user-data
If a value for plu-name is not present, the length specified for user-data will be
found at byte 28, and the user-data value(s) will begin at byte 29.
If a value for plu-name has been specified, then the length for user-data will be
found at the next byte past plu-name, and the user-data value(s) will follow. If a
value for plu-name has been specified, and USERDATA user-data is not
specified, then the USERDATA length byte will be %H00.