Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > EIGRP question.

Reply
Thread Tools

EIGRP question.

 
 
Ed
Guest
Posts: n/a
 
      03-16-2007
i have a question about Eigrp cost. How would R1 travel through the network
if the network had a other routes to get to R2? one route could be a T1,
another combo of router with 100M and another route T3. the Eigrp config
would be config as default without varience.

Since eirgp use Bandwidth and delay, i would assume it would route through
the T3, which is more bandwidth than the T1 and combo of 100M combo routers.
the icnd book explains the eigrp always take the lowest cost to route and
gives you the cost #. how do you come out with the cost # to figure out the
best cost path so packet can travel from R1 to R2.

ed


 
Reply With Quote
 
 
 
 
Martin Gallagher
Guest
Posts: n/a
 
      03-16-2007
On Thu, 15 Mar 2007 23:51:19 -0400, Ed wrote:

> i have a question about Eigrp cost. How would R1 travel through the network
> if the network had a other routes to get to R2? one route could be a T1,
> another combo of router with 100M and another route T3. the Eigrp config
> would be config as default without varience.
>
> Since eirgp use Bandwidth and delay, i would assume it would route through
> the T3, which is more bandwidth than the T1 and combo of 100M combo routers.
> the icnd book explains the eigrp always take the lowest cost to route and
> gives you the cost #. how do you come out with the cost # to figure out the
> best cost path so packet can travel from R1 to R2.
>


If by cost # you mean the EIGRP metric for the route, by default it's:

256 * ( 10**8/minimum BW + Total delay along the path)

--
Rgds,
Martin

 
Reply With Quote
 
 
 
 
Ed
Guest
Posts: n/a
 
      03-16-2007
so by your division equation, you mean that if the BW is higher the
cost/metric would be for the route to get from R1 to R2 would be better
served if it goes through the combo 100M routers rather then the T1 route or
T3 route? Yes?


"Martin Gallagher" <> wrote in message
news .au...
> On Thu, 15 Mar 2007 23:51:19 -0400, Ed wrote:
>
>> i have a question about Eigrp cost. How would R1 travel through the
>> network
>> if the network had a other routes to get to R2? one route could be a T1,
>> another combo of router with 100M and another route T3. the Eigrp config
>> would be config as default without varience.
>>
>> Since eirgp use Bandwidth and delay, i would assume it would route
>> through
>> the T3, which is more bandwidth than the T1 and combo of 100M combo
>> routers.
>> the icnd book explains the eigrp always take the lowest cost to route and
>> gives you the cost #. how do you come out with the cost # to figure out
>> the
>> best cost path so packet can travel from R1 to R2.
>>

>
> If by cost # you mean the EIGRP metric for the route, by default it's:
>
> 256 * ( 10**8/minimum BW + Total delay along the path)
>
> --
> Rgds,
> Martin
>



 
Reply With Quote
 
Trendkill
Guest
Posts: n/a
 
      03-16-2007
On Mar 16, 8:41 am, "Ed" <telcot...@comcast.net> wrote:
> so by your division equation, you mean that if the BW is higher the
> cost/metric would be for the route to get from R1 to R2 would be better
> served if it goes through the combo 100M routers rather then the T1 route or
> T3 route? Yes?
>
> "Martin Gallagher" <mgall...@notme.zeta.org.au> wrote in message
>
> news .au...
>
> > On Thu, 15 Mar 2007 23:51:19 -0400, Ed wrote:

>
> >> i have a question about Eigrp cost. How would R1 travel through the
> >> network
> >> if the network had a other routes to get to R2? one route could be a T1,
> >> another combo of router with 100M and another route T3. the Eigrp config
> >> would be config as default without varience.

>
> >> Since eirgp use Bandwidth and delay, i would assume it would route
> >> through
> >> the T3, which is more bandwidth than the T1 and combo of 100M combo
> >> routers.
> >> the icnd book explains the eigrp always take the lowest cost to route and
> >> gives you the cost #. how do you come out with the cost # to figure out
> >> the
> >> best cost path so packet can travel from R1 to R2.

>
> > If by cost # you mean the EIGRP metric for the route, by default it's:

>
> > 256 * ( 10**8/minimum BW + Total delay along the path)

>
> > --
> > Rgds,
> > Martin


If you are talking a single hop in all cases, yes since a 100mbit lan
connection is higher bandwidth and lower latency than a 45mbit DS3.

 
Reply With Quote
 
Ed
Guest
Posts: n/a
 
      03-16-2007
did not know that. thats for your help.

ed





"Trendkill" <> wrote in message
news: ups.com...
> On Mar 16, 8:41 am, "Ed" <telcot...@comcast.net> wrote:
>> so by your division equation, you mean that if the BW is higher the
>> cost/metric would be for the route to get from R1 to R2 would be better
>> served if it goes through the combo 100M routers rather then the T1 route
>> or
>> T3 route? Yes?
>>
>> "Martin Gallagher" <mgall...@notme.zeta.org.au> wrote in message
>>
>> news .au...
>>
>> > On Thu, 15 Mar 2007 23:51:19 -0400, Ed wrote:

>>
>> >> i have a question about Eigrp cost. How would R1 travel through the
>> >> network
>> >> if the network had a other routes to get to R2? one route could be a
>> >> T1,
>> >> another combo of router with 100M and another route T3. the Eigrp
>> >> config
>> >> would be config as default without varience.

>>
>> >> Since eirgp use Bandwidth and delay, i would assume it would route
>> >> through
>> >> the T3, which is more bandwidth than the T1 and combo of 100M combo
>> >> routers.
>> >> the icnd book explains the eigrp always take the lowest cost to route
>> >> and
>> >> gives you the cost #. how do you come out with the cost # to figure
>> >> out
>> >> the
>> >> best cost path so packet can travel from R1 to R2.

>>
>> > If by cost # you mean the EIGRP metric for the route, by default it's:

>>
>> > 256 * ( 10**8/minimum BW + Total delay along the path)

>>
>> > --
>> > Rgds,
>> > Martin

>
> If you are talking a single hop in all cases, yes since a 100mbit lan
> connection is higher bandwidth and lower latency than a 45mbit DS3.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
EIGRP, Want to prevent any EIGRP traffic to a interface BG Cisco 3 02-09-2006 08:05 PM
redundancy/failover/load balancing with eigrp examples???? David Cisco 0 11-12-2003 04:23 PM
Re: EiGRP authentication question Hansang Bae Cisco 3 10-16-2003 05:19 AM
Redistribution between IS-IS, EIGRP & OSPF Sam Soh Cisco 5 08-15-2003 02:03 AM
dialer watch eigrp and custom queueing Kenny D Cisco 1 07-14-2003 11:20 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57