Specifications
Send document comments to nexus3k-docfeedback@cisco.com.
4-23
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, Release 5.0(3)U2(2)
OL-25782-02
Chapter 4 Configuring EIGRP
Configuring Advanced EIGRP
Disabling Split Horizon
You can use split horizon to block route information from being advertised by a router out of any
interface from which that information originated. Split horizon usually optimizes communications
among multiple routing switches, particularly when links are broken.
By default, split horizon is enabled on all interfaces.
To disable split horizon, use the following command in interface configuration mode:
Tuning EIGRP
You can configure optional parameters to tune EIGRP for your network.
You can configure the following optional parameters in address-family configuration mode:
Command Purpose
switch(config-if)# no ip split-horizon eigrp
instance-tag
Example:
switch(config-if)# no ip split-horizon eigrp
Test1
Disables split horizon.
Command Purpose
default-information originate [always |
route-map map-name]
Example:
switch(config-router-af)#
default-information originate always
Originates or accepts the default route with prefix
0.0.0.0/0. When a route-map is supplied, the
default route is originated only when the route map
yields a true condition. The map name can be any
case-sensitive, alphanumeric string up to 20
characters.
distance internal external
Example:
switch(config-router-af)# distance 25 100
Configures the administrative distance for this
EIGRP process. The range is from 1 to 255. The
internal value sets the distance for routes learned
from within the same autonomous system (the
default value is 90). The external value sets the
distance for routes learned from an external
autonomous system (the default value is 170).
metric maximum-hops hop-count
Example:
switch(config-router-af)# metric
maximum-hops 70
Sets maximum allowed hops for an advertised
route. Routes over this maximum are advertised as
unreachable. The range is from 1 to 255. The
default is 100.