157
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
ip bandwidth-percent eigrp
ip bandwidth-percent eigrp
To configure the percentage of bandwidth that may be used by the Enhanced Interior Gateway Routing
Protocol (EIGRP) on an interface, use the ip bandwidth-percent eigrp command. To restore the default,
use the no form of this command.
ip bandwidth-percent eigrp instance-tag percent
no ip bandwidth-percent eigrp
Syntax Description
Command Default percent: 50
Command Modes Interface configuration mode
Command History
Usage Guidelines EIGRP uses up to 50 percent of the bandwidth of a link, as defined by the ip bandwidth interface
configuration command. Use the ip bandwidth-percent command to change this default percent.
This command requires the LAN Base Services license.
Examples This example shows how to configure EIGRP to use up to 75 percent of an interface in autonomous
system 209:
switch# configure terminal
switch(config)# router eigrp 209
switch(config-router)# interface ethernet 2/1
switch(config-if)# no switchport
switch(config-if)# ip bandwidth-percent eigrp 209 75
switch(config-if)#
Related Commands
instance-tag Name of the EIGRP instance. The instance-tag can be any
case-sensitive, alphanumeric string up to 20 characters.
percent Percentage of bandwidth that EIGRP may use.
Release Modification
5.0(3)A1(1) This command was introduced.
Command Description
ip bandwidth eigrp Sets the EIGRP bandwidth value for an interface.
show ip eigrp Displays EIGRP information.