4.471 rtrv-dconn
Use this command to retrieve Diameter connection entries. The DCONN table supports the provisioning information related to the diameter connections.
Parameters
- aname (optional)
- Association name configured in the association table and linked with a diameter connection.
- dcname (optional)
- Diameter connection name. This parameter specifies the unique logical name assigned to each diameter connection.
- loc (optional)
- The card location as stenciled on the shelf of the system.
- Range:
- 1101 - 1108, 1111 - 1112, 1201 - 1208, 1211 - 1218, 1301 - 1308, 2101 - 2108, 2111 - 2118, 2201 - 2208, 2211 - 2218, 2301 - 2308, 2311 - 2318, 3101 - 3108, 3111 - 3118, 3201 - 3208, 3211 - 3218, 3301 - 3308, 3311 - 3318, 4101 - 4108, 4111 - 4118, 4201 - 4208, 4211 - 4218, 4301 - 4308, 4311 - 4318, 5101 - 5108, 5111 - 5118, 5201 - 5208, 5211 - 5218, 5301 - 5308, 5311 - 5318, 6101 - 6108, 6111 - 6118
Example
rtrv-dconn
rtrv-dconn:dcname=connection1
rtrv-dconn:aname=assoc12d
rtrv-dconn:loc=1103
Dependencies
The S13/S13' EIR feature must be enabled before retrieving any diameter connection entry.
The DCONN table should be accessible.
The specified card location must be equipped.
A DEIR card must be present at the specified location.
DCNAME must be present in DCONN table.
The value specified for the ANAME parameter must be present in the IPAPSOCK table and referred by a diameter connection.
Multiple combinations of optional parameters are not allowed.
Notes
Multiple combinations of optional parameters are not allowed.
If optional parameters are specified, only the entries that match the entered parameters are displayed.
Output
This example displays output when no parameter is specified:
rtrv-dconn
tekelecstp 14-03-21 02:59:22 EAGLE 46.0.0 65.11.0
rtrv-dconn
Command entered at terminal #19.
;
Command Accepted - Processing
tekelecstp 14-03-21 02:59:22 MST EAGLE 46.0.0 65.11.0
DCNAME ANAME LOC RSVDTPS MAXTPS Tw(s) Td(s)
----------------------------------------------------------------------
d1 a1 1101 250 8000 6 3
d2 a2 1101 250 8000 6 3
d31 a31 1101 250 8000 6 3
d41 a41 1101 250 8000 6 3
d3 a3 1101 250 8000 6 3
d4 a4 1101 250 8000 6 3
dd10 aa10 1101 250 8000 6 3
b1 b1 1103 250 8000 6 3
b2 b2 1103 250 8000 6 3
b31 b31 1103 250 8000 6 3
b41 b41 1103 250 8000 6 3
b3 b3 1103 250 8000 6 3
b4 b4 1103 1500 8000 7 5
b10 b10 1103 250 8000 6 3
aasw234edf56tgr x1 1105 250 8000 6 3
DCONN table is (15 of 512) 3% full.
;
This example displays output when the DCNAME parameter is specified: rtrv-dconn:dcname=d1
tekelecstp 14-03-21 03:01:22 MST EAGLE 46.0.0 65.11.0
rtrv-dconn:dcname=d1
Command entered at terminal #19.
;
Command Accepted - Processing
tekelecstp 14-03-21 03:01:22 MST EAGLE 46.0.0 65.11.0
DCNAME ANAME LOC RSVDTPS MAXTPS Tw(s) Td(s)
----------------------------------------------------------------------
d1 a1 1101 250 8000 6 3
;
This example displays output when the ANAME parameter is specified: rtrv-dconn:aname=a1
tekelecstp 14-03-21 03:03:24 MST EAGLE 46.0.0 65.11.0
rtrv-dconn:aname=a1
Command entered at terminal #19.
;
Command Accepted - Processing
tekelecstp 14-03-21 03:03:24 MST EAGLE 46.0.0 65.11.0
DCNAME ANAME LOC RSVDTPS MAXTPS Tw(s) Td(s)
----------------------------------------------------------------------
d1 a1 1101 250 8000 6 3
This example displays output when the LOC parameter is specified: rtrv-dconn:loc=1101
tekelecstp 14-03-21 03:06:01 MST EAGLE 46.0.0-65.11.0
rtrv-dconn:loc=1101
Command entered at terminal #19.
;
Command Accepted - Processing
tekelecstp 14-03-21 03:06:01 MST EAGLE 46.0.0-65.11.0
DCNAME ANAME LOC RSVDTPS MAXTPS Tw(s) Td(s)
----------------------------------------------------------------------
d1 a1 1101 250 8000 6 3
d2 a2 1101 250 8000 6 3
d31 a31 1101 250 8000 6 3
d41 a41 1101 250 8000 6 3
d3 a3 1101 250 8000 6 3
d4 a4 1101 250 8000 6 3
dd10 aa10 1101 250 8000 6 3
DCONN table is (15 of 512) 3% full.
;
Legend
This section defines the fields used in the rtrv-dconn
command output:
- DCNAME --- Diameter connection name.
- ANAME --- Association name configured in IPAPSOCK table which is associated with the diameter connection.
- LOC --- Specifies the DEIR card location on which the particular diameter connection is configured.
- RSVDTPS --- This (Reserved TPS) is the guaranteed TPS for a diameter connection.
- MAXTPS --- This is the maximum TPS for a diameter connection.
- Tw --- This (Diameter Watchdog Timer) timer is used to control how long the S13 process will wait for a DWA (Diameter Watchdog Answer) response before sending a DWR (Diameter Watchdog Request).
- Td --- This (Diameter Peer Disconnect 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).