Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Lab 6 Skills Integration Challenge

Parth Patel
Course: Networking I
Addressing Table
Device

Interface

IP Address

Subnet Mask

Class-A
Class-B
Student-1
Student-2

VLAN 1
VLAN 1
NIC
NIC

192.168.10.22
192.168.10.23
192.168.10.1
192.168.10.2

255.255.255.0
255.255.255.0
255.255.255.0
255.255.255.0

Objectives

Configure hostnames and IP addresses on two cisco internetwork

Operating System (IOS) switches using the command-line (CLI).


Use Cisco IOS commands to specify or limit access to the device

configurations.
Use IOS commands to save the running configuration.
Configure two host devices with IP addresses.
Verify connectivity between the two PC end devices.

Scenario
As a recently hired LAN technician, your network manager has asked you to
demonstration your ability to configure a small LAN. Your tasks include
configuring initial settings on two switches using the Cisco IOS and
configuring IP address parameters on host devices to provide end-to-end
connectivity. You are to use two switches and two hosts/PCs on a cabled and
powered network.
Requirements

Use a console connection to access each switch.


Name
Class A
and Class B
switches.

Use the
Cisco2
password for all lines.
Use the
Cisco1
secret password.
Encrypt all clear text passwords.
Include the word warning in the message-of-the-day (MOTD) Banner.
Configure addressing for all devices according to the Addressing Table.
Save your configurations.
Verify connectivity between all devices.
Note: Click Check Results to see your progress. Click Reset Activity to
generate a new set of requirements. If you click on this before you
complete the activity, all configurations will be lost.

Script code for Cisco Packet Tracer 1.3.1.3 Packet Tracer - Skills Integration
Challenge
Manager
Switch > en
Switch # config t
Switch (config)# hostname Room-145
Room-145 (config)# enable secret C9WrE
Room-145 (config)# line console 0
Room-145 (config-line)# password 8ubRu
Room-145 (config-line)# line vty 0
Room-145 (config-line)# password 8ubRu
Room-145 (config-line)# exit
Room-145 (config)# service password-encryption
Room-145 (config)# banner motd "warning"
Room-145 (config)# interface VLAN 1
Room-145 (config-if)# ip address 10.10.10.100 255.255.255.0
Room-145 (config-if)# no shutdown
Room-145 (config-if)# exit
Room-145 (config)# exit

Room-145 # wr

Reception
Switch > en
Switch # config t
Switch (config)# hostname Room-146
Room-146 (config)# enable secret C9WrE
Room-146 (config)# line console 0
Room-146 (config-line)# password 8ubRu
Room-146 (config-line)# line vty 0
Room-146 (config-line)# password 8ubRu
Room-146 (config-line)# exit
Room-146 (config)# service password-encryption
Room-146 (config)# banner motd "warning"
Room-146 (config)# interface VLAN 1
Room-146 (config-if)# ip address 10.10.10.150 255.255.255.0
Room-146 (config-if)# no shutdown
Room-146 (config-if)# exit
Room-146 (config)# exit
Room-146 # wr
Manager Ip Configuration
Ip Address : 10.10.10.4
Subnet Mask : 255.255.255.0
Reception Ip Configuration
Ip Address : 10.10.10.5
Subnet Mark : 255.255.255.0

You might also like