Redirecting Subscriber Traffic Using ISG Layer 4 Redirect
Configuration Examples for ISG Layer 4 Redirect
11
Initial Redirection: Example
The following example shows ISG configured to redirect user traffic that comes over interface
FastEthernet0/0.505 to a server group called “ADVT” for the initial 60 seconds of the session. After the
initial 60 seconds, ISG will stop redirecting the traffic for the rest of the lifetime of the session.
interface FastEthernet0/0.505
encapsulation dot1Q 505
ip address 10.0.0.1 255.255.255.0
ip subscriber
identifier interface
redirect to group ADVT duration 60
no cdp enable
The following example shows ISG configured to redirect the Layer 4 traffic of all subscribers to a server
group called “ADVT” for the initial 60 seconds of the session. After the initial 60 seconds, ISG will stop
redirecting the traffic for the rest of the lifetime of the session.
service-policy type control initial-rdt
policy-map type control intial-rdt
class type control always event session-start
1 service-policy type service name initial-rdt-profile
!
policy-map type service initial-rdt-profile
class type traffic CLASS-ALL
redirect to group ADVT duration 60
Periodic Redirection: Examples
The following example shows how to redirect subscriber traffic coming over FastEthernet interface
0/0.505 for a period of 60 seconds every 3600 seconds:
interface FastEthernet0/0.505
encapsulation dot1Q 505
ip address 10.50.0.1 255.255.255.0
subscriber session
redirect to group ADVT duration 60 frequency 3600
no cdp enable
!
The following example shows how to redirect all subscriber traffic for a period of 60 seconds every 3600
seconds:
service-policy control periodic-rdt session-start
!
policy-map type control periodic-rdt
class type control always event session-start
1 service-policy service periodic-rdt-profile
!
policy-map type service periodic-rdt-profile
redirect to group ADVT duration 60 frequency 3600
Содержание IOS XE
Страница 14: ...About Cisco IOS XE Software Documentation Additional Resources and Documentation Feedback xii ...
Страница 28: ...Using the Command Line Interface in Cisco IOS XE Software Additional Information xiv ...
Страница 36: ...Intelligent Services Gateway Features Roadmap 8 ...
Страница 46: ...Overview of ISG Feature Information for the Overview of ISG 10 ...
Страница 70: ...Configuring ISG Control Policies Feature Information for ISG Control Policies 24 ...
Страница 128: ...Configuring ISG Access for IP Subscriber Sessions Feature Information for ISG Access for IP Subscriber Sessions 44 ...
Страница 136: ...Configuring MQC Support for IP Sessions Feature Information for MQC Support for IP Sessions 8 ...
Страница 194: ...Configuring ISG Policies for Automatic Subscriber Logon Feature Information for ISG Automatic Subscriber Logon 12 ...
Страница 224: ...Configuring ISG Subscriber Services Feature Information for ISG Subscriber Services 20 ...
Страница 336: ...Configuring ISG Integration with SCE Feature Information for Configuring ISG Integration with SCE 16 ...
Страница 344: ...Service Gateway Interface Feature Information for Service Gateway Interface 8 ...