I’m back to studying for my CCNP R&S. I’m going back with a new mindset. I want to read to understand and do a lot of labs that will help make me understand the concepts.
What is the basic EIGRP configuration command?
router eigrp asn network net-id wildcard-mask
What is the concept of the router EIGRP configuration commands?
For routers to become neighbors they must be configured with the same ASN number. Enabled interfaces are matched by the network command. Those interfaces enabled will attempt to discover neighbors on that interface by sending EIGRP multicast hello messages. Advertisements are also made to neighbors on the enabled interface about the connected subnet.
If no wildcard mask is configured with the network command then it will use the classful network number. The wildcard mask acts like an ACL by applying a logic comparing the network id with each interface’s IP address.
What are some key EIGRP verification commands?
- show ip eigrp interfaces
- show ip protocols
- show ip eigrp neighbors
- show ip eigrp topology
- show ip route
What command is used to verify EIGRP enabled interfaces?
- show ip eigrp interfaces
- show ip protocols
What steps does EIGRP follow to add routes to the IP routing table?
1. Neighbor discovery via Hello messages
2. Topology exchange – Full updates then partial updates
3. Choosing routes – lowest-metric routes
How does EIGRP exchange topology information?
1. EIGRP router sends neighbor discovery Hello message
2. Router sends full routing update
3. Router’s continue to send Hello messages
4. Changes are sent using Partial Updates
{ 0 comments }

