SlideShare a Scribd company logo
EIGRP Authentication & Load
Balancing
EIGRP Authentication
• EIGRP authentication is used to prevent an attacker from
forming the EIGRP neighbor relationship with your router and
advertising incorrect routing information. By using the same
preshared key (PSK) on all routers you can force EIGRP to
authenticate every EIGRP message. That way you can
ensure that your router accepts routing updates only from
trusted sources. To authenticate every message, the MD5
(Message Digest 5) algorithm is used.
• Three steps are required to configure EIGRP authentication:
1. creating a keychain
2. specifying a key string for a key
3. configuring EIGRP to use authentication
• EIGRP uses the concept of key chains. Each key chain can
have many keys, just like in real life. You can specify a
different lifetime interval of each key. That way the second key
in a key chain can be used after the first one is expired, the
third one after the second and so on. After you have created a
key chain with the corresponding keys, you need to enable
EIGRP authentication for a particular interface.
• To configure a router to use EIGRP configuration the
following commands are used:
1. (global-config) key chain NAME - creates a keychain
2. (config-keychain) key NUMBER - identifies the key number
3. (config-keychain-key) key-string STRING - specifies the
key string for the key
• Next, we need to enable EIGRP authentication on an
interface. From the interface mode, the following commands
are used:
4. (config-if) ip authentication mode eigrp ASN md5 - enables
EIGRP authentication on the interface
5. (config-if) ip authentication key-chain eigrp ASN
KEY_CHAIN_NAME - specifies the name of the key chain that
will be used for authentication
• NOTE - for the authentication to work, the key number and the
key string have to match on both routers! The key chain name
doesn't have to be the same on both routers.
The following example shows how EIGRP authentication is
configured.
• To establish a time frame for the validity of a key, you need to
configure the accept-lifetime and the send-lifetime parameters. The
syntax of the commands is:
(config-keychain-key) accept-lifetime start_time {infinite |
end_time | duration seconds}
(config-keychain-key) send-lifetime start_time {infinite |
end_time | duration seconds} 
• The first command specifies the time period during which the
key will be accepted. The second command specifies the time
period during which the key will be sent.
• For example, if we want to use a key only from January 1st,
2015 to December 1st, 2015, the following commands are
used:
EIGRP load balancing
• By default, EIGRP supports equal-cost load balancing over
four links. Equal-cost means that multiple routes must have
the same metric to reach a destination, so that router can
choose to load balance across equal cost links.
• To better understand the equal-cost load balancing concept,
consider the following example.
• All three routers are running EIGRP. Routers R2 and R3 are
connected to the subnet 10.0.1.0/24. Both routers advertise
the route to reach that subnet to R1. Router R1 receives the
two routing updates for the subnet 10.0.1.0/24 with the same
metric (the metric is the same because both routers connect
to the subnet 10.0.1.0/24 and R1 across the links with the
same bandwidth and delay values). Router R1 places both
routes in the routing table and load balances across three
links.
• You can verify that R1 is indeed using both paths by typing
the show ip route command:
• One of the advantages of EIGRP is that, unlike OSPF and
many other routing protocols, EIGRP also supports unequal-
cost load balancing. You can set up your router to load
balance over links with different metric to reach a
destination. To accomplish unequal-cost load balancing, the
variance command is used. The command takes one
parameter, the multiplier, which tells the router to load
balance across each link with the metric for the destination
less than the feasible distance multiplied by the multiplier
value.
• NOTE - the multiplier value, by default, is 1. The maximum
value is 128.
• Consider the following example.
All three routers are running EIGRP. Routers R2 and R3 are
connected to the subnet 10.0.1.0/24. Both routers advertise
the route to reach that subnet to R1. Router R1 chooses the
route from R2 as the best route. Let's say that R1 calculated
the metric of 40 for the path through R2. That route is placed
in the R1's routing table. But what if we want to load balance
traffic across the other link? The route through R3 has a
feasible distance of 30, which is less than the metric of the
successor route, so the feasibility condition has been met
and that route has been placed in the R1's topology table.
Let's say that R1 calculated the metric of 60 for the route
through R3. To enable load balancing across that link, you
need to use the variance command:
• (router-eigrp) variance MULTIPLIER
• In this example, the variance 2 command can be used. This
tells the router to load balance across any links with the
metric less then 80 (because 40 times 2 is 80). The route
through R3 is added to the routing table.
• NOTE - a path has to be a feasible successor route to be
used in unequal load balancing.
https://www.facebook.com/NetProtocol-Xpert-1459759190925583
https://in.linkedin.com/in/netprotocolxpert
https://plus.google.com/u/0/collection/AYQ-EB
https://branded.me/netprotocolxpert
https://twitter.com/NPX_cisco
Follow Us @

