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

Name: USAMA KAPOOR

Student id: BC200410533


CS #407 Assignment no 1
Fall (2023)

Scenario:

Suppose you have to design a small network. This network comprises of one Personal computer
(PC), one Sever and one Switch. PC and Server, both are connected to the Switch.
A list of tasks & required configurations for this small network, is given below.

Work Flow:
You are required to perform the following Tasks using the
 Packet Tracer Tool,
 take Screenshots of configuration windows and
 paste the screen short into the MS Word File after completing the tasks:
Task 1 - Designing Topology:
Design the network topology in the Packet Tracer as per scenario given above. You need to
connect all the devices on appropriate interfaces and turn all the links up.

Task 2- Labeling the Nodes/Devices:


Label all nodes respectively as per following:
Nodes/Devices Labels
Computers PC-[your vu id]
Server Server-[your vu id]
Switch SW-[your vu id]

Example:

Task 3 - Configure console connection on Switch through PC:


By writing all appropriate commands, make a console connection on Switch through PC.
1. Switch>enable
2. Switch#configure terminal
3. Switch (config)#line console 0
4. Password bc200410533
Task 4 - Configuring Host Name on the Switch:
By writing all appropriate commands, configure host name of the Switch as your VUID.
1. Switch>enable
2. Switch#configure terminal
3. Switch(config) #hostname 200410533
4. end
Task 5 - Configuring IP address on the Switch:
By writing all necessary commands, set an IP address of your own choice to the Vlan1 interface
on the Switch
1.bc200410533#enable
2.bc200410533#configure terminal
3.bc200410533 (config) #interface vlan1
4.# ip address 192.168.0.0 255.255.255.0
5# no shutdown

Task 6 - Show Switch interfaces information:


By writing all appropriate commands, show information of all interfaces of the Switch.
1. Bc200410533 #enable
2. Bc200410533#configure terminal
3. bc200410533 (config) # show interfaces brief
Task 7 - Configuring Password on the Switch:
By writing all appropriate commands, restrict the console access on Switch and set the password
as last 5 digits of your VUID.
1.bc200410533# enable
2.bc200410533#configure terminal
3.# line console 0
4. # password 11836
5 # login
Task 8 - Configure Switch access through Telnet:
By writing all appropriate commands, access the Switch through Telnet.
1.switch > enable
2. switch # configure terminal
3.switch (config) # line vty 015

Task 9 - Test and verify the connectivity of the Switch:


By writing all appropriate commands, test and verify the connectivity of the Switch.

Task 10 - Configuring IP address on PC and remotely test the connectivity of Switch


through PC:
Set an appropriate IP address of your own choice on the network PC. Open the commands
prompt of PC and check its remote connectivity with the Switch by entering the relevant
commands.

You might also like