Configuring ISG Support for Prepaid Billing
How to Configure ISG Support for Prepaid Billing
12
SUMMARY STEPS
1. enable
2. configure terminal
3. policy-map type service policy-map-name
4. [priority] class type traffic class-name
5. redirect to {group server-group-name | ip ip-address [port port-number]} [duration seconds]
[frequency seconds]
6. end
7. show subscriber session [detailed] [identifier identifier | uid session-id | username name]
DETAILED STEPS
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
• Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
policy-map type service policy-map-name
Example:
Router(config)# policy-map type service
redirect-service
Creates or defines a service policy map, which is used to
define an ISG service and enters service policy-map
configuration mode.
Step 4
[priority] class type traffic class-name
Example:
Router(config-service-policymap)# class type
traffic class-all
(Optional) Associates a previously configured traffic class
with the policy map, and enters service policy-map traffic
class configuration mode.
Step 5
redirect to {group server-group-name | ip
ip-address [port port-number]} [duration
seconds] [frequency seconds]
Example:
Router(config-service-policymap-class-traffic)#
redirect to group redirect-sg
Redirects traffic to a specified server or server group.