Specifications

Send document comments to nexus3k-docfeedback@cisco.com.
4-10
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, Release 5.0(3)U2(2)
OL-25782-02
Chapter 4 Configuring EIGRP
Configuring Basic EIGRP
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 4-9).
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.
SUMMARY STEPS
1. configure terminal
2. router eigrp instance-tag
3. (Optional) autonomous-system as-number
4. (Optional) log-adjacency-changes
5. (Optional) log-neighbor-warnings [seconds]
6. interface interface-type slot/port
7. no switchport
8. ip router eigrp instance-tag
9. show ip eigrp interfaces
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
Command Purpose
no feature eigrp
Example:
switch(config)# no feature eigrp
Disables the EIGRP feature and removes all
associated configuration.