answersLogoWhite

0

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

13y ago

What else can I help you with?

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 command turns off automatic summarization to major network boundaries in both RIPv2 and EIGRP?

To disable automatic summarization in RIPv2, you can use the command no auto-summary in the router configuration mode. For EIGRP, the command is no auto-summary as well, which can be entered in the EIGRP configuration mode. This prevents the router from summarizing routes at network boundaries and ensures that specific subnets are advertised.


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.


What is the term for the value 2172416 that is highlighted in the output of the show ip eigrp topology command?

The value 2172416 highlighted in the output of the show ip eigrp topology command represents the "feasible distance" (FD) for a specific route in the EIGRP (Enhanced Interior Gateway Routing Protocol) topology table. The feasible distance is the lowest calculated metric to reach a destination network and is used by EIGRP to determine the best path for routing traffic.


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