RE: EIGRP Question [7:73068]

2003-07-26 Thread Zsombor Papp
c. is incorrect because 1.) it doesn't overwirte the bandwidth setting, and
2.) the percentage may be lower or higher than 50.

b. is the correct answer.

Thanks,

Zsombor

Ramesh Ram wrote:
> 
> You are configuring EIGRP for NBMA operation. What is the
> purpose of the ‘IP bandwidth-percent EIGRP’ command?
> 
> a. It adjusts the percentage of bandwidth that EIGRP packets
> can use
>on all of the router’s interfaces.
> b. It adjusts the percentage of bandwidth that EIGRP packets
> can
>use on an individual router interface. 
> c. It overwrites the bandwidth setting on an interface to
> ensure that
>EIGRP packets receive 50% of the available bandwidth on the 
>router’s interface.
> d. It limits the % of bandwidth that EIGRP packets can use. The 
>percentage cannot exceed 50% of the configured bandwidth on
> all of
>the router’s interfaces.
> 
> I am confused between answers b & c. Could someone clarify ?
> 
> Ramesh Ram, CCNA


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


RE: EIGRP Question [7:73068]

2003-07-26 Thread Reimer, Fred
I believe the correct answer is B.  "NBMA operation" is generally referring
to running EIGRP on Frame Relay, where a hub site can have multiple spoke
sites connecting to the same interface.  In such situations you may need to
modify how much bandwidth EIGRP can use for routing protocol packets.

I believe answer C is incorrect, because it talks about modifying the
interface bandwidth value.  That's not what the bandwidth-percent command
does, but modifying the interface bandwidth may be one, not necessarily
recommended, way of specifying how much bandwidth EIGRP is allowed.  The IOS
docs say:

"EIGRP will use up to 50 percent of the bandwidth of a link, as defined by
the bandwidth interface configuration command. This command may be used if
some other fraction of the bandwidth is desired. Note that values greater
than 100 percent may be configured. The configuration option may be useful
if the bandwidth is set artificially low for other reasons."

So I think answer C is trying to trick you by throwing the 50% in there,
assuming that you know something is 50% but not really understanding what
they are talking about.  Bandwidth-percent modifies the percentage of total
bandwidth that can be used by EIGRP, the default IS 50%.

Fred Reimer - CCNA


Eclipsys Corporation, 200 Ashford Center North, Atlanta, GA 30338
Phone: 404-847-5177  Cell: 770-490-3071  Pager: 888-260-2050


NOTICE; This email contains confidential or proprietary information which
may be legally privileged. It is intended only for the named recipient(s).
If an addressing or transmission error has misdirected the email, please
notify the author by replying to this message. If you are not the named
recipient, you are not authorized to use, disclose, distribute, copy, print
or rely on this email, and should immediately delete it from your computer.


-Original Message-
From: Ramesh Ram [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 26, 2003 1:16 PM
To: [EMAIL PROTECTED]
Subject: EIGRP Question [7:73068]

You are configuring EIGRP for NBMA operation. What is the purpose of the IP
bandwidth-percent EIGRP' command?

a. It adjusts the percentage of bandwidth that EIGRP packets can use 
   on all of the router's interfaces.
b. It adjusts the percentage of bandwidth that EIGRP packets can  
   use on an individual router interface. 
c. It overwrites the bandwidth setting on an interface to ensure that 
   EIGRP packets receive 50% of the available bandwidth on the 
   router's interface.
d. It limits the % of bandwidth that EIGRP packets can use. The 
   percentage cannot exceed 50% of the configured bandwidth on all of
   the router's interfaces.

I am confused between answers b & c. Could someone clarify ?

Ramesh Ram, CCNA




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


RE: EIGRP Question [7:73068]

2003-07-26 Thread gab S.E jones
The answer is b.

The command ip bandwidth-percent command tells eigrp how much percentage of
the configured bandwidth it may use, the default being 50%. The bandwidth
command is also used to set the routing protocol metric.

This can be set to a particular value depending on what policies are in
place.

c is wrong because the ip bandwidth-percent command uses or works in
conjunction with the bandwidth statement. View it like a tree structure

bandwidth command
|
|_ _ _ip bandwidth-percent command

e.g example config

interface Serial 2/1
bandwidth 2048
ip bandwidth-percent eigrp 300 60

This tells/allows eigrp process 300 to use 1228.8Kbps (60% of 2048Kbps) on
Serial 2/1

regards,
gab



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