Changing the Attributes of a M3UA or SUA Association
This procedure is used to change the values of the attributes of a M3UA or SUA association, assigned to cards that are running the SS7IPGW or IPGWI applications, using the chg-assoc
command and the following parameters.
Table 4-16 Change M3UA and SUA Association Parameters
aname | lport | rhost | rport | open | alw |
rmode | rmin | rmax | rtimes | cwmin | istrms |
ostrms | uaps | rtxthr | rhosttype | rhostval |
If you wish to change the attributes of M3UA associations assigned to cards that are running the IPSG application, perform.
The chg-assoc
command contains other parameters that are not used in this procedure. To change these parameters, perform these procedures.
lhost
andalhost
- Changing the Host Values of a M3UA or SUA Associationbufsize
- Changing the Buffer Size of a M3UA or SUA Association
:aname
– The name assigned to the association, shown in the rtrv-assoc
output.
:lport
– The SCTP port number for the local host.
:rhost
– The host name for the remote host, rhost
can be any string of characters starting with a letter and comprising these characters ['a'..'z', 'A'..'Z', '0'..'9', '-', '.']. Hostnames are not case-sensitive and can contain up to 60 characters. The default value of this optional parameter is empty (null string).
:rport
– The SCTP port number for the remote host.
:adapter
– The adapter layer for this association, either m3ua
or sua
. The adapter
parameter is optional. The default value for the adapter
parameter in this procedure is m3ua
.
:open
– The connection state for this association. Valid values are yes
or no
. When the open=yes
parameter is specified, the connection manager opens the association if the association is operational. When the open=no
parameter is specified, the connection manager will not open the association.
:alw
– The connection state for this association. Valid values are yes
or no
. When the alw=yes
parameter is specified, the connection manager allows the association to carry SS7 traffic. When the alw=no
parameter is specified, the connection manager prohibits the association from carrying SS7 traffic.
:rmode
– The retransmission policy 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 policy 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, from 10 - 1000.
:rmax
– The maximum value of the calculated retransmission timeout in milliseconds, from 10 - 1000.
:rtimes
– The number of times a data retransmission will occur before closing the association, from 3 - 12.
:cwmin
– The minimum size in bytes of the association's congestion window and the initial size in bytes of the congestion window, from 1500 - 409600. The cwmin
parameter value must be less than or equal to the size of the buffer used by the association, shown by the bufsize
parameter value. If the buffer size for the association needs to be changed, perform Changing the Buffer Size of a M3UA or SUA Association.
The rmode
, rmin
, rmax
, rtimes
, and cwmin
parameters are used to configure the SCTP retransmission controls for an association, in addition to other commands. Perform Configuring SCTP Retransmission Control for a M3UA or SUA Association to configure the SCTP retransmission controls for an association.
:istrms
– The number of inbound streams (1 or 2) advertised by the SCTP layer for the association.
:ostrms
– The number of outbound streams (1 or 2) advertised by the SCTP layer for the association.
:uaps
– The UA parameter set value being assigned to either an M3UA or SUA association.
:rtxthr
– The retransmission threshold for the association. The rtxthr
parameter value indicates the number of retransmissions that can occur on the association that when exceeded will generate UAM 0537, Ethernet Error Threshold Exceeded. The value of this parameter is 0 to 65,535. The value of this parameter is shown in the RTXTHR
field of the rtrv-assoc:aname=<association name>
output. The rtxthr
parameter value can be changed if the open
parameter value is either yes
or no
.
:rhosttype
– The type of remote host assigned to the association, primary
or alternate
. The primary remote host is shown in the RHOST
field of the rtrv-assoc:aname=<association name>
output. The alternate remote host is shown in the ARHOST
field of the rtrv-assoc:aname=<association name>
output.
An alternate remote host can be configured for multi-homed associations using the rhost
and rhosttype
parameters of the chg-assoc
command. The rhost
parameter value with the rhostype=primary
parameter represents an IP address that corresponds to one of the network interfaces at the remote end while the rhost
parameter value with the rhostype=alternate
parameter represents an IP address that corresponds to the other network interface at the remote end.
:rhostval
– The validation mode used for the association when an SCTP INIT/INIT-ACK message is received. The value of this parameter is shown in the RHOSTVAL
field of the rtrv-assoc:aname=<association name>
output. This parameter has two values.
relaxed
- accept the message if the IP address for the primary or alternate remote host matches the IP address, source IP address, or the host name in the message.match
- accept the message if the message contains the primary remote host value and the alternate remote host value (if the alternate remote host is provisioned). If the alternate remote host is not provisioned, then accept the message if the message contains the primary remote host value. Reject the message if it contains any IP address other than that of the primary or alternate remote host.Refer to the
chg-assoc
command description in Commands User's Guide for more information about this parameter.
If the value of the open
parameter is yes
, only the value of the alw
, and rtxthr
parameters can be changed. To change the values of other parameters, the value of the open
parameter must be no
.
To set the open
parameter value to yes
, the association specified by the aname
parameter must contain values for the lhost
, lport
, rhost
, and rport
parameters. The lhost
parameter value must have a signaling link assigned to it.
At least one optional parameter is required.
The command input is limited to 150 characters, including the hostnames.
The adapter
parameter value cannot be changed if the association is assigned to an application server. This can be verified with the rtrv-as
command. If the association is assigned to any application servers, perform Removing an Association from an Application Server to remove the association from the application servers.
The value of the rmin
parameter must be less than or equal to the rmax
parameter value.
If the card’s application is either SS7IPGW or IPGWI, the signaling link being assigned to the association must be in service. This state is shown in the rept-stat-slk
output with the entries IS-NR
in the PST
field and Avail
in the SST
field.
Canceling the RTRV-ASSOC
and RTRV-AS
Commands
Because the rtrv-assoc
and rtrv-as
commands used in this procedure can output information for a long period of time, the rtrv-assoc
and rtrv-as
commands can be canceled and the output to the terminal stopped. There are three ways that the rtrv-assoc
and rtrv-as
commands can be canceled.
- Press the
F9
function key on the keyboard at the terminal where thertrv-assoc
orrtrv-as
commands were entered. - Enter the
canc-cmd
without thetrm
parameter at the terminal where thertrv-assoc
orrtrv-as
commands were entered. - Enter the
canc-cmd:trm=<xx>
, where<xx>
is the terminal where thertrv-assoc
orrtrv-as
commands were entered, from another terminal other that the terminal where thertrv-assoc
orrtrv-as
commands were 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 4-36 Changing the Attributes of a M3UA or SUA Association
Sheet 1 of 8
Sheet 2 of 8
Sheet 3 of 8
Sheet 4 of 8
Sheet 5 of 8
Sheet 6 of 8
Sheet 7 of 8
Sheet 8 of 8