E1 Lab 10 6 1 Solution
E1 Lab 10 6 1 Solution
E1 Lab 10 6 1 Solution
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology
Topology Diagram
Learning Objectives
Upon completion of this lab, you will be able to:
• Design the logical network.
• Configure the physical lab topology.
• Configure the logical LAN topology.
• Verify LAN connectivity.
Background
Gather the necessary equipment and cables. To configure the lab, refer to the equipment and hardware
listed in Table 1.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 9
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology
Scenario
In this lab you will create a small network that requires connecting network devices and configuring host
computers for basic network connectivity. SubnetA and SubnetB are subnets that are currently needed.
th
SubnetC and SubnetD are anticipated subnets, not yet connected to the network. The 0 subnet will be
used.
Note: Appendix 1 contains a subnet chart for the last IP address octet.
Note to Instructor: In Chapter 11 labs, students will learn how to configure a router. For this lab, the router
should be configured for students. Appendix 2 contains a basic configuration for Router1. If you do not
have a router that has two FastEthernet interfaces, consider configuring a loopback interface as an
alternative to the FastEthernet 0/1. Another alternative would be to use two routers connected through a
serial connection and use the FastEthernet interfaces from each router.
Host computers from each subnet will use the first available IP address in the address block. Router
interfaces will use the last available IP address in the address block.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 9
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 9
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology
What cable type is needed to connect Host1, Host2, and Router1 to Switch1, and why? ____________
__________________________________________________________________________________
__________________________________________________________________________________
The switch ports are dissimilar to the router and computer network interfaces. Therefore, straight-through
cables are required.
If not already enabled, turn power on to all devices.
Host1
IP Address 172.20.0.201
IP Mask 255.255.255.252
Gateway Address 172.20.0.202
Host2
IP Address 172.20.0.193
IP Mask 255.255.255.248
Gateway Address 172.20.0.198
Host3
IP Address 172.20.0.194
IP Mask 255.255.255.248
Gateway Address 172.20.0.198
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 9
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology
Refer to Figure 2 for Host1 IP address and gateway settings. Manually enter the following information,
recorded in Step 1, above:
When finished, close the Internet Protocols (TCP/IP) Properties window by clicking OK. Close the Local
Area Connection window. Depending on the Windows operating system, the computer may require a
reboot for changes to be effective.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 9
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology
Use the following table to methodically verify and record connectivity with each network device. Take
corrective action to establish connectivity if a test fails:
Note any break in connectivity. When troubleshooting connectivity issues, the topology diagram can be
extremely helpful.
In the above scenario, how can a malfunctioning Gateway be detected?
___________________________________________________________________________________
___________________________________________________________________________________
If Host2 and Host3 can successfully ping each other but not Host1, it may be a Gateway issue.
Task 5: Reflection
Review any physical or logical configuration problems encountered during this lab. Be sure that you have
a thorough understanding of the procedures used to verify network connectivity.
This is a particularly important lab. In addition to practicing IP subnetting, you configured host computers
with network addresses and tested them for connectivity.
It is best to practice host computer configuration and verification several times. This will reinforce the skills
you learned in this lab and make you a better network technician.
Task 6: Challenge
Ask your instructor or another student to introduce one or two problems in your network when you aren’t
looking or are out of the lab room. Problems can be either physical (wrong UTP cable) or logical (wrong
IP address or gateway). To fix the problems:
1. Perform a good visual inspection. Look for green link lights on Switch1.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 9
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology
2. Use the table provided in Task 3 to identify failed connectivity. List the problems:
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
3. Write down your proposed solution(s):
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
4. Test your solution. If the solution fixed the problem, document the solution. If the solution did not
fix the problem, continue troubleshooting.
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 9
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology
Appendix 1
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 9
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology
Appendix 2
Router1 configuration
!
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
no ip domain-lookup
!
hostname Router1
!
enable secret cisco
!
!
interface FastEthernet0/0
description connection to Host1
ip address 172.20.0.202 255.255.255.252
no shutdown
!
interface FastEthernet0/1
description connection LAN
ip address 172.20.0.198 255.255.255.248
no shutdown
!
ip classless
ip http server
!
banner motd %
*******************************************************************
*******************************************************************
%
!
line con 0
password cisco
!
line con 0
password cisco
login
line aux 0
line vty 0 4
password cisco
login
!
end
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 9 of 9