Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PC 0 10.10.10.10/24 gi 0/0.10 10.10.10.1/24 Router gi0/0.20 192.168.10.1/24 fa0/22 Trunk Port Allowing VLAN 10 and 20 fa 0/1 VLAN 10 fa 0/2 VLAN
PC 0 10.10.10.10/24 gi 0/0.10 10.10.10.1/24 Router gi0/0.20 192.168.10.1/24 fa0/22 Trunk Port Allowing VLAN 10 and 20 fa 0/1 VLAN 10 fa 0/2 VLAN 20 PC 1 192.168.10.10/24 723 1) Setup connections as per the figure 2) Set up interface fa 0/22 to TRUNK and allow VLAN 10 and 20 3) Add the following configuration on the router router(config)# interface gi 0/0 router(config-if)# no shutdown router(config)# interface gi 0/0.1 router(config-if)# encapsulation dot1q 10 router(config-if)# ip address 10.10.10.1 255.255.255.0 router(config-if)# no shutdown router(config-if)# end router(config)# interface gi 0/0.2 router(config-if)# encapsulation dot1q 20 router(config-if)# ip address 192.168.10.1 255.255.255.0 router(config-if)# no shutdown 4) From 10.10.10.10 try to ping 10.10.10.1 Does it work? (Yes or No) 5) From 10.10.10.10 try to ping 192.168.10.1 Does it work? (Yes or No) 6) From 10.10.10.10 try to ping 192.168.10.10 Does it work? (Yes or No)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started