DCCN Lab Report 3

You might also like

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

Data Communication and Computer Networks

EEE314
Lab 03: Network Cabling & Basic CISCO Devices Configuration

Name FARAZ NAEEM

Registration
Number FA15-BCE-008

Class
BCE-6

Instructor’s Name
Sir Asad Ali Malik
Lab Task

Task 1: Configure Cisco Router Global Configuration Settings.

Step 3: Configure global configuration hostname setting.


What two commands may be used to leave the privileged exec mode?
Exit command is used to leave the privileged mode and enter into user mood
And config t is used to leave the privileged mode and enter into global mode

What shortcut command can be used to enter the privileged exec mode?
En (enable) command is used to enter privileged exec mode from user mode
And Exit command is used to enter the privileged mode from global mood

Examine the different configuration modes that can be entered with the
command configure? Write down the list of configuration modes and
description:
When we enter configure command, the packet ask about where to configure (terminal
,network or memory) the network or memory is not supported by packet so when we enter
terminal then we enter into global configuration mood
There are two types of configuration mood.
Global configuration mood
Interface configuration mood

What three commands may be used to leave the global configuration mode
and return to the privileged exec mode?
To leave the global configuration mood and return to the privileged exec mode we can used
exit command, end command and press CTRL + Z.

What shortcut command can be used to enter the global configuration


mode?
Config t can be used to enter the global mood from privileged mood.

How can the hostname be removed?


Hostname can be removed by using the command (no hostname)

Step 4: Configure the MOTD banner.

Examine the different banner modes that can be entered. Write down the
list of banner modes and description.
banner incoming: Defines a customized banner to be displayed when there is an incoming
connection to a terminal line from a host on the network.
banner login: Defines a customized banner to be displayed before the username and
password login prompts.

banner motd: Defines a customized message-of-the-day banner.

banner slip-ppp: Defines a customized banner to be displayed when a Serial-line IP or


Point-to-Point connection is made.

exec-banner: Controls (enables or disables) the display of EXEC banners and message-of-
the-day banners on a specified line or lines.

What is the global configuration command to remove the MOTD banner?


No banner motd command is used to remove the MOTD banner.

Task 2: Configure Cisco router password access.

Step 2: Configure the console password.


What is the command to remove the console password?
No password can used to remove the console password

Step 3: Configure the virtual line password.

Issue the command exit. What is the router prompt? What is the mode?
Router1(config-line)# exit
When we write exit command then we will enter global configuration mood.

Issue the command end. What is the router prompt? What is the mode?
When we write end command then we will enter into privileged mood.

Task 3: Configure Cisco Router Interfaces.

Step 4: Verify network connectivity.


Use the ping command to verify network connectivity with the router. If ping replies are not
successful troubleshoot the connection:

What Cisco IOS command can be used to verify the interface status?
show ip interface brief command can be used to verify interface status.

What Windows command can be used to verify host computer configuration?


Config or config/all command can be used to verify host computer configuration
What is the correct LAN cable between host1 and Router1?
Copper cross over LAN cable is used between host1 and router 1

Task 4: Save the Router Configuration File.

Router1#show running-config

Use the output to answer the following questions:

How large is the configuration file?


823 bytes

What is the enable secret password?


5 $1$mERr$Zr2mIrjYT1J3kgIr6eLCG1

Does your MOTD banner contain the information you entered earlier?
No

Do your interface descriptions contain the information you entered earlier?


No

Step 2: Save RAM configuration to NVRAM.


Write down one possible shortcut command that will copy the RAM
configuration to NVRAM.
Copy running config command is used for this purpose

Diagram:
CRITICAL ANALYSIS:
In this lab we learned about how to Network Cabling & Basic CISCO
Devices Configuration. We learned about the different cables used in
the networking systems. We also learned about how to configure
different devices according to our requirement.

We did the router configuration. We used CLI the router setting to


configure different setting, we set the how to set password, banner ,
viewing and copy the memory and how Interface the other devices
etc.

We learned about different configuration moods used in the device


configuration.

You might also like