Practical Lesson
Practical Lesson
Objectives
Materials Needed
Instructions
2. Topology:
o 1 Router
o 1 Switch
2. Add Devices:
o Drag and drop 1 router (e.g., Router0) from the router section.
o Drag and drop 1 switch (e.g., Switch0) from the switch section.
o Drag and drop 3 PCs (e.g., PC1, PC2, PC3) from the end devices
section.
3. Connect Devices:
2. Basic Configuration:
Router> enable
Router# configure terminal
Router(config)# interface gigabitEthernet 0/0
Router(config-if)# ip address 192.168.1.1 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# exit
Router# write memory
o This configuration sets up the router with the IP address
192.168.1.1 and subnet mask 255.255.255.0.
1. Assign IP Addresses:
o Click on each PC and go to the Desktop tab, then IP
Configuration.
o Configure the IP settings as follows:
PC1:
IP Address: 192.168.1.2
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.1.1
PC2:
IP Address: 192.168.1.3
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.1.1
PC3:
IP Address: 192.168.1.4
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.1.1
Step 5: Verify Connectivity (3 minutes)
1. Ping Test:
1. Review Configuration: