08-20-2020 03:33 AM
Hello,
As below topology, end devices pings each other, but cant ping to vlan ip on Remote Switch(192.168.17.5), although i can ping this vlan ip from CORE switch!
-vlan 100 (192.168.12.1) on CORE SW.
-vlan 20 (192.168.17.1 ) on CORE SW.
-vlan 20 (192.168.17.5) on Remote Sw.
-VTP is active and all vlan exist on all switches.
-PC01 (192.168.12.15) (GW:192.168.12.1)
-PC02 (192.168.17.10) (GW: 192.168.17.1)
i cant find where is the problem?
help me please,,,
Solved! Go to Solution.
08-20-2020 05:04 AM
Hello @FayezIllariyeh ,
you have ip routing enabled on the remote switch
so on the remote switch you need a static default route pointing to core IP address in Vlan 20
ip route 0.0.0.0 0.0.0.0 192.168.17.1
it is important that the next-hop is on a directly connected subnet.
Hope to help
Giuseppe
08-20-2020 04:09 AM
your picture is too blur not able read correctly
where is all the Gateway resides in Core Switch ? is ip routing enabled ?
From Core switch you able to ping desired ping ?
08-20-2020 05:04 AM
Hello @FayezIllariyeh ,
you have ip routing enabled on the remote switch
so on the remote switch you need a static default route pointing to core IP address in Vlan 20
ip route 0.0.0.0 0.0.0.0 192.168.17.1
it is important that the next-hop is on a directly connected subnet.
Hope to help
Giuseppe
08-20-2020 05:08 AM
on the remote swith add default route point to 192.168.17.1 and test.
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