EIGRP Useful Debug Commands

When troubleshooting various aspects of EIGRP, some useful commands to use in the Cisco IOS operating system are the following:

  • debug eigrp packets - provides information about EIGRP packet exchanges. You can filter specific packet types. The various available types can be seen in the context sensitive help below:
R1#debug eigrp packets ?   SIAquery  EIGRP SIA-Query packets   SIAreply  EIGRP SIA-Reply packets   ack       EIGRP ack packets   hello     EIGRP hello packets   ipxsap    EIGRP ipxsap packets   probe     EIGRP probe packets   query     EIGRP query packets   reply     EIGRP reply packets   request   EIGRP request packets   retry     EIGRP retransmissions   stub      EIGRP stub packets   terse     Display all EIGRP packets except Hellos   update    EIGRP update packets   verbose   Display all EIGRP packets
  • debug eigrp neighbor - Tracks EIGRP neighbor relationships including the formation and loss of neighbors.
  • debug eigrp fsm - Monitors the finite state machine (FSM) changes for EIGRP neighbors.
  • debug eigrp events - Logs key EIGRP events such as topology changes, route recomputations, and changes in the DUAL algorithm.
  • debug ip routing - Allows you to observe route installation and removal from the routing table including EIGRP routes.
  • debug eigrp detail - Provides in depth information about EIGRP protocol operations
    • debug eigrp traffic - Displays EIGRP traffic statistics including sent and received packets.

The availability of these options may vary depending on the operating system, platform, and version; some options might be unavailable, while others could be additionally provided.

https://networklessons.com/eigrp/troubleshooting-eigrp-neighbor-adjacency

https://networklessons.com/eigrp/troubleshooting-eigrp-route-advertisement