Cisco Nexus 3000 Series Configuration Manual page 120

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
2.
3.
4.
5.
6.
7.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
router eigrp instance-tag
Example:
switch(config)# router eigrp Test1
switch(config-router)#
Step 3
address-family ipv4 unicast
Example:
switch(config-router)# address-family ipv4
unicast
switch(config-router-af)#
Step 4
redistribute {bgp as | {eigrp | 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
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
4-18
router eigrp instance-tag
address-family ipv4 unicast
redistribute {bgp as | {eigrp | ospf | ospfv3 | rip} instance-tag | direct | static} route-map name
default-metric bandwidth delay reliability loading mtu
show ip eigrp route-map statistics redistribute
(Optional) copy running-config startup-config
Chapter 4
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
Configuring EIGRP

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents