11-24
Ethernet Card Software Feature and Configuration Guide, R7.2
January 2009
Chapter 11 Configuring Networking Protocols
Configuring EIGRP
Use the no forms of these commands to disable the feature or return the setting to the default value.
Example 11-9 shows the output of the show ip eigrp interface privileged EXEC command.
Example 11-9 show ip eigrp interface Privileged EXEC Command Output
Router# show ip eigrp interface
IP-EIGRP interfaces for process 1
Xmit Queue Mean Pacing Time Multicast Pending
Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes
PO0 1 0/0 20 0/10 50 0
Fa0 0 0/0 0 0/10 0 0
Command Purpose
Step 1 Router# configure terminal Enters global configuration mode.
Step 2 Router(config)# interface
interface-id
Enters interface configuration mode, and specifies the
Layer 3 interface to configure.
Step 3 Router(config)# ip bandwidth-percent
eigrp
autonomous-system-number percent
(Optional) Configures the maximum percentage of
bandwidth that can be used by EIGRP on an interface.
The default is 50 percent.
Step 4 Router(config)# ip summary-address
eigrp
autonomous-system-number address
mask
(Optional) Configures a summary aggregate address
for a specified interface (not usually necessary if
autosummary is enabled).
Step 5 Router(config)# ip hello-interval eigrp
autonomous-system-number seconds
(Optional) Changes the hello time interval for an
EIGRP routing process. The range is 1 to 65535
seconds. The default is 60 seconds for low-speed
NBMA networks and 5 seconds for all other networks.
Step 6 Router(config)# ip hold-time eigrp
autonomous-system-number seconds
(Optional) Changes the hold time interval for an
EIGRP routing process. The range is 1 to 65535
seconds. The default is 180 seconds for low-speed
NBMA networks and 15 seconds for all other
networks.
Caution Do not adjust the hold time without
consulting Cisco technical support.
Step 7 Router(config)# no ip split-horizon
eigrp
autonomous-system-number
(Optional) Disables split horizon to allow route
information to be advertised by a router out any
interface from which that information originated.
Step 8 Router# end Returns to privileged EXEC mode.
Step 9 Router# show ip eigrp interface Displays the interfaces that EIGRP is active on and
information about EIGRP relating to those interfaces.
Step 10 Router# copy running-config
startup-config
(Optional) Saves your entries in the configuration file.