- mode_name
Name of the mode. This name is an 8-byte type-A character
string starting with a letter. If the name is shorter than eight
characters, spaces are added to the right to complete the string.
To specify the default COS that will be used for any unrecognized
mode names, set this parameter to a pair of angle brackets <> (indicating
an empty hexadecimal array). In this case, the cos_name parameter is taken as the default COS name; all other
parameters supplied on this command are ignored.
- description
A text string describing the mode. SNAplus2 uses
this string for information only. It is stored in the node's configuration
file and returned on the query_mode_definition and query_mode commands.
- max_ru_size_upp
Upper bound for the maximum size of RUs sent and received
on sessions in this mode. The value is used when the maximum RU
size is negotiated during session activation.
Specify a value in the range 256-61,440.
If the default_ru_size parameter is set to YES, this parameter
is ignored and the value is not checked.
- receive_pacing_win
Session pacing window for sessions using this mode; specify
a value in the range 1-63.
This is the fixed value for fixed pacing and the initial value for
adaptive pacing. The session pacing window is the maximum number
of frames that can be received from the partner LU before the local
LU must send a response. SNAplus2 always uses adaptive pacing unless
the adjacent node specifies that it is not supported.
- default_ru_size
Specifies whether SNAplus2 uses the max_ru_size_upp and max_ru_size_low parameters to define the maximum RU size. Possible
values are:
- YES
SNAplus2 ignores the max_ru_size_upp and max_ru_size_low parameters, and sets the upper bound for the maximum
RU size to the largest value that can be accommodated in the link
BTU size.
- NO
SNAplus2 uses the max_ru_size_upp and max_ru_size_low parameters to define the maximum RU size.
- max_neg_sess_lim
Maximum number of sessions allowed on this mode between
any local LU and partner LU. This value can be lowered for a particular
LU-LU-mode combination when issuing initialize_session_limit or change_session_limit.
Specify a value in the range 0-32,767.
A value of 0 indicates that SNAplus2 should
not initiate implicit CNOS exchange when an application attempts
to start a session using this mode; session limits must be specified
explicitly using initialize_session_limit.
- plu_mode_session_limit
Default session limit for this mode. This parameter limits
the number of sessions on this mode between any one local LU and
partner LU pair. This value is used when CNOS (Change Number of
Sessions) exchange is initiated implicitly.
Specify a value in the range 0-32,767 (which
must not exceed the value in max_neg_sess_lim). A value of 0 indicates that
SNAplus2 should not initiate implicit CNOS exchange when an application
attempts to start a session using this mode; session limits must
be specified explicitly using initialize_session_limit.
If you specify an explicit limit, the LU session limit for any
LU that uses this mode must be greater than or equal to the sum
of the session limits for all modes that the LU will use.
- min_conwin_src
Minimum number of contention winner sessions that
a local LU using this mode can activate. This value is used when
CNOS (Change Number of Sessions) exchange is initiated either by
the remote system or implicitly by SNAplus2. Specify a value in
the range 0-32,767.
- cos_name
Name of the class of service (COS) to request when activating
sessions on this mode. This parameter is a type-A character string.
If the node supports mode-to-cos mapping (as defined by the mode_to_cos_map_supp parameter on the define_node command), the COS specified by this parameter must be
either an SNA-defined COS or a COS previously defined by a define_cos command. Otherwise, you do not need to specify this parameter; SNAplus2
ignores it.
- auto_act
Specifies how many sessions to activate automatically for
each pair of LUs that use this mode. This value is used when CNOS
(Change Number of Sessions) exchange is initiated implicitly.
The actual number of sessions activated is the minimum of
this value and the negotiated minimum number of contention winner
sessions for the local LU.
Specify a value in the range 0-32,767.
- min_conloser_src
Minimum number of contention loser sessions that
can be activated by any one local LU that uses this mode. This value
is used when CNOS (Change Number of Sessions) exchange is initiated
implicitly.
Specify a value in the range 0-32,767.
- max_ru_size_low
Lower bound for the maximum size of RUs sent and received
on sessions that use this mode. This parameter is ignored if the
value of the default_ru_size parameter is YES.
Specify a value in the range 256-61,440 or
the value 0 (zero), which means that there is
no lower bound.
- max_receive_pacing_win
Maximum session pacing window for sessions in this mode.
For adaptive pacing, this value is used to limit the receive pacing
window that the session will grant. For fixed pacing, this parameter
is not used. (SNAplus2 always uses adaptive pacing unless the adjacent
node specifies that it does not support it.)
Specify a value in the range 0-32,767.
Specify the value 0 (zero) to indicate that there
is no limit for the pacing window.