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

Lab - Configuring Basic EIGRP

Uploaded by

Aisha Muhammed
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)
83 views4 pages

Lab - Configuring Basic EIGRP

Uploaded by

Aisha Muhammed
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

Lab – Configuring Basic RIPv2

Topology

© 2021 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 4
Lab – Configuring Basic EIGRP

Addressing Table

Device Interface IP Address Subnet Mask Default Gateway

R1 G0/1 172.30.10.1 255.255.255.0 N/A


S0/0/0 (DCE) 10.1.1.1 255.255.255.252 N/A
R2 G0/0 209.165.201.1 255.255.255.0 N/A
S0/0/0 10.1.1.2 255.255.255.252 N/A
S0/0/1 (DCE) 10.2.2.2 255.255.255.252 N/A
R3 G0/1 172.30.30.1 255.255.255.0 N/A
S0/0/1 10.2.2.1 255.255.255.252 N/A
S1 N/A VLAN 1 N/A N/A
S3 N/A VLAN 1 N/A N/A
PC-A NIC 172.30.10.3 255.255.255.0 172.30.10.1
PC-B NIC 209.165.201.2 255.255.255.0 209.165.201.1
PC-C NIC 172.30.30.3 255.255.255.0 172.30.30.1

Objectives
Part 1: Build the Network and Configure Basic Device Settings
Part 2: Configure and Verify RIPv2 Routing
• Configure using EIGRP on the routers and verify that it is running.
• Configure a passive interface.
• Examine routing tables.
• Configure a default route.
• Verify end-to-end connectivity.

Background / Scenario
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). The switches used are Cisco Catalyst 2960s with Cisco
IOS Release 15.0(2) (lanbasek9 image). Other routers, switches, 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 this lab. Refer to the Router Interface Summary Table at the end of the lab for the
correct interface identifiers.
Note: Make sure that the routers and switches 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)
• 2 Switches (Cisco 2960 with Cisco IOS Release 15.0(2) lanbasek9 image or comparable)

© 2021 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 4
Lab – Configuring Basic EIGRP

• 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

Part 1: Build the Network and Configure Basic Device Settings


In Part 1, you will set up the network topology and configure basic settings.

Step 1: Cable the network as shown in the topology.

Step 2: Initialize and reload the router and switch.

Step 3: Configure basic settings for each router and switch.


a. Disable DNS lookup.
b. Configure device names as shown in the topology.
c. Configure password encryption.
d. Assign class as the privileged EXEC password.
e. Assign cisco as the console and vty passwords.
f. Configure a MOTD banner to warn users that unauthorized access is prohibited.
g. Configure logging synchronous for the console line.
h. Configure the IP addresses listed in the Addressing Table for all interfaces.
i. Configure a description for each interface with an IP address.
j. Configure the clock rate, if applicable, to the DCE serial interface.
k. Copy the running-configuration to the startup-configuration.

Step 4: Configure PC IP Addressing.


Refer to the Addressing Table for IP address information of the PCs.

Step 5: Test connectivity.


At this point, the PCs are unable to ping each other.
a. Each workstation should be able to ping the attached router. Verify and troubleshoot if necessary.
b. The routers should be able to ping one another. Verify and troubleshoot if necessary.

Part 2: Configure and Verify EIGRP Routing


In Part 2, you will configure RIPv2 routing on all routers in the network and then verify that the routing tables
are updated correctly. After RIPv2 has been verified, you will disable automatic summarization, configure a
default route, and verify end-to-end connectivity.

Step 1: Configure EIGRP routing.


a. Configure EIGRP on R1as the routing protocol and advertise the appropriate connected networks.
R1# config t
R1(config)# router eigrp 1

© 2021 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 4
Lab – Configuring Basic EIGRP

R1(config-router)# passive-interface g0/1


R1(config-router)# network 172.30.10.0 0.0.0.255
R1(config-router)# network 10.1.1.0 0.0.0.3

Step 2: Verify connectivity.

© 2021 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 4

You might also like