Command
IP Bandwidth-Percent
Use
This command is used to change how much bandwidth the EIGRP routing process can use on a link. By default EIGRP can use up to 40% of the bandwidth.
This is for EIGRP operational traffic, such as queries or hellos.
Syntax
Router(config-if)#ip bandwidth-percent eigrp <AS> <percent>
Example
In this example, we will limit the EIGRP process on R2’s Fa0/0 interface to only use 20% of the link.
R2(config-if)#ip bandwidth-percent eigrp 100 20 |