I have a layer 3 switch(equivalent to router) I have created four vlans on it. I have assigned IP interfaces to each vlan. I want to communicate from pc1 which is connected to vlan1 to pc2 which is connected to vlan4. The way I want this communication is thru forwarding i.e vlan1 forwards the data to vlan2 ,vlan2 to vlan3 and finally vlan3 sends it to the destination on vlan4.
All vlans and interfaces are up and working and able to communicate directly i.e vlan1 can directly communicate to any of the three vlans. But I want to have this forwarding mechanism as explained earlier.
Can someone explain how this can be done