Configuring ISG Integration with SCE
How to Configure ISG Integration with SCE
8
2. configure terminal
3. policy-map type control policy-map-name
4. class type control {class-map-name | always} event session-start
5. action-number service-policy type service name service-name
6. exit
DETAILED STEPS
Configuring Auto Service on the AAA Server
To download a service to the ISG by means of auto service, perform the steps in this section.
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 control policy-map-name
Example:
Router(config)# policy-map type control
GOLD_POLICY
Configures the specified policy-map on the ISG and enters
policy map configuration mode.
Step 4
class type control {class-map-name | always}
event session-start
Example:
Router(config-control-policymap)# class type
control always event acct-notification
Specifies to apply actions matching conditions defined by
the class-map-name or always for an event type.
• Event types include the following: account-logoff,
account-logon, acct-notification, credit-exhausted,
quota-depleted, service-failed, service-start,
service-stop, session-default-service, session-restart,
session-service-found, session-start, and
timed-policy-expiry.
Step 5
action-number service-policy type service name
service-name
Example:
Router(config-control-policymap)# 1
service-policy type service name sce-service
Defines the list of actions to be performed when the control
policy is matched.
Step 6
exit
Example:
Router(config-control-policymap)# exit
Exits policy map configuration mode.