More Related Content

What's hot (20)

PPTX
OSPF Internal Route Summarization
NetProtocol Xpert
 
PPTX
OSPF Summary LSA (Type 3 LSA)
NetProtocol Xpert
 
PPTX
BGP (Border Gateway Protocol)
NetProtocol Xpert
 
PPT
OSPF summary & Differences between OSPF and EIGRP
NetProtocol Xpert
 
PPT
Eigrp
thwayyib
 
DOC
Ccna 2 chapter 10 v4.0 answers 2011
Dân Chơi
 
PPTX
Redistribution into OSPF
NetProtocol Xpert
 
PPSX
RIP - Routing Information Protocol
selvakumar_b1985
 
PPT
1 egp
PAF-KIET
 
PPTX
BGP Weight Manipulation with Route Map
NetProtocol Xpert
 
PPTX
Redistribution into EIGRP with Route Maps
NetProtocol Xpert
 
DOC
Ccna 2 chapter 3 v4.0 answers 2011
Dân Chơi
 
PDF
Day 2 IP ROUTING
anilinvns
 
PPTX
EIGRP Routing Protocols
sul6an14
 
PPTX
IP ROUTING
anilinvns
 
PDF
Ccn pv7 route_sba-student-exam-4
Alejandro Perez
 
PPT
Day 8 2 distance vector routing
CYBERINTELLIGENTS
 
PPTX
Eigrp new
CYBERINTELLIGENTS
 
PPTX
LAYER 2 SWITCHING
anilinvns
 
OSPF Internal Route Summarization
NetProtocol Xpert
 
OSPF Summary LSA (Type 3 LSA)
NetProtocol Xpert
 
BGP (Border Gateway Protocol)
NetProtocol Xpert
 
OSPF summary & Differences between OSPF and EIGRP
NetProtocol Xpert
 
Eigrp
thwayyib
 
Ccna 2 chapter 10 v4.0 answers 2011
Dân Chơi
 
Redistribution into OSPF
NetProtocol Xpert
 
RIP - Routing Information Protocol
selvakumar_b1985
 
1 egp
PAF-KIET
 
BGP Weight Manipulation with Route Map
NetProtocol Xpert
 
Redistribution into EIGRP with Route Maps
NetProtocol Xpert
 
Ccna 2 chapter 3 v4.0 answers 2011
Dân Chơi
 
Day 2 IP ROUTING
anilinvns
 
EIGRP Routing Protocols
sul6an14
 
IP ROUTING
anilinvns
 
Ccn pv7 route_sba-student-exam-4
Alejandro Perez
 
Day 8 2 distance vector routing
CYBERINTELLIGENTS
 
LAYER 2 SWITCHING
anilinvns
 

Similar to EIGRP Authentication & Load Balancing (20)

PDF
Eigrp Summary (Ccna4.Com)
CCNAResources
 
PPTX
CCNA ppt Day 5
VISHNU N
 
PDF
EIGRP (enhanced interior gateway routing protocol)
Netwax Lab
 
PPTX
EIGRP Protocol.pptx
AhmedEssam352399
 
PDF
Route Redistribution
Netwax Lab
 
PDF
Eincop Netwax Lab: Route Redistribution
Netwax Lab
 
DOCX
Packet Tracer: Routing protocols EIGRP and OSPF
Rafat Khandaker
 
PPTX
GROUP TWO EIGRP protocol in Cisco 1.pptx
OUMANORBERTFrancis
 
PPT
6978106.ppt
MeseleBerhanu4
 
PDF
Routing Protocol EIGRP
Dmitry Figol
 
PDF
ENARSI_Chapter_2 in PDF format easy to understand
2023125673
 
PPTX
ENARSI_Chapter_2 in PPTX format easy to understand
2023125673
 
PDF
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Đồng Quốc Vương
 
PPTX
Administrative Distance & Metric
NetProtocol Xpert
 
PDF
Testing tool for an automated ticketing system
VladimirZitoli
 
PPTX
13. eigrp and ospf
Swarndeep Singh
 
PPTX
Group 1
lifetobeart
 
PDF
EIGRP ZERO TO HERO
BhanviSonkar
 
DOC
Eigrp
ttcskhhyn
 
PDF
Building Scalable Cisco Internetworks (Bsci)
CCNAResources
 
Eigrp Summary (Ccna4.Com)
CCNAResources
 
CCNA ppt Day 5
VISHNU N
 
EIGRP (enhanced interior gateway routing protocol)
Netwax Lab
 
EIGRP Protocol.pptx
AhmedEssam352399
 
Route Redistribution
Netwax Lab
 
Eincop Netwax Lab: Route Redistribution
Netwax Lab
 
Packet Tracer: Routing protocols EIGRP and OSPF
Rafat Khandaker
 
GROUP TWO EIGRP protocol in Cisco 1.pptx
OUMANORBERTFrancis
 
6978106.ppt
MeseleBerhanu4
 
Routing Protocol EIGRP
Dmitry Figol
 
ENARSI_Chapter_2 in PDF format easy to understand
2023125673
 
ENARSI_Chapter_2 in PPTX format easy to understand
2023125673
 
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Đồng Quốc Vương
 
Administrative Distance & Metric
NetProtocol Xpert
 
Testing tool for an automated ticketing system
VladimirZitoli
 
13. eigrp and ospf
Swarndeep Singh
 
Group 1
lifetobeart
 
EIGRP ZERO TO HERO
BhanviSonkar
 
Eigrp
ttcskhhyn
 
Building Scalable Cisco Internetworks (Bsci)
CCNAResources
 
Ad

More from NetProtocol Xpert (20)

PPTX
Basic Cisco ASA 5506-x Configuration (Firepower)
NetProtocol Xpert
 
PPTX
MPLS Layer 3 VPN
NetProtocol Xpert
 
PPTX
Common Layer 2 Threats, Attacks & Mitigation
NetProtocol Xpert
 
PPTX
Storm-Control
NetProtocol Xpert
 
PPTX
Dynamic ARP Inspection (DAI)
NetProtocol Xpert
 
PPTX
IP Source Guard
NetProtocol Xpert
 
PPTX
DHCP Snooping
NetProtocol Xpert
 
PPTX
Password Recovery
NetProtocol Xpert
 
PPTX
Application & Data Center
NetProtocol Xpert
 
PPTX
Cisco ISR 4351 Router
NetProtocol Xpert
 
PPTX
Cisco ASR 1001-X Router
NetProtocol Xpert
 
PPTX
Securing management, control & data plane
NetProtocol Xpert
 
PPTX
Point to-point protocol (ppp), PAP & CHAP
NetProtocol Xpert
 
PPTX
Avoid DNS lookup when mistyping a command
NetProtocol Xpert
 
PPTX
TCLSH and Macro Ping Test on Cisco Routers and Switches
NetProtocol Xpert
 
PPTX
Private VLANs
NetProtocol Xpert
 
PPTX
MTU (maximum transmission unit) & MRU (maximum receive unit)
NetProtocol Xpert
 
PPTX
OTV Configuration
NetProtocol Xpert
 
PPTX
Cisco OTV 
NetProtocol Xpert
 
PPTX
OTV(Overlay Transport Virtualization)
NetProtocol Xpert
 
Basic Cisco ASA 5506-x Configuration (Firepower)
NetProtocol Xpert
 
MPLS Layer 3 VPN
NetProtocol Xpert
 
Common Layer 2 Threats, Attacks & Mitigation
NetProtocol Xpert
 
Storm-Control
NetProtocol Xpert
 
Dynamic ARP Inspection (DAI)
NetProtocol Xpert
 
IP Source Guard
NetProtocol Xpert
 
DHCP Snooping
NetProtocol Xpert
 
Password Recovery
NetProtocol Xpert
 
Application & Data Center
NetProtocol Xpert
 
Cisco ISR 4351 Router
NetProtocol Xpert
 
Cisco ASR 1001-X Router
NetProtocol Xpert
 
Securing management, control & data plane
NetProtocol Xpert
 
Point to-point protocol (ppp), PAP & CHAP
NetProtocol Xpert
 
Avoid DNS lookup when mistyping a command
NetProtocol Xpert
 
TCLSH and Macro Ping Test on Cisco Routers and Switches
NetProtocol Xpert
 
Private VLANs
NetProtocol Xpert
 
MTU (maximum transmission unit) & MRU (maximum receive unit)
NetProtocol Xpert
 
OTV Configuration
NetProtocol Xpert
 
Cisco OTV 
NetProtocol Xpert
 
OTV(Overlay Transport Virtualization)
NetProtocol Xpert
 
Ad

Recently uploaded (20)

PPTX
cybersecurityandthe importance of the that
JayachanduHNJc
 
PPTX
Information Retrieval and Extraction - Module 7
premSankar19
 
PDF
4 Tier Teamcenter Installation part1.pdf
VnyKumar1
 
PDF
Construction of a Thermal Vacuum Chamber for Environment Test of Triple CubeS...
2208441
 
PDF
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
PPTX
Online Cab Booking and Management System.pptx
diptipaneri80
 
PPTX
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
PDF
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
PPTX
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
PDF
Machine Learning All topics Covers In This Single Slides
AmritTiwari19
 
PDF
AI-Driven IoT-Enabled UAV Inspection Framework for Predictive Maintenance and...
ijcncjournal019
 
DOCX
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
PPTX
MULTI LEVEL DATA TRACKING USING COOJA.pptx
dollysharma12ab
 
PPTX
Introduction to Fluid and Thermal Engineering
Avesahemad Husainy
 
PPTX
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
PPTX
quantum computing transition from classical mechanics.pptx
gvlbcy
 
PDF
CAD-CAM U-1 Combined Notes_57761226_2025_04_22_14_40.pdf
shailendrapratap2002
 
PDF
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
PDF
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
cybersecurityandthe importance of the that
JayachanduHNJc
 
Information Retrieval and Extraction - Module 7
premSankar19
 
4 Tier Teamcenter Installation part1.pdf
VnyKumar1
 
Construction of a Thermal Vacuum Chamber for Environment Test of Triple CubeS...
2208441
 
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
Online Cab Booking and Management System.pptx
diptipaneri80
 
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
Machine Learning All topics Covers In This Single Slides
AmritTiwari19
 
AI-Driven IoT-Enabled UAV Inspection Framework for Predictive Maintenance and...
ijcncjournal019
 
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
MULTI LEVEL DATA TRACKING USING COOJA.pptx
dollysharma12ab
 
Introduction to Fluid and Thermal Engineering
Avesahemad Husainy
 
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
quantum computing transition from classical mechanics.pptx
gvlbcy
 
CAD-CAM U-1 Combined Notes_57761226_2025_04_22_14_40.pdf
shailendrapratap2002
 
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 

