0% found this document useful (0 votes)
4 views

2.9.2-packet-tracer

The document outlines a Packet Tracer activity for configuring a basic network with two switches and two PCs, including setting up the network topology, configuring static IP addresses, and verifying connectivity. It details the steps for configuring switch settings such as hostnames, passwords, and interface statuses, as well as using commands to display configurations and test connectivity. Additionally, it includes reflection questions regarding port statuses and potential issues with pinging between devices.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

2.9.2-packet-tracer

The document outlines a Packet Tracer activity for configuring a basic network with two switches and two PCs, including setting up the network topology, configuring static IP addresses, and verifying connectivity. It details the steps for configuring switch settings such as hostnames, passwords, and interface statuses, as well as using commands to display configurations and test connectivity. Additionally, it includes reflection questions regarding port statuses and potential issues with pinging between devices.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Packet Tracer - Basic Switch and End Device Configuration -

Physical Mode
Topology

Addressing Table
Device Interface IP Address Subnet Mask

S1 VLAN 1 192.168.1.1 255.255.255.0

S2 VLAN 1 192.168.1.2 255.255.255.0

PC-A NIC 192.168.1.10 255.255.255.0

PC-B NIC 192.168.1.11 255.255.255.0


Blank Line - no additional information

Objectives
Part 1: Set Up the Network Topology
Part 2: Configure PC Hosts
Part 3: Configure and Verify Basic Switch Settings

Background / Scenario
In this Packet Tracer Physical Mode (PTPM) activity, you will build a simple network with two hosts 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 to the PCs and switches to enable communication between the devices. Use
the ping utility to verify connectivity.
Packet Tracer - Basic Switch and End Device Configuration - Physical Mode

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 7 www.netacad.com
Instructions
Part 1: Set Up the Network Topology
Power on the PCs and cable the devices according to the topology. To select the correct port on a switch,
right click and select Inspect Front. Use the Zoom tool, if necessary. Float your mouse over the ports to see
the port numbers. Packet Tracer will score the correct cable and port connections.
a. There are several switches, routers, and other devices on the Shelf. Click and drag switches S1 and S2
to the Rack. Click and drag two PCs to the Table.
b. Power on the PCs.
c. On the Cable Pegboard, click a Copper Cross-Over cable. Click the FastEthernet0/1 port on S1 and
then click the FastEthernet0/1 port on S2 to connect them. You should see the cable connecting the two
ports.
d. On the Cable Pegboard, click a Copper Straight-Through cable. Click the FastEthernet0/6 port on S1
and then click the FastEthernet0 port on PC-A to connect them.
e. On the Cable Pegboard, click a Copper Straight-Through cable. Click the FastEthernet0/18 port on S2
and then click the FastEthernet0 port on PC-B to connect them.
f. Visually inspect network connections. Initially, when you connect devices to a switch port, the link lights
will be amber. After a minute or so, the link lights will turn green.

Part 2: Configure PC Hosts


Configure static IP address information on the PCs according to the Addressing Table.
a. Click PC-A > Desktop > IP Configuration. Enter the IP address for PC-A (192.168.1.10) and the subnet
mask (255.255.255.0), as listed in the IP addressing table. You can leave default gateway blank at this
time because there is no router attached to the network.
b. Close the PC-A window.
c. Repeat the previous steps to assign the IP address information for PC-B, as listed in the Addressing
Table.
d. Click PC-A > Desktop > Command Prompt. Use the ipconfig /all command at the prompt to verify
settings.
e. Enter ping 192.168.1.11 at the prompt to test the connectivity to PC-B. The ping should be successful, as
shown in the following output. If the ping is not successful, check the configurations on both of the PCs
and troubleshoot as necessary.
Packet Tracer PC Command Line 1.0
C:\> ping 192.168.1.11

Pinging 192.168.1.11 with 32 bytes of data:

Reply from 192.168.1.11: bytes=32 time<1ms TTL=128


Reply from 192.168.1.11: bytes=32 time<1ms TTL=128
Reply from 192.168.1.11: bytes=32 time<1ms TTL=128
Reply from 192.168.1.11: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.1.11:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate
round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Packet Tracer - Basic Switch and End Device Configuration - Physical Mode

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 7 www.netacad.com
C:\>

Part 3: Configure and Verify Basic Switch Settings


