ā01-09-2024 04:46 AM - last edited on ā01-10-2024 01:34 AM by Translator
Hi, I wonder why my client with VLAN 10 can't reach the default gateway. The client is configured with an ip address and a gateway address.
The switch which the client is connected to is configured to VLAN 10 on
int fa0/1
The switch which is connected to the bottom switch is configured as trunk
int fa0/2 -> switchport mode trunk,
switchport trunk allowed vlan 1,10,20
same with the bottom switch which is connected to the top one same configuration
int fa0/2 access vlan 20
int fa0/3 configured as trunk
R0 is configured with g0/0/0 no shutdown subinterfaces
g0/0/0.10 encapsulation dot1q 10
ip address 192.168.10.1
g0/0/0.20 encapsulation dot1q 20
ip address 192.168.20.1
I can ping the gateway from client in VLAN 20 but I can't from client in VLAN 10. Why is that? I mean the switch should broadcast the frame until it hits the router right?
Solved! Go to Solution.
ā01-09-2024 05:14 AM - last edited on ā01-10-2024 01:36 AM by Translator
Hello @ngaoiwnwa2
On Switch0 add vlan 10 !
configure-terminal
vlan 10
After that PC0 should be able to ping its Gateway:
ā01-09-2024 05:14 AM - last edited on ā01-10-2024 01:36 AM by Translator
Hello @ngaoiwnwa2
On Switch0 add vlan 10 !
configure-terminal
vlan 10
After that PC0 should be able to ping its Gateway:
ā01-09-2024 05:20 AM
FYI : Community group for Packet Tracer project questions
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide