Command Reference Guide

Administration Commands
dene_qllc_port
DONTCARE
The address on incoming calls is not checked.
IDENTITY
The received address must match the string specied in the address parameter.
STARTSWITH
The initial bytes (the number of bytes is specied in the add_len parameter) of the received address
must match the string specied in the address parameter; any bytes greater than the number specied
in add_len are not checked.
If the address parameter is not specied, this parameter must be set to
DONTCARE.
add_len
If add_mode is set to STARTSWITH, this parameter species 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 rst two bytes of the address supplied
on the call match the rst 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, dene_qllc_ls. When the LS name is not initially
known, the values specied 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 specic 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 specied in the port_name parameter was not valid.
INVALID_DLC_NAME
The specied dlc_name did not match any dened 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,ortot_link_act_lim, was not
set to a valid value.
172