RE: Administrative Distance [7:9921]

2001-06-27 Thread Jim Dixon
tter route. This DISTANCE EIGRP allows you to have your AD set differently for Internal and External Routes -Original Message- From: Thomas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 3:14 AM To: [EMAIL PROTECTED] Subject: Re: Administrative Distance [7:9921] I'll proba

RE: Administrative Distance [7:9921]

2001-06-27 Thread Jim Dixon
External Routes -Original Message- From: Thomas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 3:14 AM To: [EMAIL PROTECTED] Subject: Re: Administrative Distance [7:9921] I'll probably throw it on the lab and see what happens... Thanks much to All ""

Re: Administrative Distance [7:9921]

2001-06-27 Thread Thomas
s yes, it should behave exactly like that > > but I would want to run it in the lab first....... > > Kevin Wigle > > - Original Message - > From: "Thomas" > To: > Sent: Tuesday, June 26, 2001 1:09 AM > Subject: Re: Administrative Distance

Re: Administrative Distance [7:9921]

2001-06-26 Thread [EMAIL PROTECTED]
Thomas, Surejust use the distance parameter at the end of the ip route command: ip route (network prefix)(mask)(next hop router) 1-255. "1" being the highest possible distance and "255" causing the router to not ever use this route. This is called a floating static route. HTH, Rob H Messag

Re: Administrative Distance [7:9921]

2001-06-26 Thread Kevin Wigle
Is there a better way to do this? > > Regards, > John > > >>> "Kevin Wigle" 6/26/01 10:32:10 AM >>> > My gut feeling is yes, it should behave exactly like that > > but I would want to run it in the lab first... > > Kevi

RE: Administrative Distance [7:9921]

2001-06-26 Thread Michael Cohen
heers, -Michael Cohen CCIE #6080 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Wigle Sent: Tuesday, June 26, 2001 11:32 AM To: [EMAIL PROTECTED] Subject: Re: Administrative Distance [7:9921] My gut feeling is yes, it should behave exactly like

Re: Administrative Distance [7:9921]

2001-06-26 Thread John Neiberger
ike that but I would want to run it in the lab first... Kevin Wigle - Original Message - From: "Thomas" To: Sent: Tuesday, June 26, 2001 1:09 AM Subject: Re: Administrative Distance [7:9921] > Thank you very much Kevin!!! Let's say I assign

Re: Administrative Distance [7:9921]

2001-06-26 Thread Kevin Wigle
My gut feeling is yes, it should behave exactly like that but I would want to run it in the lab first... Kevin Wigle - Original Message - From: "Thomas" To: Sent: Tuesday, June 26, 2001 1:09 AM Subject: Re: Administrative Distance [7:9921] > T

Re: Administrative Distance [7:9921]

2001-06-25 Thread Thomas
Thank you very much Kevin!!! Let's say I assign a administrative distance of 180 to a static route (backup route). It should not show up and be used in "show ip route", given that the default route is active. If I redistribute this static route (assigned with admin distance of 180) to the EIGRP

Re: Administrative Distance [7:9921]

2001-06-25 Thread EA Louie
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

RE: Administrative Distance [7:9921]

2001-06-25 Thread Chuck Larrieu
ip route a.b.c.d w.x.y.z dentination.address distance ( higher than the distance of the routing protocol in question ) http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/ip_r /iprprt2/1rdindep.htm#xtocid279708 definitely watch the word wrap make sense? Chuck -Original

Re: Administrative Distance [7:9921]

2001-06-25 Thread Kevin Wigle
Yes, This is normally called a "floating static" Configure the static with a higher admin distance. While the default route is valid, the static will not show up in "sh ip route". Once the default fails, the floating static route will be installed into the routing table and it will be visible