Send document comments to nexus7k-docfeedback@cisco.com.
8-19
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 8 Configuring EIGRP
Configuring Advanced EIGRP
DETAILED STEPS
Command Purpose
Step 1
config t
Example:
switch# config t
switch(config)#
Enters configuration mode.
Step 2
router eigrp
instance-tag
Example:
switch(config)# router eigrp Test1
switch(config-router)#
Creates a new EIGRP process with the
configured instance tag. The instance tag can
be any case-sensitive alphanumeric string up
to 20 characters.
If you configure an instance-tag that does not
qualify as an AS number, you must use the
autonomous-system command to configure
the AS number explicitly or this EIGRP
instance will remain in the shutdown state.
Step 3
address-family {ipv4 | ipv6} unicast
Example:
switch(config-router)# address-family ipv4
unicast
switch(config-router-af)#
Enters the address-family configuration mode.
This command is optional for IPv4.
Step 4
redistribute {bgp
as
| {eigrp | isis | ospf |
ospfv3 | rip}
instance-tag
| direct | static}
route-map
name
Example:
switch(config-router-af)# redistribute bgp 100
route-map BGPFilter
Injects routes from one routing domain into
EIGRP. The instance tag and map name can be
any case-sensitive alphanumeric string up to
20 characters.
Step 5
default-metric
bandwidth delay reliability
loading mtu
Example:
switch(config-router-af)# default-metric
500000 30 200 1 1500
Sets the metrics assigned to routes learned
through route redistribution. The default
values are as follows:
• bandwidth—100000 Kb/s
• delay—100 (10 microsecond units)
• reliability—255
• loading—1
• MTU—1492
Step 6
show {ip | ipv6} eigrp route-map statistics
redistribute
Example:
switch(config-router-af)# show ip eigrp
route-map statistics redistribute bgp
Displays information about EIGRP route map
statistics.
Step 7
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
(Optional) Saves this configuration change.