Configuring SCTP Retransmission Control for a M2PA Association
This procedure is used to gather the information required to configure the retransmission parameters for M2PA associations assigned to cards running either the IPLIM or IPLIMI applications. Perform the Configuring an IPSG Association for SCTP Retransmission Control procedure to configure the retransmission parameters for M2PA associations assigned to IPSG cards. If any assistance is needed to configure the retransmission parameters for associations, contact My Oracle Support (MOS).
The retransmission parameters are configured using the rmode
, rmin
, rmax
, rtimes
, and cwmin
parameters of the chg-assoc
command.
:rmode
– The retransmission mode used when packet loss is detected. The values are rfc
or lin
.
rfc
– Standard RFC 2960 algorithm in the retransmission delay doubles after each retransmission. The RFC 2960 standard for congestion control is also used.lin
– Oracle's linear retransmission mode where each retransmission timeout value is the same as the initial transmission timeout and only the slow start algorithm is used for congestion control.
:rmin
– The minimum value of the calculated retransmission timeout in milliseconds.
:rmax
– The maximum value of the calculated retransmission timeout in milliseconds.
Note:
Thermin
and rmax
parameter values form a range of retransmission values. The value of the rmin
parameter must be less than or equal to the rmax
parameter value.
:rtimes
– The number of times a data retransmission occurs before closing the association.
:cwmin
– The minimum size in bytes of the association's congestion window and the initial size in bytes of the congestion window.
The Changing the Attributes of an M2PA Association procedure is used to change the values of these parameters. In addition to using the Changing the Attributes of an M2PA Association procedure, these pass commands are also used in this procedure.
ping
– tests for the presence of hosts on the network.assocrtt
– displays the SCTP round trip times for a specified association. Minimum, maximum, and average times are kept for each open association. The Retransmission Mode (RFC or LIN) and the configured Minimum and Maximum Retransmission Timeout limits are also displayed.sctp
– provides a summary list of all SCTP instances.sctp -a <association name>
– displays the measurements and information for a specific association.Note:
The values for the minimum and maximum retransmission times in the output from this command are shown in microseconds.
For more information on the pass
commands, see Commands User's Guide.
The chg-assoc
command contains other optional parameters that can be used to configure an association. These parameters are not shown here because they are not necessary for configuring the SCTP retransmission parameters. These parameters are explained in more detail in the Changing the Attributes of an M2PA Association procedure, or in the and chg-assoc
command description in Commands User's Guide.
Canceling the RTRV-ASSOC
Command
Because the rtrv-assoc
command used in this procedure can output information for a long period of time, the rtrv-assoc
command can be canceled and the output to the terminal stopped. There are three ways that the rtrv-assoc
command can be canceled.
- Press the
F9
function key on the keyboard at the terminal where thertrv-assoc
command was entered. - Enter the
canc-cmd
without thetrm
parameter at the terminal where thertrv-assoc
command was entered. - Enter the
canc-cmd:trm=<xx>
, where<xx>
is the terminal where thertrv-assoc
command was entered, from another terminal other that the terminal where thertrv-assoc
command was entered. To enter thecanc-cmd:trm=<xx>
command, the terminal must allow Security Administration commands to be entered from it and the user must be allowed to enter Security Administration commands. The terminal’s permissions can be verified with thertrv-secu-trm
command. The user’s permissions can be verified with thertrv-user
orrtrv-secu-user
commands.
For more information about the canc-cmd
command, go to Commands User's Guide.
Figure 3-21 Configuring the SCTP Retransmission Control for a M2PA Association