I am trying to stack 4 switch on a ring topology. All switch will be on layer 3
Vlan 1 will be on 192.168.21.X (ports 1-18)
Vlan 2 will be on 192.168.22.X (port 19-24)
Vlan 3 will be on 172.28.X.X (planning to make port 25-26)
We will have 2 sfp up links coming in and LACP must be enabled on these ports, whats the best way to connect these two up links? I am thinking on combining/link aggregation on ports(25) on switch 1 and 2 and then port 26 on switch 3 and 4. Assigning these to VLAN 3, then connect these 2 uplinks at each bonded ports.
Will this work? Any better ways to do this?
Also, Can traffic by default be able to communicate with each VLAN, since its on layer 3 ?
Any suggestions would be highly appreciated. Thank you.