Limiting EIGRP’s Bandwidth Utilization
Problem
You want to limit the fraction of an interface’s bandwidth available to EIGRP for routing updates.
Solution
To modify the amount of bandwidth percentage available to EIGRP, use the ip bandwidth-percent configuration command:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#interfaceRouter1(config-subif)#Serial0.1ip bandwidth-percent eigrpRouter1(config-subif)#55 40exitRouter1(config)#endRouter1#
Discussion
The example above shows how to restrict EIGRP to use at most 40 percent of the available capacity of this link. By default, EIGRP limits its own bandwidth utilization to ensure that it never takes more than 50 percent of a link’s capacity. However, this default isn’t always appropriate. Sometimes you need to reduce this fraction to reduce overall congestion. And sometimes the total bandwidth value specified on an interface is not accurate.
For example, in Recipe 7.6, we discussed how to change what the router thinks the interface’s bandwidth is. If this value is significantly lower than the real physical bandwidth of the interface, you might want to increase the fraction that EIGRP can use. This can help to improve network convergence times when EIGRP needs to suddenly exchange a large amount of routing information.
In the following example, we have manually reduced bandwidth value on this 128 kbps interface to 32 kbps to affect the EIGRP metric. Since this is much less than the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access