a. On the Cable Pegboard, click a Console cable. Connect the console cable between S1 and PC-A.
b. Establish a console connection to the switch S1 from PC-A using the Packet Tracer generic Terminal
program (PC-A > Desktop > Terminal). Press ENTER to get the Switch> prompt.
c. You can access all switch commands in privileged EXEC mode. The privileged EXEC command set
includes those commands contained in user EXEC mode, as well as the configure command through
which access to the remaining command modes are gained. Enter privileged EXEC mode by entering the
enable command.
Open Configuration Window

d. The prompt changed from Switch> to Switch# which indicates privileged EXEC mode. Enter global
configuration mode.
e. The prompt changed to Switch(config)# to reflect global configuration mode. Give the switch a name
according to the Addressing Table.
f. Enter local passwords. Use class as the privileged EXEC password and cisco as the password for
console access.
g. Configure and enable the VLAN 1 interface according to the Addressing Table.
h. A login banner, known as the message of the day (MOTD) banner, should be configured to warn anyone
accessing the switch that unauthorized access will not be tolerated. Configure an appropriate MOTD
banner to warn about unauthorized access.
i. Save the configuration to the startup file on non-volatile random access memory (NVRAM).
j. Display the current configuration.
S1#sh run
Building configuration...

Current configuration : 1183 bytes


!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname S1
!
enable password class
!
!
!
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
interface FastEthernet0/1
!
interface FastEthernet0/2

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 7 www.netacad.com
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 7 www.netacad.com
interface Vlan1
no ip address
shutdown
!
banner motd ^CPor favor solo peronsal autorizado^C
!
!
!
line con 0
!
line vty 0
password cisco
login
line vty 1 4
login
line vty 5 15
login
!
!
!
!
end
k. Display the IOS version and other useful switch information.
S1#show version
Cisco IOS Software, C2960 Software (C2960-LANBASE-M), Version 12.2(25)FX, RELEASE
SOFTWARE (fc1)
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Wed 12-Oct-05 22:05 by pt_team

ROM: C2960 Boot Loader (C2960-HBOOT-M) Version 12.2(25r)FX, RELEASE SOFTWARE


(fc4)

System returned to ROM by power-on

Cisco WS-C2960-24TT (RC32300) processor (revision C0) with 21039K bytes of memory.

24 FastEthernet/IEEE 802.3 interface(s)


2 Gigabit Ethernet/IEEE 802.3 interface(s)

63488K bytes of flash-simulated non-volatile configuration memory.


Base ethernet MAC Address : 00E0.F780.A6A8
Motherboard assembly number : 73-9832-06
Power supply part number : 341-0097-02
Motherboard serial number : FOC103248MJ
Power supply serial number : DCA102133JA
Model revision number : B0
Motherboard revision number : C0

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 7 www.netacad.com
Model number : WS-C2960-24TT
System serial number : FOC1033Z1EY
Top Assembly Part Number : 800-26671-02
Top Assembly Revision Number : B0
Version ID : V02
CLEI Code Number : COM3K00BRA
Hardware Board Revision Number : 0x01

Switch Ports Model SW Version SW Image


------ ----- ----- ---------- ----------
* 1 26 WS-C2960-24TT 12.2 C2960-LANBASE-M

Configuration register is 0xF


l. Display the status of the connected interfaces on the switch.

Close Configuration Window.

m. Repeat the previous steps to configure switch S2. Make sure the hostname is configured as S2.
n. Record the interface status for the following interfaces.

Interface S1 Status S1 Protocol S2 Status S2 Protocol

F0/1 UP UP UP UP

F0/6 UP UP DOWN DOWN

F0/18 DOWN DOWN UP UP

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 7 www.netacad.com
VLAN 1 UP UP UP UP
Blank Line - no additional information

o. From a PC, ping S1 and S2. The pings should be successful.


p. From a switch, ping PC-A and PC-B. The pings should be successful.

Reflection Question
Why are some FastEthernet ports on the switches up while others are down?
Esto se debe a las conexiones entre los equipos, por ejemplo si no tengo nada conectado se quedan
apagados, pero también esta lo que puedo hacer de manera manual, ósea encender y apagar los puertos.
Type your answers here.
What could prevent a ping from being sent between the PCs?
Pueden ser varias razones, el puerto esta apagado, mala configuración de ip, Access list, entre otros.
Type your answers here.
End of Document

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 7 www.netacad.com

You might also like