My scenario: I have many endpoints currently connected to an unmanaged switch. I want to add Layer 3 switch and segment the network into VLANs, but I'd like to avoid the manual work of tracing which endpoint connects to which port. Is there a way to do this without rewiring everything?
Example: ADMIN VLAN10 SVI:192.168.10.1
GUEST VLAN20 SVI:192.168.20.1
GOAL is i'll be able toping the other VLAN from VLAN 10 to VLAN 20 in this example if its doable.
What I've figured out so far: I've been digging into this for days now, and from what I can tell, this just isn't gonna work unless I either:
- Swap out the L2 switch for a managed one that can actually handle VLANs, OR
- Run multiple cables from the L3 switch to the unmanaged switch - basically one cable per VLAN
I'm pretty new to networking and definitely not an expert here. I just need someone to confirm I'm not crazy and that I'm understanding this right, so I don't keep stuck to make something impossible happen. Am I on the right track?"
I did some more testing and figured out a way to get inter-VLAN routing working even with an L2 unmanaged switch. I don't know if this is the best but it works.
I also tested it on the actual hardware and in Packet tracer which worked.
Any thoughts on this? is much appreciated.


