In: Computer Science
Network Device Basics
Directions: Use Packet Tracer to complete the following labs. Answer the questions and record screenshots in a Word document titled firstInitial+LastName+Basics.
Find Device Information
You are working with a single active switch and a router as shown in Diagram 1. You would like to gather information about the device.
Execute this lab according to the following guidelines:
Use the CLI to answer the following questions:
Enable, Console, and VTY Passwords
You would like to require a password when connecting to the switch and router through the console or through a VTY line. You also need to configured cisco as the enable secret password.
Execute this lab according to the following guidelines:
Line |
Password |
Console 0 |
tp89jy5$ |
VTY 0 |
ak73#pt |
VTY 1–4 |
pj61@bb4 |
Configure Hostnames & Descriptions
You have connected all devices. You now need to configure the hostname and interface descriptions on each Cisco device.
Execute this lab according to the following guidelines:
NOTE: Head Office router and the Cloud are NOT configured. |
Device |
Interface |
Description text |
Switch |
Fa0/1 |
Wrk1 |
Fa0/2 |
Wrk2 |
|
Fa0/3 |
Wrk3 |
|
Fa0/24 |
Default gateway |
|
Router0 |
Fat0/0 |
Link to Switch |
Serial0/1/0 |
Link to Head Office |
|
Serial0/1/1 |
Link to the Cloud |
Configure Banners
You have been assigned to configure the following banners.
Execute this lab according to the following guidelines:
Be sure to include all punctuation in the banner text, but do not include a hard return in the banner except where noted.
Banner |
Banner Text |
Message of the day banner |
Banner MOTD #You have connected to the Router# |
Banner that displays before the login prompt |
Banner Login # Authorized personnel only. |
Each component included in the Diagram 1 needs to be correctly configured and carries equal percentage of the total allotted points for the entire assignment.
Diagram 1
Use 2960-24TT Switch /1841 Cisco Router With 2 Serial Port Addons / Auto Connections
Area not configured |
Area that is configured |
(Courtesy of Cisco Systems, Inc. Unauthorized use not permitted.)
Documentation
Create a zipped file called firstInitial+LastName+Basics containing the following items:
To determine the amount of Flash and DRAM on a Cisco router, issue the show version command. DRAM is divided logically, combining the two numbers to determine total DRAM. Fo example, in a case, it is 45056K/4096K bytes (45056kB + 4096kB = 49152kB), which is equal to 48MB. router>show version
iOS Version is 12.2 (25) FX
63488 Bytes of non volatile memory
Configuring password:
Switch-Office(config)#line vty 1 4
Switch-Office(config-line)#password pj61@bb4
Switch-Office(config-line)#login
Switch-Office(config-line)#exit
Switch-Office(config)#line console 0
Switch-Office(config-line)#password otp89jy5$
Switch-Office(config-line)#login
Switch-Office(config-line)#exit
Switch-Office(config)#line vty 0
Switch-Office(config-line)#password ak73#pt
Switch-Office(config-line)#login
Switch-Office(config-line)#exit
Switch-Office(config)#line 5 15
Switch-Office(config-line)#no login
Switch-Office(config-line)#exit
Dram size = 1130 Bytes by executing show startup-config
Router has 1 Gigabit port, 3 fast Ethernet port and 1 serial port. Find it by command "Show ip interface brief".
PassWord configurations
Banner Configurations for login
Banner configuration for MOTD