![]() |
VOOZH | about |
In this network, a router and 2 PCs are used. Computers are connected with routers using a copper straight-through cable. After forming the network, to check network connectivity a simple PDU is transferred from PC0 to PC1. The network simulation status is successful. From this network, it can be observed that the router handles data transfers between multiple devices.
Step-1(Configuring Router1):
• Type interface FastEthernet0/0 to access FastEthernet0/0 and Configure the FastEthernet0/0 interface with the IP address 192.168.10.1 and Subnet mask 255.255.255.0.
• Type interface FastEthernet0/1 to access GigabitEthernet0/0 and Configure the FastEthernet0/1 interface with IP address 192.168.20.1 and Subnet mask 255.255.255.0.
6. Type no shutdown to finish.
Router1 Command Line Interface:
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
Router(config-if)#interface FastEthernet0/1
Router(config-if)#ip address 192.168.20.1 255.255.255.0
Router(config-if)#no shutdown
Step-2(Configuring PCs):
Step-3(Connecting PCs with Router):
Router Configuration Table:
| Device Name | IP address FastEthernet0/0 | Subnet Mask | IP Address FastEthernet0/1 | Subnet Mask |
| Router1 | 192.168.10.1 | 255.255.255.0 | 192.168.20.1 | 255.255.255.0 |
PC Configuration Table:
| Device Name | IP address | Subnet Mask | Gateway |
| PC 0 | 192.168.10.2 | 255.255.255.0 | 192.168.10.1 |
| PC 1 | 192.168.20.2 | 255.255.255.0 | 192.168.20.1 |
Designed Network topology:
👁 ImageSending a PDU From PC0 to PC1:
👁 ImageAcknowledgment From PC1 to PC0:
👁 Image