Send document comments to nexus7k-docfeedback@cisco.com.
8-10
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 8 Configuring EIGRP
Configuring Basic EIGRP
SUMMARY STEPS
1. config t
2. feature eigrp
3. show feature
4. copy running-config startup-config
DETAILED STEPS
Use the no feature eigrp command to disable the EIGRP feature and remove all associated
configuration.
Creating an EIGRP Instance
You can create an EIGRP instance and associate an interface with that instance. You assign a unique
autonomous system number for this EIGRP process (see the “Autonomous Systems” section on
page 1-5). Routes are not advertised or accepted from other autonomous systems unless you enable route
redistribution.
BEFORE YOU BEGIN
Ensure that you have enabled the EIGRP feature (see the “Enabling the EIGRP Feature” section on
page 8-9).
Command Purpose
Step 1
config t
Example:
switch# config t
switch(config)#
Enters configuration mode.
Step 2
feature eigrp
Example:
switch(config)# feature eigrp
Enables the EIGRP feature.
Step 3
show feature
Example:
switch(config)# show feature
(Optional) Displays information about enabled
features.
Step 4
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
(Optional) Saves this configuration change.
Command Purpose
no feature eigrp
Example:
switch(config)# no feature eigrp
Disables the EIGRP feature and removes all
associated configuration.