Cisco Nexus 3000 Series Configuration Manual page 126

Nx-os unicast routing configuration guide, nx-os release 5.0(3)u1(1)
Hide thumbs Also See for Nexus 3000 Series:
Table of Contents

Advertisement

Configuring Advanced 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 3 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 bandwidth eigrp instance-tag bandwidth
Example:
switch(config-if)# ip bandwidth eigrp
Test1 30000
ip bandwidth-percent eigrp instance-tag
percent
Example:
switch(config-if)# ip bandwidth-percent
eigrp Test1 30
no ip delay eigrp instance-tag delay
Example:
switch(config-if)# ip delay eigrp Test1
100
ip 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
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
4-24
Chapter 4
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:
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.
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.
Configuring EIGRP

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents