Lab 2.3
Lab 2.3
Lab 2.3
Addressing Table
Device Interface IP Address Subnet Mask
Objectives
Part 1: Perform a Basic Configuration on S1 and S2
Part 2: Configure the PCs
Part 3: Configure the Switch Management Interface
Background
In this activity, you will first create a basic switch configuration. Then, you will implement basic connectivity by
configuring IP addressing on switches and PCs. When the IP addressing configuration is complete, you will
use various show commands to verify the configuration and use the ping command to verify basic
connectivity between devices.
Instructions
Step 2: Configure the console and encrypted privileged EXEC mode passwords.
a. Use cisco for the console password.
b. Use class for the privileged EXEC mode password.
How can you verify that both passwords were configured correctly?
After you exit user EXEC mode, the switch will prompt you to key in the password to access the console
interface and for the 2nd time, when youre access the privileged EXEC mode. Can also use the show run
command to view the passwords.
- 2023 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 3 www.netacad.com
Packet Tracer - Implement Basic Connectivity
- 2023 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 3 www.netacad.com
Packet Tracer - Implement Basic Connectivity
To connect remotely to a switch, you need to assign it an IP address. The default configuration on the switch
is to have the management of the switch controlled through VLAN 1.
Type your answers here.
Use the following commands to configure S1 with an IP address.
S1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
S1(config)# interface vlan 1
S1(config-if)# ip address 192.168.1.253 255.255.255.0
S1(config-if)# no shutdown
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
S1(config-if)#
S1(config-if)# exit
S1#
Question:
- 2023 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 3 www.netacad.com