Restarting An Eigrp Instance - Cisco Nexus 3000 Series Configuration Manual

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 Basic 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
Command
Step 9
show ip eigrp interfaces
Example:
switch(config-if)# show ip eigrp
interfaces
Step 10
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Use the no router eigrp command to remove the EIGRP process and the associated configuration.
Command
no router eigrp instance-tag
Example:
switch(config)# no router eigrp Test1
You should also remove any EIGRP commands configured in interface mode if you remove the EIGRP
Note
process.
This example shows how to create an EIGRP process and configure an interface for EIGRP:
switch# configure terminal
switch(config)# router eigrp Test1
switch(config)# interface ethernet 1/2
switch(config-if)# no switchport
switch(config-if)# ip router eigrp Test1
switch(config-if)# no shutdown
switch(config-if)# copy running-config startup-config
For more information about other EIGRP parameters, see the
on page

Restarting an EIGRP Instance

You can restart an EIGRP instance. This clears all neighbors for the instance.
To restart an EIGRP instance and remove all associated neighbors, use the following commands:
Command
flush-routes
Example:
switch(config)# flush-routes
restart eigrp instance-tag
Example:
switch(config)# restart eigrp Test1
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
4-12
4-13.
Purpose
Displays information about EIGRP interfaces.
(Optional) Saves this configuration change.
Purpose
Deletes the EIGRP process and all associated
configuration.
"Configuring Advanced EIGRP" section
Purpose
(Optional) Flushes all EIGRP routes in the unicast
RIB when this EIGRP instance restarts.
Restarts the EIGRP instance and removes all
neighbors. The instance tag can be any
case-sensitive, alphanumeric string up to 20
characters.
Chapter 4
Configuring EIGRP

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents