yes, entirely possible, in fact, practiced quite often.  those kinds of
static routes are called 'floating statics'

the syntax of the static route statement is
ip route i.i.i.i s.s.s.s n.n.n.n ad
where
i.i.i.i is the IP network you wish to connect to
s.s.s.s is the subnet mask of that network
n.n.n.n is the address that you want the route to point to, or the interface
that you want to use
ad is the administrative distance.

for example,

ip route 0.0.0.0 0.0.0.0 s0 220

would create a floating default route out serial 0 with an administrative
distance of 220.  Thus, it would only take effect if your routing protocol
that advertised 0.0.0.0 lost its route.

-e-

----- Original Message -----
From: Thomas 
To: 
Sent: Monday, June 25, 2001 9:21 PM
Subject: Administrative Distance [7:9921]


> Hi All,
>
> Is it possible to assign the "Administrative Distance" to a static route
> (default = 1)?  In my network, the default route on a router is learned
> through EIGRP (D*EX 0.0.0.0/24) with Administrative Distance of 170.  I
> would like to add a static route on this router for backup; however, this
> static route will be chosen over the default route learned through EIGRP,
> since the Administrative Distance for static route is 1.  I wonder if it
is
> possible to raise the Administrative Distance of the static route to be
> greater than 170 so that It will only be chosen as a secondary route, in
> case the default route is down????  Thanks All!!!




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=9928&t=9921
--------------------------------------------------
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