6.2.2.5 Lab - Configuring Basic EIGRP For IPv4
6.2.2.5 Lab - Configuring Basic EIGRP For IPv4
6.2.2.5 Lab - Configuring Basic EIGRP For IPv4
Topology
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 10
Lab – Configuring Basic EIGRP for IPv4
Addressing Table
Objectives
Part 1: Build the Network and Verify Connectivity
Part 2: Configure EIGRP Routing
Part 3: Verify EIGRP Routing
Part 4: Configure Bandwidth and Passive Interfaces
Background / Scenario
Enhanced Interior Gateway Routing Protocol (EIGRP) is a powerful distance vector routing protocol and is
relatively easy to configure for basic networks.
In this lab, you will configure EIGRP for the topology and networks shown above. You will modify bandwidth
and configure passive interfaces to allow EIGRP to function more efficiently.
Note: The routers used with CCNA hands-on labs are Cisco 1941 Integrated Services Routers (ISRs) with
Cisco IOS Release 15.2(4)M3 (universalk9 image). Other routers and Cisco IOS versions can be used.
Depending on the model and Cisco IOS version, the commands available and output produced might vary
from what is shown in the labs. Refer to the Router Interface Summary Table at the end of this lab for the
correct interface identifiers.
Note: Make sure that the routers have been erased and have no startup configurations. If you are unsure,
contact your instructor.
Required Resources
3 Routers (Cisco 1941 with Cisco IOS Release 15.2(4)M3 universal image or comparable)
3 PCs (Windows 7, Vista, or XP with terminal emulation program, such as Tera Term)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet and serial cables as shown in the topology
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 10
Lab – Configuring Basic EIGRP for IPv4
Step 2: Advertise the directly connected networks on R1 using the wildcard mask.
R1(config-router)# network 10.1.1.0 0.0.0.3
R1(config-router)# network 192.168.1.0 0.0.0.255
R1(config-router)# network 10.3.3.0 0.0.0.3
Why is it a good practice to use wildcard masks when advertising networks? Could the mask have been
omitted from any of the network statements above? If so, which one(s)?
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 10
Lab – Configuring Basic EIGRP for IPv4
Step 3: Enable EIGRP routing and advertise the directly connected networks on R2 and R3.
You will see neighbor adjacency messages as interfaces are added to the EIGRP routing process. The
messages on R2 are displayed as an example.
*Apr 14 15:24:59.543: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 10.1.1.1
(Serial0/0/0) is up: new adjacency
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 10
Lab – Configuring Basic EIGRP for IPv4
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 10
Lab – Configuring Basic EIGRP for IPv4
10.3.3.0/30
192.168.1.0
Routing Information Sources:
Gateway Distance Last Update
10.3.3.2 90 02:38:34
10.1.1.2 90 02:38:34
Distance: internal 90 external 170
Based on the output of issuing the show ip protocols command, answer the following questions.
What AS number is used?
What networks are advertised?
What is the administrative distance for EIGRP?
How many equal cost paths does EIGRP use by default?
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 10
Lab – Configuring Basic EIGRP for IPv4
b. How many routes are listed in the routing table to reach the 10.2.2.0/30 network?
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 10
Lab – Configuring Basic EIGRP for IPv4
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 8 of 10
Lab – Configuring Basic EIGRP for IPv4
Reflection
You could have used only static routing for this lab. What is an advantage of using EIGRP?
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 9 of 10
Lab – Configuring Basic EIGRP for IPv4
Router Model Ethernet Interface #1 Ethernet Interface #2 Serial Interface #1 Serial Interface #2
1800 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
1900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
2801 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1)
(F0/0) (F0/1)
2811 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
2900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many
interfaces the router has. There is no way to effectively list all the combinations of configurations for each router
class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device.
The table does not include any other type of interface, even though a specific router may contain one. An
example of this might be an ISDN BRI interface. The string in parenthesis is the legal abbreviation that can be
used in Cisco IOS commands to represent the interface.
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 10 of 10