156
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
ip bandwidth eigrp
ip bandwidth eigrp
To configure the bandwidth metric on an Enhanced Interior Gateway Routing Protocol (EIGRP)
interface, use the ip bandwidth eigrp command. To restore the default, use the no form of this
command.
ip bandwidth eigrp instance-tag bandwidth
no ip bandwidth eigrp
Syntax Description
Command Default None
Command Modes Interface configuration mode
Command History
Usage Guidelines This command requires the LAN Base Services license.
Examples This example shows how to configure EIGRP to use a bandwidth metric of 10000 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 eigrp 209 10000
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.
bandwidth Bandwidth value. The range is from 1 to 2,560,000,000 kilobits.
Release Modification
5.0(3)A1(1) This command was introduced.
Command Description
ip bandwidth-percent
eigrp
Sets the percent of the interface bandwidth that EIGRP can use.
show ip eigrp Displays EIGRP information.