4.403 rept-stat-deir

Use this command to display the overall status of the Diameter EIR service on the EAGLE.

Parameters

dcname (optional)
Diameter connection name. This parameter specifies the unique logical name assigned to each diameter connection. It shall display Status, TPS and Statistics of the Diameter connection specified.
Range:
ayyyyyyyyyyyyyy
A string of alphanumeric characters, beginning with a letter and up to 15 characters in length. Valid values are a..z, A..Z, 0..9.
System Default:
null
loc (optional)
Diameter card location for which Card status, overall card TPS and total statistics of the card is to be reported.
Range:
1101 - 1108, 1111 - 1112, 1201 - 1208, 1211 - 1218, 1301 - 1308, 1311 - 1318, 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
mode (optional)
Display Diameter connection statistics.
Range:
perf
Displays per card TPS statistics, DEIR Service statistics, and per connection TPS statistics.
stat
Displays per card TPS statistics, DEIR Service statistics, and per connection service statistics.
peakreset (optional)
Reset peak values for a card or a specified diameter connection.
Range:
yes
Reset the peak value.
no
Do not reset the peak value.

Example

rept-stat-deir

rept-stat-deir:loc=1207

rept-stat-deir:dcname=dc1207a

rept-stat-deir:mode=perf

rept-stat-deir:peakreset=yes:loc=1207

rept-stat-deir:mode=perf:loc=1207

rept-stat-deir:mode=stat:loc=1207

rept-stat-deir:mode=stat

Dependencies

S13/S13' EIR Feature must be activated before retrieving the overall status of DEIR cards.

The (1) mode and loc parameters, (2) loc and peakreset parameters, or (3) dcname and peakreset parameters can be specified together. No other combination is allowed.

The location specified with this command should be of a DEIR card running DEIRHC gpl.

At least one Diameter EIR card running the DEIRHC gpl must be configured.

The Diameter connection name specified must be present in the DCONN table.

The card at the specified location must support this command.

Diameter card location or diameter connection name must be specified with peakrest parameter.

Notes

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:

rept-stat-deir

    tekelecstp 14-03-21 01:16:07 MST  EAGLE 46.0.0 65.11.0
    rept-stat-deir
    Command entered at terminal #19.
;


Command Accepted - Processing
    tekelecstp 14-03-21 01:16:07 MST  EAGLE 46.0.0 65.11.0
    DEIR ALARM STATUS = **  0484 DEIR System normal, card(s) abnormal
    DEIR Cards Configured=16          Cards IS-NR= 1
    Average CPU Usage  =  1%

    CARD     VERSION    PST            SST        AST       TPS    PTPS
    --------------------------------------------------------------------------
    1201   ----------- OOS-MT          Isolated   -----     0      0
    1313   ----------- OOS-MT          Isolated   -----     0      0
    1101   013-011-001 IS-NR           Active     -----     86     86
    1103   013-011-001 IS-NR           Active     -----     0      0
    --------------------------------------------------------------------------

    TOTAL DEIR SERVICE STATISTICS:
    ==========================================================================
    SERVICE   SUCCESS     ERROR       WARNINGS   OVERFLOW    TOTAL
    DEIR SRV: 1           0           2608       0           2609

    Command Completed.
;

This example displays output when LOC parameter is specified:

rept-stat-deir:loc=1101


    tekelecstp 14-03-21 01:19:26 MST  EAGLE 46.0.0 65.11.0
    rept-stat-deir:loc=1101
    Command entered at terminal #19.
