Configuring ISG Layer 4 Redirection
Configuring Layer 4 Redirection in a Service Policy Map
Perform this task to configure ISG Layer 4 redirection in a service policy map.
Prerequisites
The ISG Layer 4 Redirect feature is configured under a traffic class within a service policy map. This
task assumes that you have defined the traffic class map.
SUMMARY STEPS
1.
2.
3.
4.
5.
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Router> enable
Step 2
configure terminal
Example:
Router# configure terminal
Step 3
policy-map type service policy-map-name
Example:
Router(config)# policy-map type service
service1
Step 4
class type traffic class-name
Example:
Router(config-service-policymap)# class type
traffic class1
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
Cisco 10000 Series Router Access Network Control Protocol Configuration Guide
4-6
Chapter 4
enable
configure terminal
policy-map type service policy-map-name
class type traffic class-name
redirect to {group server-group-name | ip ip-address [port port-number]} [duration seconds]
[frequency seconds]
Redirecting Subscriber Traffic Using Intelligent Service Gateway Layer 4 Redirect
Purpose
Enables privileged EXEC mode. If prompted, enter your
password.
Enters global configuration mode.
Creates or modifies a service policy map, which is used to
define an ISG service.
(Optional) Specifies a traffic class map that identifies the
traffic to which this service applies.
Redirects traffic to a specified server or server group.
OL-14660-03