2.3.3.3 Lab - Building A Simple Network
2.3.3.3 Lab - Building A Simple Network
Topology
Addressing Table
Device
S1
S2
PC-A
PC-B
Interface
VLAN 1
VLAN 1
NIC
NIC
IP Address
N/A
N/A
192.168.1.10
192.168.1.11
Subnet Mask
N/A
N/A
255.255.255.0
255.255.255.0
Default Gateway
N/A
N/A
N/A
N/A
Objectives
Part 1: Set Up the Network Topology (Ethernet only)
Configure each switch with hostname, local passwords, and login banner.
Background / Scenario
Networks are constructed of three major components: hosts, switches, and routers. In this lab, you will build a
simple network with two hosts and two switches. You will also configure basic settings including hostname,
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 1 of 11
Required Resources
2 Switches (Cisco 2960 with Cisco IOS Release 15.0(2) lanbasek9 image or comparable)
2 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
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 2 of 11
b. In the Network and Internet section, click the View network status and tasks link.
Note: If the Control Panel displays a list of icons, click the drop-down option next to the View by: and
change this option to display by Category.
c.
In the left pane of the Network and Sharing Center window, click the Change adapter settings link.
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 3 of 11
e. Select the Internet Protocol Version 4 (TCP/IPv4) option and then click Properties.
Note: You can also double-click Internet Protocol Version 4 (TCP/IPv4) to display the Properties
window.
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 4 of 11
Note: In the above example, the IP address and subnet 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-Bs IP address information.
g. After all the IP information has been entered, click OK. Click OK on the Local Area Connection Properties
window to assign the IP address to the LAN adapter.
h. Repeat the previous steps to enter the IP address information for PC-B.
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 5 of 11
c.
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 6 of 11
Switch(config)#
The prompt changed to reflect global configuration mode.
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 7 of 11
S1#
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 8 of 11
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 spacebar to 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
ROM: Bootstrap program is C2960 boot loader
BOOTLDR: C2960 Boot Loader (C2960-HBOOT-M) Version 12.2(53r)SEY3, RELEASE SOFTWARE
(fc1)
S1 uptime is 1 hour, 38 minutes
System returned to ROM by power-on
System image file is "flash:/c2960-lanbasek9-mz.150-2.SE.bin"
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 9 of 11
SW Version
---------15.0(2)SE
SW Image
---------C2960-LANBASEK9-M
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
Vlan1
FastEthernet0/1
FastEthernet0/2
FastEthernet0/3
FastEthernet0/4
FastEthernet0/5
FastEthernet0/6
FastEthernet0/7
FastEthernet0/8
FastEthernet0/9
FastEthernet0/10
FastEthernet0/11
FastEthernet0/12
FastEthernet0/13
IP-Address
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
OK?
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
Method
unset
unset
unset
unset
unset
unset
unset
unset
unset
unset
unset
unset
unset
unset
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Status
up
up
down
down
down
down
up
down
down
down
down
down
down
down
Protocol
up
up
down
down
down
down
up
down
down
down
down
down
down
down
Page 10 of 11
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
unassigned
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
YES
unset
unset
unset
unset
unset
unset
unset
unset
unset
unset
unset
unset
unset
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
down
Step 13: Record the interface status for the following interfaces.
Interface
F0/1
S1
Status
connected
Protocol
TCP
S2
Status
connected
Protocol
TCP
F0/6
connected
TCP
connected
TCP
F0/18
VLAN 1
connected
TCP
N/A
connected
TCP
N/A
N/A
N/A
Why are some FastEthernet ports on the switches up and others are down?
Only the ones that are connected will sho as up. The once that aren't connected will show as down
Reflection
What could prevent a ping from being sent between the PCs?
Easy-Turn on the firewall. Ping is an ICMP packet and by default is turned off on the Windows Firewall
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 11 of 11