Cisco Nexus 7000 Series Configuration Manual page 230

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 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 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
graceful-restart
Example:
switch(config-router-af)# graceful-restart
Step 5
timers nsf converge seconds
Example:
switch(config-router-af)# timers nsf converge
100
Step 6
timers nsf route-hold seconds
Example:
switch(config-router-af)# timers nsf
route-hold 200
Step 7
timers nsf signal seconds
Example:
switch(config-router-af)# timers nsf signal 15
Step 8
copy running-config startup-config
Example:
switch(config-router-af)# copy running-config
startup-config
The following example shows how to configure graceful restart for EIGRP over IPv6 using the default
timer values:
switch# config t
switch(config)# router eigrp Test1
switch(config-router)# address-family ipv6 unicast
switch(config-router-af)# graceful-restart
switch(config-router-af)# copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
8-24
Chapter 8
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.
Enables graceful restart. This feature is
enabled by default.
Sets the time limit for the convergence after a
switchover. The range is from 60 to 180
seconds. The default is 120.
Sets the hold time for routes learned from the
graceful restart-aware peer. The range is from
20 to 300 seconds. The default is 240.
Sets the time limit for signaling a graceful
restart. The range is from 10 to 30 seconds.
The default is 20.
(Optional) Saves this configuration change.
Configuring EIGRP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents