Lab Report No 3 Computer Network Lab: Switch Administrative Function
Lab Report No 3 Computer Network Lab: Switch Administrative Function
Submitted by
Section
BEE-8D
Submitted to
Sir Aqib Khan
Equipment:
Computer
Packet Tracer (version 5 or higher)
Introduction:
This lab introduces Cisco IOS (Internetwork Operating System) which is the proprietary CLI
(command line interface) based software empowering nearly all the Cisco devices. IOS is a
package of routing, switching, internetworking and telecommunications functions tightly
integrated with a multitasking operating system.
In this lab we used cisco packet switcher software which is based on transmission of data in the
form of packets .We also got familiar with how CLI based software empowering nearly all the
cisco devices.
Procedure:
First of all turn on the pc( personalcomputer).
Open the cisco packet switcher software from the desktop of the computer.
Click on switch and goto cli tab .
Type switch >enable command to enable the functioning of switch.
Examine the current running configuration by using command
Switch# show running-config
Then check the current contents of Nvram
Switch # show startup-config
It will show startup config isnot present.
Enter enable and then type command of
Switch # config t
Then provide hostname by using command
Switch(config)# hostname lab3
Lab3(config)# exit
Notice the prompt change in configuration to reflect in new name.
Examine the current configuration that follows to verify there is no configuration except
its hostname.
Lab3# show running-config
Then type a command to check destination file name
Lab3# cop running-config startup-config
Then goto exit command when you put password it will not shown to the user .
Determine the layer 2 addresses of the pc network interface cards check by using
ipconfig /all in program prompt.
To determine the mac address through terminal settings and layer 2 settings whether
both are same or not.
Type command
lab3#show mac address-table
Then use the command for option of selecting mac address
To remove existing mac address use the command
Lab3# clear mac-address-table dynamic
Conclusion:
From this we conclude that Cisco devices have 4 types of memories present:
a) ROM
b) Flash
c) NV-RAM
d) RAM
From this lab, we observe that there are two method to transmit data either by hub or switch.
Transmitting data using switch is more efficient then using hub. Data will transfer fast and more
advance using switch then hub. Use of switch is more effective way.