Cisco Cisco ASR 5000

Page of 9109
  EDR Module Configuration Mode Commands 
file  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
3669 
 
rulebase
: Specifies the name of the ACS rulebase. EDRs from different rulebases go into different 
EDR files. 
 
format
: Specifies the name of the EDR format if single-edr-format is specified, else the format field 
(and the trailing underscore) is omitted from the file name. 
 
sequencenum
: This is a 5-digit sequence number to detect the missing file sequence. It is unique 
among all EDR files on the system. 
 
timestamp
: Contains a timestamp based on file creation time in UTC time in 
MMDDYYYYHHMMSS format. 
EDR files that have not been closed have a string added to the beginning of their filenames. 
Filename for an EDR file in CSV format that contains information for rulebase named 
rulebase1
 and an 
EDR schema named 
edr_schema1
 appears as follows: 
edr_rulebase1_edr_schema1_00005_01302006143409
 
If the file name is not configured the system will create files for EDRs/UDRs/FDRs (xDRs) using the 
following template with limits to 256 characters: 
basename_ChargSvcName_timestamp_SeqNumResetIndicator_FileSeqNumber
 
 
basename
: A global-based configurable text string that is unique per system that uniquely identifies the 
global location of the system running ACS. 
 
ChargSvcName
: A system context-based configurable text string that uniquely identifies a specific 
context-based charging service 
 
timestamp
: Date and time at the instance of file creation. Date and time in the form of 
“MMDDYYYYHHmmSS” where HH is a 24-hour value from 00-23 
 
SeqNumResetIndicator
: A one-byte counter used to discern the potential for duplicated 
FileSeqNumber with a range of 0 to 255, which is incremented by a value of 1 for the following 
conditions: 
 
Failure of an ACS software process on an individual PSC. 
 
Failure of the system such that a second system takes over. For example, a backup or standby 
system put in place according to Interchassis Session Recovery. 
 
File Sequence Number (FileSeqNumber) rollover from 999999999 to 0 
 
FileSeqNumber
: Unique file sequence number for the file with 9 digit integer having range from 
000000000 to 999999999. It is unique on each system. 
File name for a closed xDR file in CSV format that contains information for ACS system 
xyz_city1
 and 
charging service name 
preapaid2
 with timestamp 
12311969190000
, and file sequence number counter 
reset indicator to 
002
 for file sequence number 
034939002
 appears as follows: 
xyz_city1_preapaid2_12311969190000_002_034939002
 
File name for a running xDR file, not closed, in CSV format that contains information for the same 
parameters for file sequence number 
034939003
 prefixed with 
curr_
 and appears as follows: 
curr_xyz_city1_preapaid2_12311969190000_002_034939002
 
Important:
 When the "rulebase name" and "edr-format-name" options are enabled through this 
file
 command, 
if the "field-separator" value is "underscore" (default value) then, in the filename, the fields Rulebase name and EDR 
format name will be separated by "hyphen". If the "field-separator" value is "hyphen" then, in the filename, the fields 
Rulebase name and EDR format name will be separated by "underscore". This will ensure that the number of the fields 
in the filename is not increased and does not affect the backend billing system.