EIGRP Authentication & Load Balancing

  • 1. EIGRP Authentication & Load Balancing
  • 2. EIGRP Authentication • EIGRP authentication is used to prevent an attacker from forming the EIGRP neighbor relationship with your router and advertising incorrect routing information. By using the same preshared key (PSK) on all routers you can force EIGRP to authenticate every EIGRP message. That way you can ensure that your router accepts routing updates only from trusted sources. To authenticate every message, the MD5 (Message Digest 5) algorithm is used. • Three steps are required to configure EIGRP authentication: 1. creating a keychain 2. specifying a key string for a key 3. configuring EIGRP to use authentication
  • 3. • EIGRP uses the concept of key chains. Each key chain can have many keys, just like in real life. You can specify a different lifetime interval of each key. That way the second key in a key chain can be used after the first one is expired, the third one after the second and so on. After you have created a key chain with the corresponding keys, you need to enable EIGRP authentication for a particular interface. • To configure a router to use EIGRP configuration the following commands are used: 1. (global-config) key chain NAME - creates a keychain 2. (config-keychain) key NUMBER - identifies the key number 3. (config-keychain-key) key-string STRING - specifies the key string for the key
  • 4. • Next, we need to enable EIGRP authentication on an interface. From the interface mode, the following commands are used: 4. (config-if) ip authentication mode eigrp ASN md5 - enables EIGRP authentication on the interface 5. (config-if) ip authentication key-chain eigrp ASN KEY_CHAIN_NAME - specifies the name of the key chain that will be used for authentication • NOTE - for the authentication to work, the key number and the key string have to match on both routers! The key chain name doesn't have to be the same on both routers.
  • 5. The following example shows how EIGRP authentication is configured. • To establish a time frame for the validity of a key, you need to configure the accept-lifetime and the send-lifetime parameters. The syntax of the commands is: (config-keychain-key) accept-lifetime start_time {infinite | end_time | duration seconds} (config-keychain-key) send-lifetime start_time {infinite | end_time | duration seconds} 
  • 6. • The first command specifies the time period during which the key will be accepted. The second command specifies the time period during which the key will be sent. • For example, if we want to use a key only from January 1st, 2015 to December 1st, 2015, the following commands are used:
  • 7. EIGRP load balancing • By default, EIGRP supports equal-cost load balancing over four links. Equal-cost means that multiple routes must have the same metric to reach a destination, so that router can choose to load balance across equal cost links. • To better understand the equal-cost load balancing concept, consider the following example.
  • 8. • All three routers are running EIGRP. Routers R2 and R3 are connected to the subnet 10.0.1.0/24. Both routers advertise the route to reach that subnet to R1. Router R1 receives the two routing updates for the subnet 10.0.1.0/24 with the same metric (the metric is the same because both routers connect to the subnet 10.0.1.0/24 and R1 across the links with the same bandwidth and delay values). Router R1 places both routes in the routing table and load balances across three links.
  • 9. • You can verify that R1 is indeed using both paths by typing the show ip route command:
  • 10. • One of the advantages of EIGRP is that, unlike OSPF and many other routing protocols, EIGRP also supports unequal- cost load balancing. You can set up your router to load balance over links with different metric to reach a destination. To accomplish unequal-cost load balancing, the variance command is used. The command takes one parameter, the multiplier, which tells the router to load balance across each link with the metric for the destination less than the feasible distance multiplied by the multiplier value. • NOTE - the multiplier value, by default, is 1. The maximum value is 128.
  • 11. • Consider the following example.
  • 12. All three routers are running EIGRP. Routers R2 and R3 are connected to the subnet 10.0.1.0/24. Both routers advertise the route to reach that subnet to R1. Router R1 chooses the route from R2 as the best route. Let's say that R1 calculated the metric of 40 for the path through R2. That route is placed in the R1's routing table. But what if we want to load balance traffic across the other link? The route through R3 has a feasible distance of 30, which is less than the metric of the successor route, so the feasibility condition has been met and that route has been placed in the R1's topology table. Let's say that R1 calculated the metric of 60 for the route through R3. To enable load balancing across that link, you need to use the variance command: • (router-eigrp) variance MULTIPLIER
  • 13. • In this example, the variance 2 command can be used. This tells the router to load balance across any links with the metric less then 80 (because 40 times 2 is 80). The route through R3 is added to the routing table. • NOTE - a path has to be a feasible successor route to be used in unequal load balancing.