Configuring Virtualization For Eigrp - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring Virtualization for 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 .
Command
no {ip | ipv6} next-hop-self eigrp
instance-tag
Example:
switch(config-if)# ipv6 next-hop-self
eigrp Test1
{ip | ipv6} offset-list eigrp instance-tag
{prefix-list name | route-map name} {in |
out} offset
Example:
switch(config-if)# ip offfset-list eigrp
Test1 prefix-list EigrpList in
{ip | ipv6} passive-interface eigrp
instance-tag
Example:
switch(config-if)# ip passive-interface
eigrp Test1
Configuring Virtualization for EIGRP
You can configure multiple EIGRP processes in each VDC. You can also create multiple VRFs within
each VDC and use the same or multiple EIGRP processes in each VRF. You assign an interface to a VRF
Configure all other parameters for an interface after you configure the VRF for an interface. Configuring
Note
a VRF for an interface deletes all other configuration for that interface.
BEFORE YOU BEGIN
Ensure that you have enabled the EIGRP feature (see the
page
Create the VDCs and VRFs.
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
8-28
8-9).
config t
vrf context vrf-name
router eigrp instance-tag
interface ethernet slot/port
vrf member vrf-name
{ip | ipv6} router eigrp instance-tag
copy running-config startup-config
Chapter 8
Purpose
Configures EIGRP to use the received next-hop
address rather than the address for this interface.
The default is to use the IP address of this interface
for the next-hop address. The instance tag can be
any case-sensitive alphanumeric string up to 20
characters.
Adds an offset to incoming and outgoing metrics to
routes learned by EIGRP. The instance tag, prefix
list name, and route map name can be any
case-sensitive alphanumeric string up to 20
characters.
Suppresses EIGRP hellos, which prevents
neighbors from forming and sending routing
updates on an EIGRP interface. The instance tag
can be any case-sensitive alphanumeric string up to
20 characters.
"Enabling the EIGRP Feature" section on
Configuring EIGRP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents