Cisco Cisco Packet Data Gateway (PDG)

Página de 1952
timestamp-rounding
This command configures how to convert exact time into the units that are used in quotas.
Product
ACS
Privilege
Security Administrator, Administrator
Command Modes
Exec > ACS Configuration > Credit Control Configuration
active-charging service service_name > credit-control
Entering the above command sequence results in the following prompt:
[local]
host_name
(config-dcca)#
Syntax Description
timestamp-rounding { ceiling | floor | roundoff }
default timestamp-rounding
default
Configures the default timestamp-rounding setting.
Default: floor
timestamp-rounding ceiling
Round off to the smallest integer greater than the fraction.
If the fractional part of the seconds is greater than 0, add 1 to the number of seconds and discard the fraction.
timestamp-rounding floor
Discard the fractional part of the second.
timestamp-rounding roundoff
Set the fractional part of the seconds to the nearest integer value. If the fractional value is greater than or equal
to 0.5, add 1 to the number of seconds and discard the fractional part of second.
Usage Guidelines
Use this command to configure how to convert exact time into the units that are used in quotas for CCA
charging.
The specified rounding will be performed before system attempts any calculation. For example using round-off,
if the start time is 1.4, and the end time is 1.6, then the calculated duration will be 1 (i.e., 2 – 1 = 1).
Command Line Interface Reference, Modes C - D, StarOS Release 19    
1073
Credit Control Configuration Mode Commands
timestamp-rounding