Hello all,

Perhaps this is not the correct list for this.  If so I apologize in advance
:-)

I am attempting to set up policy-based routing, and I need to know the best
way of going about it.  We have this configuration:

Core network: 10.10.0.0/16
    Default route to internet: 10.10.1.20
------
Site network: 10.227.0.0/16

I am attempting to take all traffic that comes from the network
10.227.101.0/24 and instead of handing it to 10.10.1.20, hand it to
10.10.1.25, so it can be static NATted out of a Linux firewall.  I have used
these commands:

access-list 1 permit 10.227.101.0 0.0.0.255
route-map Admin permit 10
 match ip address 1
 set ip default next-hop 10.10.1.25

and then applied that route-map to the serial interface on the core router
(7506.)  This works, but the latency went *way* up (i.e. insterad of getting
80-90k downloads from web sites, we get 20-25k)

Is there a better way of handling this?  I have read that fast-switching PBR
won't work with the "set ip default next-hop" command.

TIA,

--Greg




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=65776&t=65776
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to