• Prior to named mode (15.x)
  • Uses autonomous system number still, no name for AS.
    • ‘router eigrp <as number>
  • Hello messages to find neighbors are sent on Multicast 224.0.0.10.
  • Updates are sent between routers via unicast.
  • In header shows protocol number 88.
  • Configuration:
    • R1(config)#router eigrp 1
    • R1(config-router)#network 192.168.1.0 0.0.0.255
      • Needs autonomous system number to match for adjacency.
      • Needs wildcard number if not using classful networks.
  • Verification:
    • show ip eigrp interfaces
      • Similar to ‘show ip ospf int brief’
    • show ip protocols
    • debug eigrp <?>
    • show ip eigrp topology
      • Shows successors and feasible successors.
    • show ip eigrp neighbors
      • Q count should be 0. If not there may be congestion on the network.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s