The DEIR measurements specify the entity type deir and include two hourly reports:
Table 3-114 lists the events added in all DEIR measurements reports.
The retention period for the hourly reports is 24 hours.
FTP Example Command:
rept-ftp-meas:type=mtch:enttype=deir
Table 3-185 Daily Maintenance (MTCD) and Hourly Maintenance (MTCH) DEIR Measurements
Event Name | Description | Unit |
---|---|---|
ECRRCV | Total number of ME-Identity-Check requests (ECR) received by the EIR. | Peg count |
WHITEIMEI | Total number of searches that resulted in a match with a "white listed" IMEI. | Peg count |
GRAYIMEI | Total number of searches that resulted in a match with a "gray listed" IMEI. | Peg count |
BLACKIMEI | Total number of searches that resulted in a match with a "black listed" IMEI. | Peg count |
BLKALIMEI | Total number of searches that resulted in a match with a "black listed" IMEI, but were allowed due to IMSI Check match. | Peg count |
BLKNALIMEI | Total number of searches that resulted in a match with a "black listed" IMEI, and the IMSI in the database did not match the IMSI in the message. | Peg count |
UNKNIMEI | Total number of searches that resulted in a match with an "unknown" IMEI. | Peg count |
NOMTCHIMEI | Total number of searches that resulted in no match in the database. | Peg count |
STATUS | Indication of Data Validity:
|
Status |
Example Output File Names:
Hourly DEIR system total measurements report | mtch-deirsys_yyyymmdd_hhmm.csv |
Hourly DEIR per diameter connection measurements report | mtch-deirconn_yyyymmdd_hhmm.csv |
FTP example output file format for DEIR system total report:
"CLLI","SWREL","RPTDATE","RPTIME","TZ","RPTTYPE","RPTPD","IVALDATE","IVALSTART","IVALEND","NUMENTIDS" "tekelecstp","EAGLE5 45.1.0-64.74.1","2013-06-20","10:48:59 AM","MST ","HOURLY MAINTENANCE MEASUREMENTS ON DEIR SYSTEM","SPECIFIC","2013-06-19","21:00:00","22:00:00",1 "STATUS","ECRRCV","WHITEIMEI","GRAYIMEI","BLACKIMEI","BLKALIMEI","BLKNALIMEI","UNKNIMEI","NOMTCHIMEI" "K",23723,7687,0,16036,0,0,0,7687
Assuming each data line will be:
4 char status + 8 * (6 char data) + 2 = 54 chars
Typical file size is:
Table 3-186 Typical File Size: mtch-deirsys.csv
System header | Report header | Report data | = | File Size | ||
---|---|---|---|---|---|---|
250 |
+ |
104 |
+ |
54 |
= |
417 bytes |
FTP example output file format for per diameter connection report:
"CLLI","SWREL","RPTDATE","RPTIME","TZ","RPTTYPE","RPTPD","IVALDATE","IVALSTART","IVALEND","NUMENTIDS" "tekelecstp","EAGLE5 45.1.0-64.74.1","2013-06-20","10:38:59 AM","MST ","HOURLY MAINTENANCE MEASUREMENTS ON DEIR PER-CONNECTION","SPECIFIC","2013-06-19","21:00:00","22:00:00",5 "STATUS","DCNAME","ECRRCV","WHITEIMEI","GRAYIMEI","BLACKIMEI","BLKALIMEI","BLKNALIMEI","UNKNIMEI","NOMTCHIMEI" "K","d1",100,100,0,0,0,0,0,0 "K","d2",768,768,0,0,0,0,0,768 "K","d3",0,0,0,0,0,0,0,0 "K","d4",500,0,0,500,0,0,0,0 "K","d5",1000,0,1000,0,0,0,0,0
Assuming each data line will be:
4 char status + 18 char (Diameter connection) + 8 * (6 char data) + 2 = 72 chars
Typical file size is:
Table 3-187 Typical File Size: mtch-deirconn.csv
System header | Report header | Report data (512 connections) | = | File Size | ||
---|---|---|---|---|---|---|
250 |
+ |
113 |
+ |
36864 bytes |
= |
37227 bytes |