Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

1811 Dual WAN routing

Status
Not open for further replies.

PImoose

Technical User
Dec 3, 2008
53
US
I kind of had this fall into my lap and I'm very rusty with routing in general. Right now we have an 1811 with FE0 configured as the main route go out over bonded T1's. FE1 is a cable connection that I would like to setup for select traffic.

Being that the cable connection has alot more bandwidth, I would like to be able to tell the router if a user is trying to go to "x" site go out FE1. Is that possible?

I've been looking at QoS for awhile as well, but I really would like to get a separate device for that, that can integrate with A/D groups.

In the end the main problem I am trying to solve is keeping a user or handful from chewing up all bandwidth and not allowing any web traffic. Currently the IOS is at 12.4.x.


Thanks
 
PBR is your friend...


It is all in the ACLs---like if you want a user at 10.1.1.3 to use ISP 2 (FA2) if they go to 12.12.12.12, then

access-list 101 permit ip host 10.1.1.3 host 12.12.12.12
route-map isp2 permit 10
match ip address 101
set interface fa2
OR
set next-hop x.x.x.x

you can add to the acl, create multiple sequence numbers for the same route map, etc. HTH

/


tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top