;


     
Command Accepted - Processing
    tekelecstp 14-03-21 01:19:26 MST  EAGLE 46.0.0 65.11.0
    CARD   VERSION      TYPE    PST            SST          AST
    1101   013-011-001  DSM     IS-NR          Active       -----
    CARD ALARM STATUS       = No Alarms.
    CPU USAGE =  1 %

    TPS STATISTICS:
    ==========================================================================
                TPS    PEAK-TPS   PEAKTIMESTAMP
    --------------------------------------------------------------------------
                101    101        02-01-02 01:16:32


    PER CONNECTION TPS STATISTICS:
    ==========================================================================
    DCNAME           STATUS  RSVD-TPS  MAX-TPS  TPS  Peak-TPS PEAKTIMESTAMP
    --------------------------------------------------------------------------
    d1               UP      250       8000     1    1        02-01-02 01:19:03
    d2               UP      250       8000     100  100      02-01-02 01:19:03
    d31              DOWN    250       8000     0    0        02-01-02 01:19:03
    d41              DOWN    250       8000     0    0        02-01-02 01:19:03
    d3               DOWN    250       8000     0    0        02-01-02 01:19:03
    d4               DOWN    250       8000     0    0        02-01-02 01:19:03
    dd10             DOWN    250       8000     0    0        02-01-02 01:19:03
    --------------------------------------------------------------------------

    Command Completed.
;

This example displays output when DCNAME parameter is specified:

rept-stat-deir:dcname=d1

    tekelecstp 14-03-21 01:20:22 MST  EAGLE 46.0.0 65.11.0
    rept-stat-deir:dcname=d1
    Command entered at terminal #19.
;


Command Accepted - Processing
    tekelecstp 14-03-21 01:20:27 MST  EAGLE 46.0.0 65.11.0
    DCONN ALARM STATUS     = No Alarms.

     DCNAME             STATUS
     d1                 UP

    TPS STATISTICS:
    ==========================================================================
      RSVD-TPS   MAX-TPS    TPS    PEAK-TPS   PEAKTIMESTAMP
      250        8000       1      1          02-01-02 01:20:03


    DCONN STATISTICS
    ==========================================================================
    SUCCESS     ERROR      WARNING     OVERFLOW    TOTAL
    0           0          30          0           30

    Command Completed.
;

This example displays output when MODE=PERF parameter is specified:

rept-stat-deir:mode=perf

    tekelecstp 14-03-21 01:24:15 MST  EAGLE 46.0.0 65.11.0
    rept-stat-deir:mode=perf
    Command entered at terminal #19.
;


Command Accepted - Processing
    tekelecstp 14-03-21 01:24:15 MST  EAGLE 46.0.0 65.11.0
    DEIR ALARM STATUS = **  0484 DEIR System normal, card(s) abnormal
    DEIR Cards Configured=16          Cards IS-NR= 1
    Average CPU Usage  =  1%

    CARD     VERSION    PST            SST       TPS    PTPS   PTIMESTAMP
    --------------------------------------------------------------------------
    1201   ----------- OOS-MT          Isolated  0      0      00-00-00 00:00:00
    1303   ----------- OOS-MT          Isolated  0      0      00-00-00 00:00:00
    1101   013-011-001 IS-NR           Active    101    101    02-01-02 01:23:09
    1103   013-011-001 IS-NR           Active    0      0      00-00-00 00:00:00
        --------------------------------------------------------------------------

    TOTAL DEIR SERVICE STATISTICS:
    ==========================================================================
    SERVICE   SUCCESS     ERROR       WARNINGS   OVERFLOW    TOTAL
    DEIR SRV: 0           0           3035       0           3035
    --------------------------------------------------------------------------

    PER CONNECTION TPS STATISTICS:
    ==========================================================================
    DCNAME           STATUS  RSVD-TPS  MAX-TPS  TPS  Peak-TPS PEAKTIMESTAMP
    --------------------------------------------------------------------------
    d1               UP      250       8000     1    1        02-01-02 01:24:03
    d2               UP      250       8000     100  100      02-01-02 01:24:03
    d31              DOWN    250       8000     0    0        02-01-02 01:24:03
    d41              DOWN    250       8000     0    0        02-01-02 01:24:03
    d3               DOWN    250       8000     0    0        02-01-02 01:24:03
    d4               DOWN    250       8000     0    0        02-01-02 01:24:03
    dd10             DOWN    250       8000     0    0        02-01-02 01:24:03
    b1               DOWN    250       8000     0    0        00-00-00 00:00:00
    b2               DOWN    250       8000     0    0        00-00-00 00:00:00
    b31              DOWN    250       8000     0    0        00-00-00 00:00:00
    b41              DOWN    250       8000     0    0        00-00-00 00:00:00
    b3               DOWN    250       8000     0    0        00-00-00 00:00:00
    b4               DOWN    1500      8000     0    0        00-00-00 00:00:00
    b10              DOWN    250       8000     0    0        00-00-00 00:00:00
    aasw234edf56tgr  DOWN    250       8000     0    0        02-01-02 01:24:10
    --------------------------------------------------------------------------

    Command Completed.
;

This example displays output when MODE=PERF parameter is specified along with location:

rept-stat-deir:mode=perf:loc=1101

    tekelecstp 14-03-21 01:27:25 MST  EAGLE 46.0.0 65.11.0
    rept-stat-deir:mode=perf:loc=1101
    Command entered at terminal #19.
;


   Command Accepted - Processing
    tekelecstp 14-03-21 01:27:26 MST  EAGLE 46.0.0 65.11.0
    CARD   VERSION      TYPE    PST            SST          AST
    1101   013-011-001  DSM     IS-NR          Active       DB_DIFF
    CARD ALARM STATUS       =  *  0034 Card database is inconsistent
    CPU USAGE =  1 %

    TPS STATISTICS:
    ==========================================================================
                TPS    PEAK-TPS   PEAKTIMESTAMP
    --------------------------------------------------------------------------
                101    101        02-01-02 01:23:09


    PER CONNECTION TPS STATISTICS:
    ==========================================================================
    DCNAME           STATUS  RSVD-TPS  MAX-TPS  TPS  Peak-TPS PEAKTIMESTAMP
    --------------------------------------------------------------------------
    d1               UP      250       8000     1    1        02-01-02 01:27:04
    d2               UP      250       8000     100  100      02-01-02 01:27:04
    d31              DOWN    250       8000     0    0        02-01-02 01:27:04
    d41              DOWN    250       8000     0    0        02-01-02 01:27:04
    d3               DOWN    250       8000     0    0        02-01-02 01:27:04
    d4               DOWN    250       8000     0    0        02-01-02 01:27:04
    dd10             DOWN    250       8000     0    0        02-01-02 01:27:04
    --------------------------------------------------------------------------

    Command Completed.
;

This example displays output when peakreset is specified with location:

rept-stat-deir:peakreset=yes:loc=1217

Command Accepted - Processing
    tekelecstp 13-04-15 05:38:52 MST  EAGLE 45.1.0
    rept-stat-deir:peakreset=yes:loc=1101
    Command entered at terminal #2.
;

tekelecstp 13-04-1505:38:52 MST  EAGLE 45.1.0
    Command Completed.
;

This example displays output when peakreset is specified with dcname:

rept-stat-deir:peakreset=yes:dcname=dc1217

Command Accepted - Processing
    tekelecstp 13-05-10 09:38:52 MST  EAGLE 45.1.0
    rept-stat-deir:peakreset=yes:dcname=dc1217
    Command entered at terminal #2.
;

    tekelecstp 13-04-1505:38:52 MST  EAGLE 45.1.0
    Command Completed.
;

This example displays output when MODE = STAT parameter is specified:

rept-stat-deir:mode=stat

    tekelecstp 14-03-21 01:24:15 MST  EAGLE 46.0.0 65.11.0
    rept-stat-deir:mode=stat
    Command entered at terminal #19.
;

Command Accepted - Processing
    tekelecstp 14-03-21 01:24:15 MST  EAGLE 46.0.0 65.11.0
    DEIR ALARM STATUS = **  0484 DEIR System normal, card(s) abnormal
    DEIR Cards Configured=16          Cards IS-NR= 1
    Average CPU Usage  =  1%

    CARD     VERSION    PST            SST       TPS    PTPS   PTIMESTAMP
    --------------------------------------------------------------------------
    1201   ----------- OOS-MT          Isolated  0      0      00-00-00 00:00:00
    1303   ----------- OOS-MT          Isolated  0      0      00-00-00 00:00:00
    1101   013-011-001 IS-NR           Active    101    101    02-01-02 01:23:09
    1103   013-011-001 IS-NR           Active    0      0      00-00-00 00:00:00
    --------------------------------------------------------------------------

    TOTAL DEIR SERVICE STATISTICS:
    ==========================================================================
    SERVICE   SUCCESS     ERROR       WARNINGS   OVERFLOW    TOTAL
    DEIR SRV: 0           0           3035       0           3035
    --------------------------------------------------------------------------

    PER CONNECTION SERVICE STATISTICS:
    ==========================================================================
    DCNAME           STATUS  SUCCESS   WARNING   ERRORS    OVERFLOW  TOTAL
    --------------------------------------------------------------------------
    d1               UP      0         30        0         0         30
    d2               UP      0         3004      0         0         3004
    d31              DOWN    0         0         0         0         0
    d41              DOWN    0         0         0         0         0
    d3               DOWN    0         0         0         0         0
    d4               DOWN    0         0         0         0         0
    dd10             DOWN    0         0         0         0         0
    b1               DOWN    0         0         0         0         0
    b2               DOWN    0         0         0         0         0
    b31              DOWN    0         0         0         0         0
    b41              DOWN    0         0         0         0         0
    b3               DOWN    0         0         0         0         0
    b4               DOWN    0         0         0         0         0
    b10              DOWN    0         0         0         0         0
    aasw234edf56tgr  DOWN    0         0         0         0         0
    x1               DOWN    0         0         0         0         0
    --------------------------------------------------------------------------

    Command Completed.

This example displays output when MODE = STAT parameter is specified along with location:

rept-stat-deir:mode=stat:loc=1101

    tekelecstp 14-03-21 01:33:22 MST  EAGLE 46.0.0 65.11.0
    rept-stat-deir:mode=stat:loc=1101
    Command entered at terminal #19.
;


Command Accepted - Processing
    tekelecstp 14-03-21 01:33:22 MST  EAGLE 46.0.0 65.11.0
    CARD   VERSION      TYPE    PST            SST          AST
    1101   013-011-001  DSM     IS-NR          Active       DB_DIFF
    CARD ALARM STATUS       = **  0484 DEIR System normal, card(s) abnormal 
    CPU USAGE =  1 %

    TPS STATISTICS:
    ==========================================================================
                TPS    PEAK-TPS   PEAKTIMESTAMP
    --------------------------------------------------------------------------
                101    101        02-01-02 01:23:09


    PER CONNECTION SERVICE STATISTICS:
    ==========================================================================
    DCNAME           STATUS  SUCCESS   WARNING   ERRORS    OVERFLOW  TOTAL
    --------------------------------------------------------------------------
    d1               UP      0         30        0         0         30
    d2               UP      0         3005      0         0         3005
    d31              DOWN    0         0         0         0         0
    d41              DOWN    0         0         0         0         0
    d3               DOWN    0         0         0         0         0
    d4               DOWN    0         0         0         0         0
    dd10             DOWN    0         0         0         0         0
    --------------------------------------------------------------------------

    Command Completed.
;

Legend

This section defines the fields of the following rept-stat-deir reports:
  • rept-stat-deir
  • rept-stat-deir:loc=1207
  • rept-stat-deir:dcname=dc1207a
  • rept-stat-deir:mode=perf
  • rept-stat-deir:peakreset=yes:loc=1207
  • rept-stat-deir:peakreset=yes:dcname=dc1217
  • rept-stat-deir:mode=stat
  • rept-stat-deir:mode=stat:loc=1101
