Deployment Guide

06081 0 N/A TCP 0x10 0 40 234.234.234.234 255.234.234.234 222.222.222.222/24
00:00:00:00:00:09 8/1
Sample Configuration
You can use the following example configuration to set up a PBR. These are not comprehensive directions but are intended to
give you a guidance with typical configurations. You can copy and paste from these examples to your CLI. Make the necessary
changes to support your own IP addresses, interfaces, names, and so on.
The Redirect-List GOLD defined in this example creates the following rules:
description Route Gold traffic to the DS3
seq 5 redirect 10.99.99.254 ip 192.168.1.0/24 any Redirect to next-hop router IP 10.99.99.254 any traffic originating in
192.168.1.0/24
seq 10 redirect 10.99.99.254 ip 192.168.2.0/24 any Redirect to next-hop router IP 10.99.99.254 any traffic originating in
192.168.2.0/24
seq 15 permit ip any
Create the Redirect-List GOLD
EDGE_ROUTER(conf-if-Te-2/23/1)#ip redirect-list GOLD
EDGE_ROUTER(conf-redirect-list)#description Route GOLD traffic to ISP_GOLD.
EDGE_ROUTER(conf-redirect-list)#direct 10.99.99.254 ip 192.168.1.0/24 any
EDGE_ROUTER(conf-redirect-list)#redirect 10.99.99.254 ip 192.168.2.0/24 any
EDGE_ROUTER(conf-redirect-list)# seq 15 permit ip any any
EDGE_ROUTER(conf-redirect-list)#show config
!
ip redirect-list GOLD
description Route GOLD traffic to ISP_GOLD.
seq 5 redirect 10.99.99.254 ip 192.168.1.0/24 any
646
Policy-based Routing (PBR)