Two default routes on the same router [7:25750]

2001-11-10 Thread McHugh Randy
Does anyone know if you can have two completley different default routes and on the same router in totally two different subnets pointing to two totally different gateways? For instance ip route 0.0.0.0 0.0.0.0 25.13.240.1 ip route 0.0.0.0 0.0.0.0 65.11.213.1 Will the router parse each one separ

Two default routes on the same router [7:25750]

2001-11-10 Thread McHugh Randy
Does anyone know if you can have two completley different default routes and on the same router in totally two different subnets pointing to two totally different gateways? For instance ip route 0.0.0.0 0.0.0.0 25.13.240.1 ip route 0.0.0.0 0.0.0.0 65.11.213.1 Will the router parse each one separ

Re: Two default routes on the same router [7:25750]

2001-11-10 Thread Carroll Kong
So you have a router with two WAN links, and two LAN links, you want to make sure LAN A goes to WAN A, and LAN B goes to WAN B? Use policy routing, AKA route-maps that uses an ACL that matches off the source of LAN A, and set the next hop to WAN A, do the same for the other network, or just h

Re: Two default routes on the same router [7:25750]

2001-11-10 Thread Paul Lalonde
Randy, What you want to do is implement policy routing with a route map. A route map will allow you to direct your specific subnets' traffic to their preferred gateway. Check out the following link: http://www.cisco.com/warp/public/105/36.html Hope this helps! Paul Lalonde ""McHugh Randy"" w

Re: Two default routes on the same router [7:25750]

2001-11-10 Thread John Neiberger
If both routes appear in your routing table then the router will load balance between the two routes. If you used per-destination load-balancing this would work fairly well. If you were using per-packet load-balancing you might have some undesired results. HTH, John On Sat, 10 Nov 2001 12:35:05

RE: Two default routes on the same router [7:25750]

2001-11-10 Thread Chuck Larrieu
lto:[EMAIL PROTECTED]]On Behalf Of McHugh Randy Sent: Saturday, November 10, 2001 9:35 AM To: [EMAIL PROTECTED] Subject: Two default routes on the same router [7:25750] Does anyone know if you can have two completley different default routes and on the same router in totally two different subnets poi

RE: Two default routes on the same router [7:25750]

2001-11-10 Thread Louie Belt
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of McHugh Randy Sent: Saturday, November 10, 2001 9:35 AM To: [EMAIL PROTECTED] Subject: Two default routes on the same router [7:25750] Does anyone know if you can have two completley different default routes and on the same r

RE: Two default routes on the same router [7:25750]

2001-11-12 Thread Hire, Ejay
]] Sent: Saturday, November 10, 2001 11:35 AM To: [EMAIL PROTECTED] Subject: Two default routes on the same router [7:25750] Does anyone know if you can have two completley different default routes and on the same router in totally two different subnets pointing to two totally different gateways? For