Problems: Install and configure network devices: HUB, Switch and Router.
Solution:
Step 1: Take a router of
model 1841.
Step 2: Take two hub of
model Hub-PT.
Step 3: Take two switch
of model 2950-24.
Step 4: Take pc0, pc1
for switch0, take pc2, pc3 for switch1.
Step 5: Connect pc0, pc1
to Switch0 with Straight through cable, connect pc2, pc3 to Switch1 with
straight through cable, and connect Switch0 to Hub0 with cross over cable,
connect Switch1 to Hub1 with cross over cable. Connect Hub0, Hub1 to Router0
with straight through cable.
Step 6: Router
configuration:
Go
to Router0 → CLI
Router>enable
Router#configure
terminal
Router(config)#interface
fastEthernet 0/0
Router(config-if)#ip
address 10.10.1.1 255.0.0.0
Router(config-if)#no
shutdown
Router(config-if)#exit
Router(config)#interface
fastEthernet 0/0
Router(config-if)#ip
address 192.168.1.1 255.255.255.0
Router(config-if)#no
shutdown
Step 7: All pc Configuration:
Go to PC0
→ Desktop → IP Configuration → Static
IP Address
|
10.10.1.5
|
Subnet Mask
|
255.0.0.0
|
Default Gateway
|
10.10.1.1
|
Go to PC1
→ Desktop → IP Configuration → Static
IP Address
|
10.10.1.6
|
Subnet Mask
|
255.0.0.0
|
Default Gateway
|
10.10.1.1
|
Go to
PC2 → Desktop → IP Configuration → Static
IP Address
|
192.168.1.5
|
Subnet Mask
|
255.255.255.0
|
Default Gateway
|
192.168.1.1
|
Go to PC3
→ Desktop → IP Configuration → Static
IP Address
|
192.168.1.6
|
Subnet Mask
|
255.255.255.0
|
Default Gateway
|
192.168.1.1
|
Implementation & Result: Sending message is successful.
Go
to any pc→ Desktop→ Command Prompt
Post a Comment