RE: EIGRP Bandwidth statements [7:37221]

2002-03-06 Thread Jim Brown

I always understood the desired method for path manipulation and EIGRP was
through the modification of the delay value on the link.

-Original Message-
From: Grant Levy [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, March 05, 2002 6:31 PM
To: [EMAIL PROTECTED]
Subject: RE: EIGRP Bandwidth statements [7:37221]


Bandwidth statements, are used for the cost metrics of the links. If you
have equal links, but want to have a shadow not a load balancing link, then
use the offset-list, under the router eigrp process. It is always good
practice to use the bandwidth statement for each sub-interface.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37433&t=37221
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: EIGRP Bandwidth statements [7:37221]

2002-03-05 Thread Grant Levy

Bandwidth statements, are used for the cost metrics of the links.
If you have equal links, but want to have a shadow not a load balancing
link, then use the offset-list, under the router eigrp process.
It is always good practice to use the bandwidth statement for each
sub-interface.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37345&t=37221
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: EIGRP Bandwidth statements [7:37221]

2002-03-04 Thread Erick B.

Hi,

The bandwidth assigned to the main interface will be
used on the subinterfaces, unless theres a bandwidth
command on the subinterface which will override the
bandwidth defined on the main. 

Example:
 
int s0/0
   band 1000

int s0/0.1 point
ip address ...

int s0/0.2 point
ip address ...
bandwith 256

int s0/0.3 point

int s0/0, s0/0.1, s0/0.3 will have a bw of 1000
int s0/0.2 will have bw of 256

If you have different CIRs for each PVC and want EIGRP
to use CIR as part of the calculation then define the
bw on each sub. Keep in mind that you probably will be
going above the guaranteed CIR most of the time unless
there is congestion. I don't know of a way to adjust
the bw for when traffic-shaping throttles back to the
mincir. 

I'm not aware of any preferences or rules. Since
bandwidth is used, it could have a negative/positive
impact on your network routing depending on your
network, etc.

--- Mike Deloach  wrote:
> Hi All
> 
>  Can someone clarify the rules for EIGRP bandwidth
> statements in a frame
> relay environment with point to point
> subinterfaces??
> 
>  Is it more preferred to place the statement on the
> port itself or each
> subinterface?
> 
> Assuming equal and unequal CIR's
> 
> Thank You
> MikeD.


__
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37235&t=37221
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]