Send document comments to nexus7k-docfeedback@cisco.com.
8-27
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 8 Configuring EIGRP
Configuring Advanced EIGRP
You can configure the following optional parameters in interface configuration mode:
metric weights
tos k1 k2 k3 k4 k5
Example:
switch(config-router-af)# metric weights 0
1 3 2 1 0
Adjusts the EIGRP metric or K value. EIGRP uses
the following formula to determine the total metric
to the network:
metric = [k1*bandwidth + (k2*bandwidth)/(256 –
load) + k3*delay] * [k5/(reliability + k4)]
Default values and ranges are as follows:
• TOS—0. The range is from 0 to 8.
• k1—1. The range is from 0 to 255.
• k2—0. The range is from 0 to 255.
• k3—1. The range is from 0 to 255.
• k4—0. The range is from 0 to 255.
• k5—0. The range is from 0 to 255.
timers active-time {
time-limit
| disabled}
Example:
switch(config-router-af)# timers
active-time 200.
Sets the time the router waits in minutes (after
sending a query) before declaring the route to be
stuck in the active (SIA) state. The range is from 1
to 65535. The default is 3.
Command Purpose
Command Purpose
{ip | ipv6} bandwidth eigrp
instance-tag
bandwidth
Example:
switch(config-if)# ip bandwidth eigrp
Test1 30000
Configures the bandwidth metric for EIGRP on an
interface. The instance tag can be any
case-sensitive alphanumeric string up to 20
characters. The bandwidth range is from 1 to
2,560,000,000 Kb/s.
{ip | ipv6} bandwidth-percent eigrp
instance-tag percent
Example:
switch(config-if)# ip bandwidth-percent
eigrp Test1 30
Configures the percentage of bandwidth that
EIGRP might use on an interface. The instance tag
can be any case-sensitive alphanumeric string up to
20 characters.
The percent range is from 0 to 100. The default is
50.
no {ip | ipv6} delay eigrp
instance-tag
delay
Example:
switch(config-if)# ip delay eigrp Test1
100
Configures the delay metric for EIGRP on an
interface. The instance tag can be any
case-sensitive alphanumeric string up to 20
characters. The delay range is from 1 to 16777215
(in tens of microseconds).
{ip | ipv6} distribute-list eigrp
instance-tag
{prefix-list
name
| route-map name} {in |
out}
Example:
switch(config-if)# ip distribute-list
eigrp Test1 route-map EigrpTest in
Configures the route filtering policy for EIGRP on
this interface. The instance tag, prefix list name,
and route map name can be any case-sensitive
alphanumeric string up to 20 characters.