Switch – Inter VLAN – switch layer 3

layer3switchvlan

I tried to configure simple topology using switch layer 3, but it doesn't work and I don't have an idea what is wrong.

enter image description here

When I ping from 192.168.1.2 a computer 192.168.2.3 , a ICMP packet stops at Multilayer Switch. When I remove Switch2, everything works, but my goal is to create multiple switches L2 and each one having link to multilayer switch.

Edit :
There was a mistake on label next to multilayer switch
VLAN 10 – 192.168.1.1
VLAN 20 – 192.168.2.1

Best Answer

This is a common issue with a simple fix.

config terminal
ip routing
end
copy run start
(You don't want to lose your configuration change and have to fix it again after a reboot.)