🛰️ EIGRP (Enhanced Interior Gateway Routing Protocol)
🛰️ EIGRP (Enhanced Interior Gateway Routing Protocol)
🧠 Top 5 Key Points
-
Hybrid Routing Protocol → Combines features of both distance vector and link-state protocols.
-
Metric: Uses a composite metric (bandwidth, delay, reliability, load, MTU).
-
Fast Convergence: Uses the DUAL algorithm (Diffusing Update Algorithm) for instant recovery and loop-free routes.
-
Supports VLSM and CIDR → It’s classless, allowing subnet flexibility.
-
Uses Autonomous System (AS) Numbers → All routers in the same EIGRP domain must share the same AS number.
⚙️ Technical Notes
-
Works at Layer 3 (Network Layer).
-
Cisco proprietary (though later open-standard EIGRP was introduced).
-
Uses multicast 224.0.0.10 for neighbor discovery.
🧰 EIGRP Lab in Cisco Packet Tracer
🎯 Goal:
Configure EIGRP between 3 routers so that all LANs can communicate.
🖥️ Network Topology
IP Address Plan
| Device | Interface | IP Address | Network |
|---|---|---|---|
| R1 | G0/0 | 192.168.1.1 | 192.168.1.0/24 |
| S0/0/0 | 10.0.0.1 | 10.0.0.0/30 | |
| R2 | S0/0/0 | 10.0.0.2 | 10.0.0.0/30 |
| S0/0/1 | 10.0.0.5 | 10.0.0.4/30 | |
| R3 | S0/0/1 | 10.0.0.6 | 10.0.0.4/30 |
| G0/0 | 192.168.2.1 | 192.168.2.0/24 | |
| PC1 | NIC | 192.168.1.10 | 192.168.1.0/24 |
| PC2 | NIC | 192.168.2.10 | 192.168.2.0/24 |
🪜 Step-by-Step Configuration
🔹 R1
🔹 R2
🔹 R3
🔍 Verification Commands
➡ Displays EIGRP neighbors.
➡ Shows EIGRP-learned routes (marked with “D”).
➡ Confirms EIGRP AS and networks in operation.
💡 Testing
-
Ping from PC1 to PC2:
✅ Successful replies = EIGRP routing working!
🧠 Key Learning Summary
| Concept | Description |
|---|---|
| EIGRP Type | Advanced Distance Vector (Hybrid) |
| Metric | Bandwidth + Delay (Composite) |
| Algorithm | DUAL (Fast convergence) |
| Neighbor Discovery | Multicast 224.0.0.10 |
| AS Number | Must match on all routers |
Comments
Post a Comment