Sunteți pe pagina 1din 3

Basic Switch Configuration Project

Objectives
 Basic configuration on two 2960 switches using the command-line interface (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

Scenario
As a recently hired LAN technician, your network manager has asked you to demonstrate 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. (10 points)
 Name the two switches, CTE-1Floor and CTE-2Floor. (10 points)
 Use your first name as the password for all lines. (10 points)
 Use your last name for the secret password. (10 points)
 Prevent unwanted DNS lookups. (10 points)
 Include the word Beware in the message-of-the-day (MOTD) Banner. (10 points)
 Configure addressing for all devices according to the Addressing Table based on: (30 points)
- Last name begins with A-H – Class A
- Last name begins with I-P – Class B
- Last name begins with Q-Z – Class C
 Save your configurations. (10 points)
 Verify connectivity between all devices.

Topology
Packet Tracer - Skills Integration Challenge
Switch Configuration
Current configuration : 1406 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname CTE-1Floor
!
enable secret 5 $1$mERr$mEvxAriVjIMAmJMFTym6S0
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
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
!
Packet Tracer - Skills Integration Challenge
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
ip address 192.168.20.1 255.255.255.0
!
banner motd ^CBEWARE! Unauthorized access to this Switch will result in legal ramifications. Only authorized
technicians are allowed to access this switch.^C
!
!
!
line con 0
password 7 080B595D1D100B
login
!
line vty 0 4
password 7 080B595D1D100B
login
line vty 5 15
password 7 080B595D1D100B
login
!
!
!
!
end

S-ar putea să vă placă și