Restarting An Eigrp Instance - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 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 7 k - d o c f e e d b a c k @ c i s c o . c o m .
Command
Step 6
interface interface-type slot/port
Example:
switch(config-router)# interface
ethernet 1/2
switch(config-if)#
Step 7
{ip | ipv6} router eigrp instance-tag
Example:
switch(config-if)# ip router eigrp Test1
Step 8
show {ip | ipv6} eigrp interfaces
Example:
switch(config-if)# show ip eigrp
interfaces
Step 9
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.
The following example shows how to create an EIGRP process and configure an interface for EIGRP:
switch# config t
switch(config)# router eigrp Test1
switch(config)# interface ethernet 1/2
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:
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
8-12
8-14.
Purpose
Enters interface configuration mode. Use ? to
determine the slot and port ranges.
Associates this interface with the configured EIGRP
process. The instance tag can be any case-sensitive
alphanumeric string up to 20 characters.
Displays information about EIGRP interfaces.
(Optional) Saves this configuration change.
Purpose
Deletes the EIGRP process and all associated
configuration.
"Configuring Advanced EIGRP" section
Chapter 8
Configuring EIGRP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents