04-01-2008 06:17 AM - edited 03-03-2019 09:21 PM
I have a couple of branch offices that currently routes all traffic to the corporate office. Is there a way to separate Internet traffic from LAN traffic that come from the branch office to the corporate office?
In one branch office we have added a second T1 for Internet traffic and the other we have added a DSL line. The branch office with the T1 we have a web filter connected to a PIX515E which is connecting to the T1. I would like to direct Internet traffic thru the web filter to the PIX out to the new T1 line.
The other branch office we DSL modem connected to the router and I would like to send Internet traffic to the DSL modem without distrusting LAN traffic to the corporate office.
Any assistance would be helpful.
04-01-2008 07:32 AM
Hi keyyo0200,
You can use Policy base routing in this case.
With the help Policy base routing you can set different next hop for different traffic base on the destination or source of the traffic.
Please rate.
04-01-2008 07:38 AM
Could you direct me to some documentation
04-01-2008 08:36 AM
Here is a link for the PBR.
http://www.cisco.com/warp/public/732/Tech/plicy_wp.htm
This really is your best option for what you want to do.
Here is a link with config examples
04-01-2008 08:19 AM
Hi,
Could you pls make one network diagram and send me with ip schem details then i can help to achive ur object.
my email address : khuranasanjay@gmail.com
04-01-2008 09:45 AM
04-01-2008 09:54 AM
Based on what you sent it appears like you could use routing statements.
ip route 0.0.0.0 0.0.0.0
then add specific routes as you have listed to the specified network of the destination/nexthop.
for example.
Traffic from 172.16.64.0
ip route 150.225.155.0 255.255.255.0 150.225.155.213
This will take any traffic destined for this network and force it out to the 150.225.155.213 as the next hop.
the all zero's route will send everything else out to the internet.
04-01-2008 10:17 AM
I would like to divert the Internet traffic to the webfilter and thru the PIX to the internet.
LAN traffic to corporate offic example:
ip route 172.16.64.0 255.255.192.0 150.225.155.213
Internet traffic example:
ip route 0.0.0.0 0.0.0.0 192.168.64.9
Is this want you are talking about.
04-01-2008 10:19 AM
yes.
Basically whatever your default routes point to that eventually get to the internet is where you want the all zero's route.
Allother traffic will be pointed directly out to the other route.
04-01-2008 10:20 AM
Thanks I will try this.
04-02-2008 09:08 AM
I see that there was a rating given to someone that said to do the same thing I provided but not sure if it resolved your matter or not.
Please confirm if your issue is resolved or if you have questions still.
Thanks,
Rick
04-01-2008 11:07 PM
Hi Bryan,
as per your network diagram, u can do one thing in your router just define default route toward Barracuda Web Filter & Barracuda Web Filter must have a Default G/W toward Pix.
like this
PC->Default G/w - Router Default G/W -Barracuda Web Filter Default G/w - Pix Default G/w - Internet.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide