Configuring ISG Support for Prepaid Billing
Configuration Examples for ISG Prepaid Billing Support
17
Configuration Examples for ISG Prepaid Billing Support
This section contains the following examples:
• ISG Prepaid Billing Support: Example, page 17
• ISG Policies for Handling Credit-Exhausted and Quota-Depleted Prepaid Billing Events: Example,
page 18
ISG Prepaid Billing Support: Example
The following example shows ISG prepaid billing support configured with the following parameters:
• The time threshold is 20 seconds.
• The volume threshold is 1000 bytes.
• When the quota-depleted event occurs, ISG will drop subscriber packets until the billing server
sends another quota.
• When the credit-exhausted event occurs, subscriber packets will be redirected to the server group
“redirect-sg”.
• The prepaid service is called “mp3” and is configured directly on the router in a service policy map.
• The AAA method list that will be used for this service to authenticate subscribers is called
“cp-mlist”. That is the same method list to which the service accounting records will be sent.
• Prepaid authorization, reauthorization and accounting messages will be sent to the AAA method list
called “ap-mlist”.
!
aaa authorization network default local
aaa authorization network ap-mlist group sg2
aaa authentication login cp-mlist group sg1
aaa accounting network cp-mlist start-stop group sg1
aaa accounting network ap-mlist start-stop group sg2
service-policy type control RULEA
!
class-map type traffic match-any CLASS-ALL
!
class-map type traffic match-any CLASS-ACL-101
match access-group input 101
!
policy-map type control RULEA
class type control always event credit-exhausted
1 service-policy type service name redirectprofile
!
policy-map type service redirectprofile
class type traffic CLASS-ALL
redirect to group redirect-sg
policy-map type service mp3
class type traffic CLASS-ACL-101
accounting aaa list cp-mlist
!
authenticate aaa list cp-mlist
!
subscriber feature prepaid conf-prepaid
method-list accounting ap-mlist