30-19
Software Configuration Guide—Release 15.0(2)SG
OL-23818-01
Chapter 30 Configuring Layer 3 Interfaces Configuring EIGRP Stub Routing
(sec) (ms) Cnt Num
0 10.1.1.2 Se3/1 11 00:00:59 1 4500 0 7
Version 12.1/1.2, Retrans: 2, Retries: 0
Stub Peer Advertising ( CONNECTED SUMMARY ) Routes
Monitoring and Maintaining EIGRP
To delete neighbors from the neighbor table, use the following command:
To display various routing statistics, use the following commands:
EIGRP Configuration Examples
This section contains the following examples:
Route Summarization Example
Route Authentication Example
Stub Routing Example

Route Summarization Example

The following example disables autosummarization and causes EIGRP to summarize network 10.0.0.0
out Ethernet interface 0 only:
interface Ethernet 0
ip summary-address eigrp 1 10.0.0.0 255.0.0.0
!
router eigrp 1
network 172.16.0.0
no auto-summary
Note You should not use the ip summary-address eigrp summarization command to generate the default
route (0.0.0.0) from an interface because it creates an EIGRP summary default route to the null 0
interface with an administrative distance of 5. The low administrative distance of this default route can
cause this route to displace default routes learned from other neighbors from the routing table. If the
Command Purpose
Switch# clear ip eigrp neighbors [ip-address |
interface] Deletes neighbors from the neighbor table.
Command Purpose
Switch# show ip eigrp interfaces [interface] [as-number]Displays information about interfaces configured for
EIGRP.
Switch# show ip eigrp neighbors [type|number|static]Displays the EIGRP discovered neighbors.
Switch# show ip eigrp topology [autonomous-system-number |
[[ip-address] mask]] Displays the EIGRP topology table for a given
process.
Switch# show ip eigrp traffic [autonomous-system-number]Displays the number of packets sent and received for
all or a specified EIGRP process.