Cisco Nexus 7000 Series Configuration Manual page 225

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 .
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
router eigrp instance-tag
Example:
switch(config)# router eigrp Test1
switch(config-router)#
Step 3
address-family {ipv4 | ipv6} unicast
Example:
switch(config-router)# address-family ipv4
unicast
switch(config-router-af)#
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
Step 5
default-metric bandwidth delay reliability
loading mtu
Example:
switch(config-router-af)# default-metric
500000 30 200 1 1500
Step 6
show {ip | ipv6} eigrp route-map statistics
redistribute
Example:
switch(config-router-af)# show ip eigrp
route-map statistics redistribute bgp
Step 7
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
OL-20002-02
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Configuring Advanced EIGRP
Purpose
Enters configuration mode.
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.
Enters the address-family configuration mode.
This command is optional for IPv4.
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.
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
Displays information about EIGRP route map
statistics.
(Optional) Saves this configuration change.
8-19

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents