- Configuring Enhanced Interior Gateway Routing Protocol (EIGRP) / EIGRP Auto-Summarization
- EIGRP Manual Summarization / Passive EIGRP Interfaces / Equal-Cost Load Balancing: Maximum Paths / Unequal-Cost Load Balancing: Variance
- Bandwidth Use / Authentication
- Verifying EIGRP / Troubleshooting EIGRP
- Configuration Example: EIGRP
Verifying EIGRP
Router#show ip eigrp neighbors |
Displays the neighbor table. |
Router#show ip eigrp neighbors detail |
Displays a detailed neighbor table. |
|
TIP The show ip eigrp neighbors detail command verifies whether a neighbor is configured as a stub router. |
Router#show ip eigrp interfaces |
Shows information for each interface. |
Router#show ip eigrp interfaces serial 0/0/0 |
Shows information for a specific interface. |
Router#show ip eigrp interfaces 100 |
Shows information for interfaces running process 100. |
Router#show ip eigrp topology |
Displays the topology table. |
|
TIP The show ip eigrp topology command shows you where your feasible successors are. |
Router#show ip eigrp traffic |
Shows the number and type of packets sent and received. |
Router#show ip route |
Shows the complete routing table. |
Router#show ip route eigrp |
Shows a routing table with only EIGRP entries. |
Router#show ip |
Shows the parameters and current state of the active routing protocol process. |
Router#show key-chain |
Shows authentication key information. |
Troubleshooting EIGRP
Router#debug eigrp fsm |
Displays events/actions related to EIGRP feasible successor metrics (FSM) |
Router#debug eigrp packet |
Displays events/actions related to EIGRP packets |
Router#debug eigrp neighbor |
Displays events/actions related to your EIGRP neighbors |
Router#debug ip eigrp |
Displays events/actions related to EIGRP protocol packets. |
Router#debug ip eigrp neighbor |
Displays events/actions related to your EIGRP neighbors |
Router#debug ip eigrp notifications |
Displays EIGRP event notifications |