EasyManua.ls Logo

Cisco IOS XE Intelligent Services

Cisco IOS XE Intelligent Services
358 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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

Table of Contents

Related product manuals