answersLogoWhite

0


Best Answer

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.

Examples

The following example allows EIGRP to use up to 75 percent (42 kbps) of a 56-kbps serial link in autonomous system 209:

interface serial 0

bandwidth 56

ip bandwidth-percent eigrp 209 75

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

EIGRP 1 protocol traffic will be restricted to 30% of the link bandwidth.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the effect of configuring the ip bandwidth-percent eigrp command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which cisco IOS command would display the current status of EIGRP neighbors?

show ip eigrp neighborsw


What command is used to manually create a summary route at an arbitrary network boundary within the EIGRP domain?

ip summary-address eigrp


What is the purpose of the ip bandwidth percent eigrp 50 10 command?

This means eigrp with AS 50 has been configured to use 10 % of the configured bandwidth on the interface.


Why is the show ip route command important for troubleshooting commands?

Compared to RIP, EIGRP has a lower administrative distance. Compared to EIGRP, RIP has a higher metric value for the route. Compared to RIP, the EIGRP route has fewer hops. Compared to RIP, EIGRP has a faster update timer.


Show ip route command?

Compared to RIP, EIGRP has a lower administrative distance.


Which command is used to advertise the network 150.12.32.0?

To configure EIGRP to advertise specific subnets only, use the "wild card mask" option with the network command.


When would the network administrator use the ip bandwidth eigrp as number percent command?

when there is a low bandwidth connection


What purpose does a host name serve on the router?

Add the command no auto-summary on all routers.Change the network statements to include a wildcard mask.Adjust the EIGRP hello timers to account for the network delay.Add the command eigrp log-neighbor-changes on all routers.


When to use the command ip bandwidth-percent eigrp as-number percent?

when there is a low bandwidth connection Jean Nils Bakanga "CCNP"


How you configure both eigrp and ospf to transfer a packet eigrp to ospf and ospf to eigrp?

we would need to redistribute ospf routes into eigrp and vice versa. redistribution will have to be done on an ASBR(autonomus system boundry router) eg: we have an ospf process wid process id 10 running and eigrp with ASN 20 running in our network redistribution on ASBR would be conf t router ospf 10 redistribute eigrp 20 subnets metric 1 and in eigrp conf t router eigrp 20 redistribute ospf metric 1 1 1 1 1 we see i used 5 ones in eigrp process to redistribute opsf into eigrp. thes 1's are metrics for eigrp namely load bandwidth delay reliability


What is the administrative distance of eigrp-learned routes that have been injected into eigrp via redistribution?

170


How do igrp and eigrp differ in their metric calculation?

IGRP and EIGRP use the same metric calculation, but EIGRP's metric value is multiplied by 256 to give it more granularity in its decision making.