Exercise 1 Final Term
Exercise 1 Final Term
Objectives:
1. Connect and configure a simple network using a router, switch, and PCs.
2. Assign IP addresses to the devices.
3. Verify connectivity between PCs using ping.
Network Topology:
1 Router
1 Switch
3 PCs
Steps:
a. Router Configuration:
Click on Router0, go to the CLI tab.
Router> enable
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# exit
b. PC Configuration:
a. Ping Test:
Type ping 192.168.1.3 to ping PC1. You should see replies if the configuration is correct.
b. **Repeat the ping test from PC1 and PC2 to verify they can also reach each other and the
router.
On Router0, in the CLI tab, type write memory to save the configuration permanently.
1. What challenges did you encounter during the configuration process, and how did you
overcome them?
2. How did you verify that each device was correctly configured?
3. Why is it important to ensure that each device has a unique IP address?
4. How can you use the skills learned in this exercise for more complex network setups?
Assignment