0% found this document useful (0 votes)
10 views4 pages

EIGRP (Enhanced Interior Gateway Routing Protocol)

Enhanced Interior Gateway Routing Protocol (EIGRP) is an advanced routing protocol that evolved from IGRP and is now an open standard, supporting multiple protocols and classless routing. It utilizes a 32-bit metric based on bandwidth, delay, load, MTU, and reliability, and maintains three tables: neighbor, topology, and routing. Configuration examples for multiple routers demonstrate how to set up EIGRP with loopback addresses and passive interfaces.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views4 pages

EIGRP (Enhanced Interior Gateway Routing Protocol)

Enhanced Interior Gateway Routing Protocol (EIGRP) is an advanced routing protocol that evolved from IGRP and is now an open standard, supporting multiple protocols and classless routing. It utilizes a 32-bit metric based on bandwidth, delay, load, MTU, and reliability, and maintains three tables: neighbor, topology, and routing. Configuration examples for multiple routers demonstrate how to set up EIGRP with loopback addresses and passive interfaces.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Enhanced Interior Gateway Routing Protocol

• Earlier it was only IGRP. This perform excellent hence it convert to EIGRP.
• Earlier it was CISCO Proprietary, this need to work Globally hence now it’s Open Standard.
• Classless Protocol
• Metric (32 bit): (BW+delay+load+MTU+reliability)
• AD:90
• Updates are through multicast (224.0.0.10)
• Max hope count is 255 (100 by default)
• Support IP, IPX, Apple talk protocols.
• Hello packets are sent every 5 seconds
• Conversion rate is fast.
• Support VLSM & CIDR
• It uses DUAL (Diffusion Update Algorithm)
• Summarization can be done on every router.
• Supports Equal & Unequal (only EIGRP) cost load balancing
• It performs better than RIP
• It required Router ID. (for loopback addressing)
• We can use Wildcard mask (its optional in EIGRP). Represent host portion.
• It maintains 3 tables
1. Neighbor table
2. Topology table
3. Routing table

EIGRP Terminology

Configure a loopback address on each router (1.1.1.1/32 for R1, 2.2.2.2/32 for R2, etc.)

Configure EIGRP on each router and advertise all configured interfaces.


Configure the loopback interfaces as passive interfaces.
Disable auto-summary.
R1>enable
R1#conf terminal
R1(config)#interface loopback 0
R1(config-if)#ip address 1.1.1.1 255.255.255.255
R1(config)#router eigrp 100
R1(config-router)#net
R1(config-router)#network 10.12.0.0 0.0.0.255 (wildcard mask)
R1(config-router)#network 10.14.0.0 0.0.0.0
R1(config-router)#network 1.1.1.1 0.0.0.255
R1(config-router)#passive-interface loopback 0
R1(config-router)#no auto-summary
R2(config)#interface loopback 0
R2(config-if)#ip address 2.2.2.2 255.255.255.255
R2(config)#router eigrp 100
R2(config-router)#net
R2(config-router)#network 10.12.0.0 0.0.0.255
R2(config-router)#network 10.23.0.0 0.0.0.255
R2(config-router)#network 2.2.2.2 0.0.0.0
R2(config-router)#passive-interface loopback 0
R2(config-router)#no auto-summary
R3(config)#interface loopback 0
R3(config-if)#ip address 3.3.3.3 255.255.255.255
R3(config)#router eigrp 100
R3(config-router)#network 10.23.0.0 0.0.0.255
R3(config-router)#network 10.34.0.0 0.0.0.255
R3(config-router)#network 10.35.0.0 0.0.0.255
R3(config-router)#network 3.3.3.3 0.0.0.0
R3(config-router)#passive-interface loopback 0
R3(config-router)#no auto-summary

R4(config)#interface loopback 0
R4(config-if)#ip address 4.4.4.4 255.255.255.255
R4(config)#router eigrp 100
R4(config-router)#network 10.14.0.0 0.0.0.255
R4(config-router)#network 10.34.0.0 0.0.0.255
R4(config-router)#network 4.4.4.4 0.0.0.0
R4(config-router)#passive-interface loopback 0
R4(config-router)#no auto-summary
R5(config)#interface loopback 0
R5(config-if)#ip address 5.5.5.5 255.255.255.255
R5(config)#router eigrp 100
R5(config-router)#network 10.35.0.0 0.0.0.255
R5(config-router)#network 5.5.5.5 0.0.0.0
R5(config-router)#passive-interface loopback 0
R5(config-router)#no auto-summary

R5#ping 10.14.0.1
R5#ping 10.12.0.1
R5#ping 10.34.0.4
R5#ping 10.23.0.2
R5#ping 10.14.0.4
R5#ping 10.23.0.3
R5#ping 10.34.0.3

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 10.34.0.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/1/5 ms

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy