Configures a charging
characteristics (CC) profile, within the accounting profile configuration,
for CDR generation.
Product
ePDG
GGSN
HSGW
P-GW
S-GW
SAEGW
Mode
Exec > Global Configuration
> Context Configuration > Accounting Policy Configuration
configure > context context_name > policy accounting policy_name
Entering the above
command sequence results in the following prompt:
[context_name]host_name(config-accounting-policy)#
Syntax
cc profile index { buckets num | interval seconds | sdf-interval seconds | sdf-volume { downlink octets { uplink octets } | total octets | uplink octets { downlink octets } } | serving-nodes num | tariff time1 min hrs [ time2 min hrs...time4 min hrs ] | volume { downlink octets { uplink octets } | total octets | uplink octets { downlink octets } } }
default cc profile index
no cc profile index { buckets | interval | sdf-interval | sdf-volume | serving-nodes | tariff | volume }
default
Returns all profile
features, for the specified profile index, to their default settings.
no
Returns the specified
feature to its default setting.
profile index
Specifies a billing
type to be applied to this profile. index must be
one of the following:
1 : Hot billing
2 : Flat billing
4 : Prepaid
billing
8 : Normal
billing
buckets num
Default: 4
Specifies the number
of container changes in the S-GW CDR due to QoS changes or tariff times.
If an accounting policy is not configured, this value is 4. GTPP accounting will
use the default value if the configured value is beyond 4.
In 12.1 and earlier releases, num must
be an integer value from 1 through 4.
In release 12.2, num must
be an integer value from 1 through 10.
In 12.3
and later releases, num must
be an integer value from 1 through 20.
Important
|
Please note that the
maximum value for the CC profile buckets is extended to support
up to 10 for Diameter Rf accounting only. However, in the case of
GTPP accounting, this CLI command allows configuring only up to
4 buckets.
|
interval seconds
Default: disabled
Specifies a time interval
for closing the charging record if the minimum volume thresholds are
satisfied. seconds must
be an integer value from 60 through 40000000.
sdf-interval seconds
Default: disabled
Specifies a time interval
for closing the charging record for a specific flow if the minimum volume
thresholds are satisfied. seconds must
be an integer value from 60 through 40000000.
sdf-volume { downlink octets { uplink octets } | total octets | uplink octets { downlink octets } }
Specifies octet volume
thresholds for the generation of interim CDRs for a specific flow.
downlink octets : Sets
the threshold limit for the number of downlink octets that must
be reached before the charging record for a specific flow is closed. octets must
be an integer value from 100000 through 4000000000.
total octets : Sets
the threshold limit for the total number of octets that must be
reached before the charging record for a specific flow is closed. octets must
be an integer value from 100000 through 4000000000.
uplink octets : Sets
the threshold limit for the number of uplink octets that must be
reached before the charging record for a specific flow is closed. octets must
be an integer value from 100000 through 4000000000.
serving-nodes num
Default: 4
Specifies the number
of serving node changes (inter-serving node switchovers) after which the
interim CDR is generated. In P-GW and S-GW, a partial record needs
to be generated whenever there is a serving node address list overflow.
Serving node is added to the CDR list during handover scenarios. num must
be an integer value from 1 through 15. If an accounting policy is
not configured, this value is 4.
tariff time1 min hrs [ time2 min hrs... time4 min hrs ]
Specifies time-of-day
values used to determine when a container is closed in the charging records.
time1 min hrs :
Specifies the first time-of-day value used to close the current
container in the charging record. min must
be an integer value from 0 through 59. hrs must
be an integer value from 0 through 23.
time2 min hrs ...time4 minutes hours :
Specifies the second, third and fourth time-of-day values used to
close containers in the charging record. min must
be an integer value from 0 through 59. hrs must
be an integer value from 0 through 23.
volume { downlink octets { uplink octets } | total octets | uplink octets { downlink octets } }
Specifies octet volume
thresholds for the generation of interim CDRs.
downlink octets : Sets
the threshold limit for the number of downlink octets that must
be reached before the charging record is closed.
In 12.1 and earlier
releases, the downlink octets must
be an integer value from 100000 to 1345294336.
In
12.2 and later releases, the downlink octets must
be an integer value from 100000 to 4000000000.
total octets : Sets
the threshold limit for the total number of octets that must be
reached before the charging record is closed.
In 12.1 and earlier
releases, the totaloctets must
be an integer value from 100000 to 400000000.
In
12.2 and later releases, the total octets must
be an integer value from 100000 to 4000000000.
uplink octets : Sets
the threshold limit for the number of uplink octets that must be
reached before the charging record is closed.
In 12.1 and earlier
releases, the uplink octets must
be an integer value from 100000 to 400000000.
In
12.2 and later releases, the uplink octets must
be an integer value from 100000 to 4000000000.
Usage Guidelines
Use this command to
set charging characteristics that directly affect the CDR generation on
the HSGW, P-GW, or S-GW.
Example
The following command
creates a hot billing profile with a total octet volume threshold
set to 500000:cc profile 1 volume total 500000