Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 2.36 KB

File metadata and controls

47 lines (30 loc) · 2.36 KB

Computer Networks Laboratory 5 Week 5 | Date : 04.03.2021

In this class we have introduced ourselves with the Cisco Packet Traser Software where we will be able to do the networking simulation and the networking circuit.

Cisco Packet Tracer is powered by,

Dowloading link for Cisco Packet Traser software :

🔶 For 7.2 version : https://getintopc.com/softwares/network/cisco-packet-tracer-7-2-free-download/

🔶 For 6.2 Version : https://getintopc.com/softwares/network/cisco-packet-tracer-6-2-free-download/

🔶 For 6.1 Version : https://getintopc.com/softwares/network/cisco-packet-tracer-6-1-free-download/


Laboratory Assignment :

Question : Design a Star Network with 4 PCs in Cisco Packet Tracer Software

🔷 PC 1 is having the IP Address : 155.178.1.1

🔷 PC 2 is having the IP Address : 155.178.1.2

🔷 PC 3 is having the IP Address : 155.178.1.3

🔷 PC 4 is having the IP Address : 155.178.1.4

▶️ IP Address of the Router : 155.178.1.0

✅ For Checking the PCs are well satisfied to send the signals or not, open the Command Prompt, check the IP address using the command ip config and then ping the other IPs. If all the responses are coming properly from the other PCs then the IP addresses have been deployed correctly. For example, ping 155.178.1.2 in the PC 1 then you will get the proper feedback from the PC 2

Configuring the Router in CLI :

Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface GigabitEthernet 0/0
Router(config-if)#ip address 155.178.1.0 255.255.0.0
Router(config-if)#no shutdown

This is the Star Network with 4 PCs with a 1941 router.