Cisco Nexus 7000 Series Configuration Manual page 233

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Chapter 8
Configuring EIGRP
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
Command
metric weights tos k1 k2 k3 k4 k5
Example:
switch(config-router-af)# metric weights 0
1 3 2 1 0
timers active-time { time-limit | disabled}
Example:
switch(config-router-af)# timers
active-time 200.
You can configure the following optional parameters in interface configuration mode:
Command
{ip | ipv6} bandwidth eigrp instance-tag
bandwidth
Example:
switch(config-if)# ip bandwidth eigrp
Test1 30000
{ip | ipv6} bandwidth-percent eigrp
instance-tag percent
Example:
switch(config-if)# ip bandwidth-percent
eigrp Test1 30
no {ip | ipv6} delay eigrp instance-tag
delay
Example:
switch(config-if)# ip delay eigrp Test1
100
{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
OL-20002-02
Purpose
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:
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.
Purpose
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.
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.
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).
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.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Configuring Advanced EIGRP
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.
8-27

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents