Cisco Cisco ASR 5700

다운로드
페이지 8994
  UDR Module Configuration Mode Commands 
file  ▀   
 
Command Line Interface Reference, StarOS Release 17  ▄  
 
   
8955 
 
sequencenum
: This is a 5-digit sequence number to detect the missing file sequence. It is unique 
among all UDR files on the system. 
 
timestamp
: Contains a timestamp based on file creation time in UTC formatted as: 
MMDDYYYYHHMMSS. 
UDR files that have not been closed have a string added to the beginning of their file names. 
File name for a UDR file in CSV format that contains information for a rulebase named 
rulebase1
 and a 
UDR schema named 
udr_schema1
 appears as follows: 
udr_rulebase1_udr_schema1_00005_01302006143409
 
If file name is not configured, the system creates files for EDRs/UDRs/FDRs (xDRs) using the following 
name 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 format: 
“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 through 255, which is incremented by a value of 1 for the 
following conditions: 
 
Failure of an ACS software process on an individual packet processing card 
 
Failure of the system such that a second system takes over (for example, a standby or backup 
chassis put in place according to Inter-chassis Session Recovery) 
 
File Sequence Number (FileSeqNumber) rollover from 999999999 to 0 
 
FileSeqNumber
: unique file sequence number for the file is a 9-digit integer from 000000000 through 
999999999. It is unique on each chassis. 
File name for a closed xDR file in CSV format that contains information for ACS 
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 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. 
reset-indicator
 
Specifies to include the reset indicator counter value, from 0 to 255, in the UDR file name and is incremented 
(by one) whenever any of the following conditions occur: 
 
An ACSMgr/SessMgr process fails. 
 
An Inter-chassis Session Recovery (ICSR) peer chassis has transitioned from standby to active. 
 
The sequence number in sequence-number keyword has rolled over to zero.