Redirecting Subscriber Traffic Using ISG Layer 4 Redirect
How to Configure ISG Layer 4 Redirect
6
SUMMARY STEPS
1. enable
2. configure terminal
3. policy-map type service policy-map-name
4. class type traffic class-name
5. redirect to {group server-group-name | ip ip-address [port port-number]} [duration seconds]
[frequency seconds]
DETAILED STEPS
What to Do Next
You may want to configure a method of activating the service policy map; 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”.
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 service policy-map-name
Example:
Router(config)# policy-map type service
service1
Creates or modifies a service policy map, which is used to
define an ISG service.
Step 4
class type traffic class-name
Example:
Router(config-service-policymap)# class type
traffic class1
(Optional) Specifies a traffic class map that identifies the
traffic to which this service applies.
Step 5
redirect to {group server-group-name | ip
ip-address [port port-number]} [duration
seconds] [frequency seconds]
Example:
Router(config-service-policymap-class-traffic)#
redirect to ip 10.10.10.10
Redirects traffic to a specified server or server group.