You are correct, equal cost static routes are load balanced on Cisco
routers.  That's why in a case like that you would want 1 of the statics to
have a higher admin weight assigned to it.  So the wireless could be

ip route 0.0.0.0 0.0.0.0 172.16.2.10 200

and the fiber could be

ip route 0.0.0.0 0.0.0.0 192.168.2.10

The static with the lower admin cost will be installed in the route table
until the link goes down.  Then the other will be installed.  Every routing
protocol has an admin weight assigned to it.  Static and connected routes
also have them.  Take a look in the docs and you'll find all the defaults.

Kenny

----- Original Message -----
From: "Emilia Lambros" <[EMAIL PROTECTED]>
To: "'Dave Page '" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, August 07, 2000 7:55 PM
Subject: RE: IP classless/Default routes


> in my experience with having two default routes on a router, they've
> load-shared across those two interfaces/links.
>
> For example, we had a router with a fibre connection and also a wireless
> connection.  The router had two default routes - one across fibre, one
> across wireless.  The fibre went down and half the packets were getting
> lost, which screamed "load-sharing" to me.  I removed the default route
> across fibre and it worked fine.
>
> Cheers,
>
> Em
>
>
> -----Original Message-----
> From: Dave Page
> To: 'Cisco List'
> Sent: 8/8/00 10:05 AM
> Subject: IP classless/Default routes
>
>
> In Todd Lammle's book for CCNA 640-407, on p. 202 he has set a default
> route
> of BOTH 172.16.40.2 and 172.16.20.1.  How does one do this, just enter
> the
> IP route command as such, one right after the other (??):
>
> ip route 0.0.0.0 0.0.0.0 162.16.40.2
> ip route 0.0.0.0 0.0.0.0 162.16.20.1
>
> ???
>
>
> The reason I ask is that in his book for CCNA 640-507, he states on page
> 253, "Default routing is used to send packets with a remote destination
> network not in the routing table to the next hop router.  You can only
> use
> default routing on stub networks, which means that they have only one
> exit
> port out of the network."
>
> The two books seem to say contradictory things.  Is it because the 507
> exam
> is based on a different IOS?  What gives?
>
>
> Dave Page
>
> ___________________________________
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> ___________________________________
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to