A dash (-) in an output field indicates that the statistic does not apply.
  • CARD IS-NR -Number of DEIR cards running the DEIRHC GPL that can be used by the system (status is In-Service Normal, IS-NR).
  • CARD-Card location of the DEIR card running the DEIRHC GPL
  • VERSION -Version number of the DEIRHC GPL running on the DEIR card.
  • PST -Primary state of the card. See Possible Values for PST/SST/AST.
  • SST-Secondary state of the card. See Possible Values for PST/SST/AST.
  • AST -Associated state of the card. See Possible Values for PST/SST/AST.
  • TPS - TPS (Transactions per second) indicates the number of Diameter messages which are received on the DEIR cards or specified diameter connection.
  • RSVD-TPS- Reserved TPS is the guaranteed TPS for a diameter connection.
  • MAX-TPS - This is the maximum TPS for a diameter connection
  • PTPS/PEAK-TPS ---
    • PTPS indicates the maximum TPS occurred on the card when executed with loc parameter.
    • PTPS indicates the maximum TPS occurred on a diameter connection when executed with dcname parameter.
  • PTIMESTAMP/PEAKTIMESTAMP - The time when the PTPS occurred on the card or specified diameter connection.
  • DCNAME -Diameter connection name.
  • STATUS - UP or DOWN status of the diameter connection.
  • DEIR ALARM STATUS - Displays DEIR system related alarms. If there are no system alarms present, this field displays No Alarms.
  • CARD ALARM STATUS - Displays DEIR card specific alarms. If there are no card alarms present, this field displays No Alarms.
  • DCONN ALARM STATUS - Displays diameter connection specific alarms. If there are no connection related alarms present, this field displays No Alarms.
  • TOTAL DEIR SERVICE STATISTICS-System-wide view of per-service statistics. The report tracks the following information:
    • SERVICE --- Service running on the DEIR card. Currently only the EIR service is supported for the DEIR card.
    • SUCCESS -Total number of messages successfully processed by the DEIR card for the EIR service.
    • ERROR -Total number of messages with errors which are received by the DEIR cards for the EIR service.
    • WARNINGS -Total number of messages received for which either IMEI lookup failure occurred or Unknown equipment status is sent in response by the DEIR card for the EIR service.
    • OVERFLOW - Number of messages discarded due to congestion on a DEIR card.
    • TOTAL - Total number of messages received. It should be the sum of (Success + Error + Warnings) messages.
  • TPS STATISTICS- Section of the report that provides TPS statistics on each Service Module card or diameter connection.
    • TPS - TPS (Transactions per second) indicates the number of Diameter messages which are received on the DEIR cards or specified diameter connection.
    • PTPS - PTPS indicates the maximum TPS that occurred on the card or specified diameter connection.
    • PTIMESTAMP - The time when the PTPS occurred on the card or specified diameter connection.
  • PER CONNECTION SERVICE STATISTICS - Service statistics corresponds to each diameter connection
    • DCNAME-Diameter connection name.
    • STATUS- UP or DOWN status of the diameter connection.
    • SUCCESS-Total number of messages successfully processed on this particular Diameter connection by the DEIR card for the Diameter EIR service.
    • WARNING-Total number of messages received on this particular Diameter connection for which either IMEI lookup failure occurred or Unknown equipment status is sent in response by the DEIR card for Diameter EIR service.
    • ERRORS-Total number of messages with errors which are received on this particular Diameter connection by the DEIR cards for the Diameter EIR service.
    • OVERFLOW-Number of messages received on this particular Diameter connection and discarded due to congestion.
    • TOTAL- Total number of messages received on this particular diameter connection. It should be the sum of (Success + Warning + Errors) messages.
  • DCONN STATISTICS -Statistics of diameter connection are displayed when DCNAME parameter is specified in rept-stat-deir command.
    • SUCCESS-Total number of messages successfully processed on this particular Diameter connection by the DEIR card for the Diameter EIR service.
    • ERROR-Total number of messages with errors which are received on this particular Diameter connection by DEIR cards for the Diameter EIR service.
    • WARNING-Total number of messages received on this particular Diameter connection for which either IMEI lookup failure occurred or Unknown equipment status is sent in response by the DEIR card for the Diameter EIR service.
    • OVERFLOW-Number of messages received on this particular Diameter connection and discarded due to congestion.
    • TOTAL- Total number of messages received. It should be the sum of (Success + Error + Warning) messages.
  • PER CONNECTION TPS STATISTICS - TPS statistics corresponds to each diameter connection.
    • DCNAME -Diameter connection name.
    • STATUS -- UP or DOWN status of the diameter connection.
    • RSVD-TPS - Reserved TPS is the guaranteed TPS for a diameter connection.
    • MAX-TPS - This is the maximum TPS for a diameter connection.
    • TPS - TPS (Transactions per second) indicates the number of Diameter messages which are received on the DEIR cards or specified diameter connection.
    • Peak-TPS - Peak-TPS indicates the maximum TPS that occurred on the card or specified diameter connection.
    • PEAKTIMESTAMP - The time when the Peak-TPS occurred on the card or specified diameter connection.