Configuring ISG Policies for Session Maintenance
How to Configure Policies for Session Maintenance Timers
7
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.”
Configuring the Connection Timer on a AAA Server
Perform this task to set the connection timer on a AAA server profile.
SUMMARY STEPS
1. Add the RADIUS Idle-Timeout attribute to a user profile or service profile.
DETAILED STEPS
Step 3
policy-map type service policy-map-name
Example:
Router(config)# policy-map type service policy1
Enters policy map configuration mode so you can begin
configuring the service policy.
Step 4
[priority] class type traffic class-map-name
Example:
Router(config-control-policymap)# class type
traffic class1
Associates a previously configured traffic class to the policy
map.
Step 5
timeout idle duration-in-seconds
Example:
Router(config-control-policymap-class-control)#
timeout idle 3000
Specifies how long a connection can be idle before it is
terminated, in a range from 1 to 4294967 seconds.
Step 6
end
Example:
Router(conf-subscriber-profile)# end
(Optional) Returns to privileged EXEC mode.
Command or Action Purpose
Command or Action Purpose
Step 1
Idle-Timeout=duration-in-seconds
Sets IETF RADIUS (attribute 28) in a user or service
profile, in a range from 1 to 4294967 seconds.