Administration Commands
define_qllc_port
DONTCARE
The address on incoming calls is not checked.
IDENTITY
The received address must match the string specified in the address parameter.
STARTSWITH
The initial bytes (the number of bytes is specified in the add_len parameter) of the received address must match the string specified in the address parameter; any bytes greater than the number specified in add_len are not checked.
If the address parameter is not specified, this parameter must be set to DONTCARE.
add_len
If add_mode is set to STARTSWITH, this parameter specifies the number of bytes of the port address to be checked.
For example, if add_len is set to 2, an incoming call is accepted if the first two bytes of the address supplied on the call match the first two bytes of the address parameter (regardless of whether subsequent bytes match).
For other values of add_mode, this parameter is ignored.
vc_type through idle_timeout
For information about these parameters, see Section 2.45, define_qllc_ls. When the LS name is not initially known, the values specified on define_qllc_port are used as defaults for processing incoming calls.
2.46.2 Returned Parameters
No parameters are returned by SNAplus2 when this command executes successfully.
2.46.3 Error Return Codes
If the command cannot be executed, SNAplus2 returns a primary return code to indicate the type of error and a secondary return code to provide specific details about the reason for unsuccessful execution.
Parameter Check
If the command does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
PARAMETER_CHECK
secondary_rc
Possible values are:
INVALID_PORT_NAME
The value specified in the port_name parameter was not valid.
INVALID_DLC_NAME
The specified dlc_name did not match any defined DLC.
INVALID_BTU_SIZE
The max_rcv_btu_size parameter was not set to a valid value.
INVALID_LINK_ACTIVE_LIMIT
One of the activation limit parameters, inb_link_act_lim, out_link_act_lim, or tot_link_act_lim, was not set to a valid value.
172