Workbook EIGRP MasterI
Workbook EIGRP MasterI
ICHAKA DIARRA
Téléphone : 78780704
28 NOVEMBRE 2024
Configuring EIGRP for IPv4 Networks
This document provides a comprehensive guide on configuring Enhanced Interior
Gateway Routing Protocol (EIGRP) for IPv4 networks. It covers interface
configuration, network statements, passive interfaces, unicast neighbors, metric
calculations, and load balancing across multiple labs. The labs progressively build on
each other to demonstrate various aspects of EIGRP configuration and optimization.
1
Interface Configuration
R1
R2
R3
R4
2
R5
R6
R7
R8
3
Task 2 – Configure R2 in EIGRP AS 111.
o Configure the Interface based on the Interface Configuration Table.
o Run EIGRP in EIGRP 111.
o Configure the Network statement using a wild card mask for the Network 10.0.0.0.
Use the Major networks for the rest of the networks.
Task 3 – Configure R3 in EIGRP AS 111.
o Configure the Interface based on the Interface Configuration Table.
o Run EIGRP in EIGRP 111.
o Configure the Network statement using a wild card mask to minimize the Network
statements starting with 203.X.X.
0. Use the Major networks for the rest of the networks.
Task 4 – Configure R4 in EIGRP AS 111.
o Configure the Interface based on the Interface Configuration Table.
o Run EIGRP in EIGRP 111.
o Configure the Network statement using a wild card mask to minimize the Network
statements starting with 104.X.X. Use the Major networks for the rest of the networks.
Task 5 – Configure R5 in EIGRP AS 111.
o Configure the Interface based on the Interface Configuration Table. o Run EIGRP in
EIGRP 111.
o Configure the Network statement using a wild card mask to minimize the Network
statements starting with 205.X.X.0.
Use the Major networks for the rest of the networks.
Task 6 – Configure R6 in EIGRP AS 111.
o Configure the Interface based on the Interface Configuration Table.
o Run EIGRP in EIGRP 111.
o Configure the Network statement using a wild card mask to minimize the Network
statements starting with 101.X.X.0.
Use the Major networks for the rest of the networks.
4
Task 7 – Configure R7 in EIGRP AS 111.
o Configure the Interface based on the Interface Configuration Table.
o Run EIGRP in EIGRP 111.
o Configure the Network statement using a wild card mask to minimize the Network
statements starting with 101.X.X.0. Use the Major networks for the rest of the
networks.
Task 8 – Configure R8 in EIGRP AS 111.
o Configure the Interface based on the Interface Configuration Table.
o Run EIGRP in EIGRP 111.
o Configure the Network statement such that all directly connected interfaces are
enabled in EIGRP. This should also take care of any new interfaces configured in the
future.
5
Task 1 – Configure Passive-Interface on Routers in EIGRP AS 111.
o Configure all routers in EIGRP 111 such that they do not send updates on links that
do not have other routers, basically Loopbacks.
o Use the minimum number of passive interface commands to accomplish the task.
Lab 3 – EIGRP – Unicast Neighbors
6
Lab 4 – EIGRP – Metric Calculations
7
Lab 5 – Load Balancing – Equal & Unequal Load Balancing
Task 1 – Verifying Equal Cost Load Balancing between R1, R2, R3 & R4.
o The Interface bandwidth between R1, R2, R3 & R4 is the same. This results in equal
costs to get from diagonally across routers ( R1-R4 and vice versa & R2-R3 and vice
versa).
o Verify the dual path from R1 towards the loopbacks of R4 and vice versa.
o Verify the dual path from R2 towards the loopbacks of R3 and vice versa.
Task 2 – Configuring Unequal Load Balancing on R2
o Configure R2 to use both path towards the Loopback Interfaces of R5.
o Calculate the Variance and implement it on R2.
o This can be done by finding the Composite Metric for the Successor and Feasible
successors in the EIGRP topology table.
o Divide the Feasible Successor Metric (1433600) by Sucessor Metric (691200).
o You will get a result of 2.07. Round up the number to 3.
o That is the variance.
o Verify the Traffic share count by using the Show Ip route command with the route
option (show ip route 205.1.4.0)
8
Task 3 – Configuring Unequal Load Balancing on R5
o Configure R5 to use both path towards the Loopback Interfaces of R2.
o Calculate the Variance and implement it on R5.
o This can be done by finding the Composite Metric for the Successor and Feasible
successors in the EIGRP topology table.
o Divide the Feasible Successor Metric (1433600) by Sucessor Metric (691200).
o You will get a result of 2.07. Round up the number to 3.
o That is the variance.
o Verify the Traffic share count by using the Show Ip route command with the route
option (show ip route 205.1.4.0)