DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode. Enter your
password if prompted.
enable
Example:
Router>
enable
Step 1
Enters global configuration mode.
configure terminal
Example:
Router#
configure terminal
Step 2
Defines the traffic class WEB_ACL_IN
ip access-list extended traffic class
Example:
Router (config)#
ip access-list extended WEB_ACL_IN
Step 3
Permits TCP traffic with destination port values
that match WWW (port 80).
permit tcp source_IP destination_IP eq port
Example:
Router (config-ext-nacl)#
permit tcp any any eq www
Step 4
Creates the traffic class map ACF_ACL.
class-map type traffic match-any traffic class map
Example:
Router (config)#
class-map type traffic match-any
ACF_ACL
Step 5
Configures the match criteria for the ACF_ACL
traffic class map on the basis of the specified host
traffic class.
match access-group input name traffic class
Example:
Router (config-traffic-classmap)#
match access-group
input name WEB_ACL_IN
Step 6
Creates the ACF_SERVICE policy map, which
is used to define an ISG service.
policy-map type service policy-map name
Example:
Router (config)#
policy-map type service ACF_SERVICE
Step 7
Associates the ACF_ACL traffic class map with
the service policy map.
class type traffic traffic class map
Example:
Router (config-service-policymap)#
class type traffic
ACF_ACL
Step 8
Redirects traffic to the specified IP address.
reroute to next-hop ip IP address
Example:
Router (config-service-policymap-class-traffic)#
reroute
to next-hop ip 44.0.0.22
Step 9
Intelligent Wireless Access Gateway Configuration Guide
OL-30226-03
83
Flow-Based Redirect
Configuring Flow-Based Redirect for a Traffic Class Service