Act 1 Building A Simple Network
Act 1 Building A Simple Network
Act 1 Building A Simple Network
Topology
Addressing Table
Objectives
Part 1: Set Up the Network Topology (Ethernet only)
Part 2: Configure PC Hosts
Part 3: Configure and Verify Basic Switch Settings
Background / Scenario
Networks are constructed of three major components: hosts, switches, and routers. In this lab, you will build a
simple network with twohosts and two switches.You will also configure basic settings including hostname,
local passwords, and login banner. Use show commands to display the running configuration, IOS version,
and interface status. Use the copy command to save device configurations.
You will apply IP addressing for this lab to the PCs to enable communication between thesetwo devices. Use
the ping utility to verify connectivity.
Note: The switches used are Cisco Catalyst 2960s with Cisco IOS Release 15.0(2) (lanbasek9 image). Other
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 the labs.
Note: Make sure that the switches have been erased and have no startup configurations.Refer to Appendix A
for the procedure to initialize and reloada switch.
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 11
Lab -Building a Simple Network
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 11
Lab -Building a Simple Network
Note:In the above example, the IP address andsubnet mask have been entered for PC-A.The default
gateway has not been entered, because there is no router attached to the network.Refer to the
Addressing Table on page 1 for PC-B’s IP address information.
b. After all the IP information has been entered, click OK.Click OKon the Local Area Connection Properties
window to assign the IP address to the LAN adapter.
c. Repeat the previous steps to enter the IP address information for PC-B.
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 11
Lab -Building a Simple Network
b. The cmd.exe window is where you can enter commands directly to the PC and view the results of those
commands.Verify your PC settings by using the ipconfig /all command.This command displays the PC
hostname and the IPv4 address information.
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 11
Lab -Building a Simple Network
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 11
Lab -Building a Simple Network
<output omitted>
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 11
Lab -Building a Simple Network
!
banner motd ^C
Unauthorized access is strictly prohibited and prosecuted to the full extent of the
law. ^C
!
line con 0
password cisco
login
line vty 0 4
login
line vty 5 15
login
!
end
S1#
Step 10: Display the IOS version and other useful switch information.
Use the show version command to display the IOS version that the switch is running, along with other useful
information. Again, you will need to use the spacebarto advance through the displayed information.
S1# show version
Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.0(2)SE, RELEASE
SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2012 by Cisco Systems, Inc.
Compiled Sat 28-Jul-12 00:29 by prod_rel_team
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 11
Lab -Building a Simple Network
Step 11: Display the status of the connected interfaces on the switch.
To check the status of the connected interfaces, use the show ip interface brief command. Press the
spacebar to advance to the end of the list.
S1# show ip interface brief
Interface IP-Address OK? Method Status Protocol
Vlan1 unassigned YES unset up up
FastEthernet0/1 unassigned YES unset up up
FastEthernet0/2 unassigned YES unset down down
FastEthernet0/3 unassigned YES unset downdown
FastEthernet0/4 unassigned YES unset downdown
FastEthernet0/5 unassigned YES unset downdown
FastEthernet0/6 unassigned YES unset up up
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 8 of 11
Lab -Building a Simple Network
Step 13: Record the interface status for the following interfaces.
S1 S2
F0/1 Up Up Up Up
F0/6 Up Up Down Down
F0/18 Down Down Up Up
Administratively Administratively
VLAN 1 down down down Down
Why are some FastEthernet ports on the switches are up and others are down?
Fast Ethernet ports are up when it is used and down if not.
_________________________________________________________________________________
_____________________________________________________
Reflection
What could prevent a ping from being sent between the PCs?
If the connection is broken (defective cable) or if the IP address is not on the same network.
__________________________________________________________________
Note: It may be necessary to disable the PC firewall to ping between PCs.
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 9 of 11
Lab -Building a Simple Network
Step 2: Determine if there have been any virtual local-area networks (VLANs) created.
Use the show flash command to determine if any VLANs have been created on the switch.
Switch# show flash
Directory of flash:/
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 10 of 11
Lab -Building a Simple Network
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 11 of 11