Configures the charging characteristic (CC) profile index properties.
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > GGSN
Service Configuration
configure > context
context_name
> ggsn-service
service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-ggsn-service)#
Syntax
cc profile index [ buckets number | interval time [ downlink down_octets uplink up_octets | total total_octets ] | prepaid { prohibited | use-rulebase-configuration } | sgsns num_changes | tariff time1 mins hours [ time2 mins hours ] [ time3 mins hours ] [ time4 mins hours ] [ time5 mins hours ] [ time6 mins hours ] | volume { downlink vol_down_octets uplink vol_up_octets | total total_octets } ]
default cc profile index
no cc profile index { buckets | interval | prepaid | sgsns | tariff | volume }
default
Returns the specified cc profile to the original default system
settings. The following defaults are applied:
- buckets: 4
- interval: Disabled
- volume: Disabled
- sgsns: 4
- tariff-time: Disabled
no
Removes a previously configured profile index.
index
Configures a profile index for the parameter to be specified. index
can be configured to an integer from 0 through 15.
Important
|
3GPP standards suggest that profile index values of 1, 2, 4, and 8
be used for hot billing, flat rate billing, prepaid billing and normal billing,
respectively. A single charging characteristics profile can contain multiple
behavior settings.
|
buckets
number
Default: 4
Specifies the number of statistics container changes due to QoS
changes or tariff time that can occur before an accounting record should be
closed.
number can be configured to an integer from
1 through 4.
interval
time
[downlink
down_octets
uplink
up_octets
| total
total_octets
]
Specifies the normal time duration that must elapse before closing an
accounting record provided that any or all of the following conditions occur:
-
Downlink traffic volume is reached within the time interval
-
Uplink traffic volume is reached within the time interval
-
Total traffic volume (up and downlink) is reached within the time
interval
time is measured in seconds and can be
configured to an integer from 60 through 40000000.
down_octets is the downlink traffic volume
measured in octets and can be configured to an integer from 0 through 1000000.
up_octets is the uplink traffic volume
measured in octets and can be configured to an integer from 0 through 1000000.
total_octets is the total traffic volume
measured in octets and can be configured to an integer from 0 through 1000000.
prepaid { prohibited | use-rulebase-configuration
}
This command enables or disables prepaid for the specified profile
index.
Default: N/A
prohibited : Disable prepaid for the
specified profile index.
use-rulebase-configuration : Use the prepaid
configuration in the rulebase.
sgsns
num_changes
Default: 4
Specifies the number of SGSN changes (such as, inter-SGSN switchovers)
resulting in a new RAI (Routing Area Identity) that can occur before closing an
accounting record.
num_changes can be configured to an integer
from 1 through 15.
tariff time1
mins hours
time2
mins hours
time3
mins hours
time4
mins hours
time5
mins hours
time6
mins hours
Specifies time-of-day time values to close the current statistics
container (but not necessarily the accounting record). Six different tariff
times may be specified. If less than six times are required, the same time can
be specified multiple times.
Important
|
The system assumes that the billing system uses the day/date to
determine if the statistics container represents an actual tariff period.
|
For each of the different tariff times, the following parameters must
be configured:
-
mins : The minutes of the hour, an
integer value from 0 to 59.
-
hours : The hour of the day, an integer
value from 0 to 23.
volume {downlink
vol_down_octets
uplink
vol_up_octets
| total
total_octets
}
Specifies the downlink, uplink, and total volumes that must be met
before closing an accounting record.
vol_down_octets is measured in octets and
can be configured to an integer from 100000 to 4000000000.
vol_up_octets is measured in octets and can
be configured to an integer from 100000 to 4000000000.
total_octets is the total traffic volume (up
and downlink) measured in octets and can be configured to an integer from
100000 to 4000000000.
Usage Guidelines
Charging characteristics consist of a profile index and behavior
settings. This command configures profile indexes for the GGSN's charging
characteristics. The GGSN supports up to 16 profile indexes.
This command works in conjunction with the
cc-sgsn command located in the APN
Configuration Mode that dictates which CCs should be used for subscriber PDP
contexts.
Example
The following command configures a profile index of
10 for tariff times of 7:00 AM and 7:30 PM:
cc profile 10 tariff time1 0 7 time2 30 19 time3 0 7 time4 30 19