Configuring ISG Policies for Session Maintenance
Configuration Examples for Session Maintenance Timers
14
Configuration Examples for Session Maintenance Timers
This section contains the following examples:
•
Session Timer Configuration in a Service Policy Map: Example, page 14
•
Connection Idle Timer Configuration in a Service Policy Map: Example, page 14
•
Session Timer Show Command Output: Example, page 14
•
Connection Idle Timer Show Command Output: Example, page 15
•
Session Timer Debug Output: Example, page 15
•
Connection Idle Timer Debug Output: Example, page 16
Session Timer Configuration in a Service Policy Map: Example
The following example limits session time in a service policy map to 4800 seconds (80 minutes):
class-map type traffic match-any traffic-class
match access-group input 101
match access-group output 102
policy-map type service video-service
class type traffic traffic-class
police input 20000 30000 60000
police output 21000 31500 63000
timeout absolute 4800
class type traffic default output
drop
Connection Idle Timer Configuration in a Service Policy Map: Example
The following example limits idle connection time in a service policy map to 30 seconds:
class-map type traffic match-any traffic-class
match access-group input 101
match access-group output 102
policy-map type service video-service
class type traffic traffic-class
police input 20000 30000 60000
police output 21000 31500 63000
timeout idle 30
class type traffic default output
drop
Session Timer Show Command Output: Example
The following example shows the settings for the session timer displayed by the show subscriber
session all privileged EXEC command.
Current Subscriber Information: Total sessions 1
--------------------------------------------------
Unique Session ID: 3
Identifier: user01
SIP subscriber access type(s): PPPoE/PPP
Current SIP options: Req Fwding/Req Fwded
Session Up-time: 00:02:50, Last Changed: 00:02:53
AAA unique ID: 4
Summary of Contents for IOS XE
Page 14: ...About Cisco IOS XE Software Documentation Additional Resources and Documentation Feedback xii ...
Page 28: ...Using the Command Line Interface in Cisco IOS XE Software Additional Information xiv ...
Page 36: ...Intelligent Services Gateway Features Roadmap 8 ...
Page 46: ...Overview of ISG Feature Information for the Overview of ISG 10 ...
Page 70: ...Configuring ISG Control Policies Feature Information for ISG Control Policies 24 ...
Page 136: ...Configuring MQC Support for IP Sessions Feature Information for MQC Support for IP Sessions 8 ...
Page 224: ...Configuring ISG Subscriber Services Feature Information for ISG Subscriber Services 20 ...
Page 344: ...Service Gateway Interface Feature Information for Service Gateway Interface 8 ...