4.287 ent-dconn
Use this parameter to enter DEIR connection information. The DCONN table supports the provisioning information related to the Diameter connections.
Parameters
- dcname (mandatory)
- Diameter connection name. This parameter specifies the unique logical name assigned to each diameter connection.
- maxtps (optional)
- Maximum TPS. This is the maximum TPS for a diameter connection. The unused card capacity will be allocated among the connections that have exceeded their RSVDTPS up to the limit of the MAXTPS value provisioned for the particular connection.
- rsvdtps (optional)
- Reserved TPS. This is the guaranteed TPS (Transactions per second) for a diameter connection. Total RSVDTPS on a card cannot exceed 8000.
- td (optional)
- Diameter Peer Disconnect timer. This timer is used to control how long the S13 process will wait for a DPA (Disconnect Peer Answer) response before sending a DPR (Disconnect Peer Request). The value given to a timer is in seconds.
Example
ent-dconn:dcname=connection1:aname=assoc1:rsvdtps=1000
ent-dconn:dcname=connection2:aname=assoc2:rsvdtps=500:td=5:tw=10
ent-dconn:dcname=connection3:aname=assoc3:maxtps=5000:td=2
Dependencies
S13/S13' EIR feature must be enabled before entering any diameter connection.
DCONN table should be accessible.
A unique DCNAME must be specified for a new connection.
The adapter for the association linked to diameter connection on DEIR card must be of type DIAM.
ANAME must be present in IPAPSOCK table.
ANAME cannot be assigned to another diameter connection.
Any OPEN association cannot be assigned to a new diameter connection (the open parameter set to yes/no with the chg-assoc command).
RSVDTPS of all the diameter connections on a particular card must not exceed the MAXTPS.
RSVDTPS of a diameter connection must be less than or equal to MAXTPS.
Notes
The ent-assoc command should be used to configure an association for the adapter type = DIAM prior to establishing any diameter connection.
Maximum of 32 connections can be provisioned per Diameter card and maximum of 16 diameter cards are allowed. So, maximum of 512 diameter connections can be provisioned.
Output
ent-dconn:dcname=connection1:aname=assoc1:rsvdtps=1000
tekelecstp 13-03-20 15:04:28 EST EAGLE 45.1.0
ent-dconn:dcname=connection1:aname=assoc1:rsvdtps=1000
Command entered at terminal #4.
ENT-DCONN: MASP A - COMPLTD
;
ent-dconn:dcname=connection3:aname=assoc3:maxtps=5000:td=2
tekelecstp 12-06-25 15:04:28 EST EAGLE 45.1.0
ent-dconn:dcname=connection3:aname=assoc3:maxtps=5000:td=2
Command entered at terminal #4.
ENT-DCONN: MASP A - COMPLTD
;
Related Topics