Configuring ISG Accounting
How to Configure ISG Accounting
8
Troubleshooting Tips
The following commands can be used to troubleshoot ISG accounting:
• debug aaa accounting
• debug radius [brief]
• debug subscriber feature name accounting {event | error | detail}
What to Do Next
You may want to configure a method of activating the service policy map or service profile; for example,
control policies can be used to activate services. For more information about methods of service
activation, see the module “Configuring ISG Subscriber Services.”
Enabling ISG Per-Service Accounting
Per-service accounting can be configured in the following configuration sources:
• Service profile on a AAA server
• Service policy map on the ISG device
This procedure contains the following sections:
• Prerequisites, page 9
• Enabling Per-Service Accounting on the ISG, page 9
• Configuring RADIUS for Service Activation and Deactivation, page 10
Step 3
policy-map type service policy-map-name
Example:
Router(config)# policy-map type service
service1
Creates or defines a service policy map, which is used to
define an ISG service and enters service policy-map
configuration mode.
Step 4
class type traffic class-map-name
Example:
Router(config-service-policymap)# class type
traffic firstclass
Associates a previously configured traffic class with the
policy map and enters
Step 5
accounting aaa list AAA-method-list
Example:
Router(config-control-policymap-class-traffic)#
accounting aaa list list1
Enables accounting and specifies the AAA method list to
which accounting updates will be sent.
• The AAA method list must be configured.
Step 6
exit
Example:
Router(config-control-policymap-class-traffic)#
exit
Returns to service policy-map configuration mode.
Command or Action Purpose