Configuring ISG Integration with SCE
How to Configure ISG Integration with SCE
10
Configuring Services on the AAA Server
To configure a service on the external AAA server, perform the steps in this section.
SUMMARY STEPS
1. Cisco:Avpair="subscriber:sg-service-type=external-policy"
2. Cisco:Avpair="subscriber:policy-name=gold"
Step 3
policy-map type service service-map-name
Example:
Router(config-traffic-classmap)# policy-map
type service SVC
Creates a service and enters traffic class map configuration
mode.
Step 4
class-map type traffic class-map-name
Example:
Router(config-control-policymap-class-control)#
class-map type traffic bar
Defines a traffic class and enters control policy-map class
configuration mode.
Step 5
accounting aaa list listname
Example:
Router(config-service-policymap)# accounting
aaa list list1
Configures accounting for ISG and enters service policy
map configuration mode.
Step 6
sg-service-type external-policy
Example:
Router(config-control-policymap)#
sg-service-type external-policy
Defines the service as an external policy and enters policy
map configuration mode.
Step 7
policy-name name
Example:
Router(config-control-policymap)# policy-name
gold
Defines a corresponding external policy name on the SCE.
Step 8
service-monitor enable
Example:
Router(config-control-policymap)#
service-monitor enable
Enables service monitoring for the external policy device.
Step 9
exit
Example:
Router(config-pol-map)# exit
Exits policy map configuration mode.
Command or Action Purpose