Cisco Nexus 7000 Series Configuration Manual page 217

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 .
EIGRP must be able to obtain a router ID (for example, a configured loopback address) or you must
configure the router ID option.
If you configure an instance tag that does not qualify as an AS number, you must configure the AS
number explicitly or this EIGRP instance will remain in the shutdown state.
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
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
autonomous-system as-number
Example:
switch(config-router)# autonomous-system
33
Step 4
log-adjacency-changes
Example:
switch(config-router)#
log-adjacency-changes
Step 5
log-neighbor-warnings [ seconds]
Example:
switch(config-router)#
log-neighbor-warnings
OL-20002-02
config t
router eigrp instance-tag
autonomous-system as-number
interface interface-type slot/port
{ip | ipv6} router eigrp instance-tag
show {ip | ipv6} eigrp interfaces
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
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.
(Optional) Configures a unique AS number for this
EIGRP instance. The range is from 1 to 65535.
(Optional). Generates a system message whenever an
adjacency changes state. This command is enabled by
default.
(Optional) Generates a system message whenever a
neighbor warning occurs. You can configure the time
between warning messages, from 1 to 65535, in
seconds. The default is 10 seconds. This command is
enabled by default.
Configuring Basic EIGRP
8-11

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents