I have redundant Internet from my data center, they provide two links (ports) in HA-mode on their side (HSRP/VRRP). I can use their virtual IP (they failover for me) as GW all the time and I will have a static IP range assigned directly on the two ports on my switch. They require the two ports on my end (call them WAN1 and WAN2) to see each other in layer 2 and will activate the route to internet with just seconds delay on they hand.
In short, I can just hook a server to a switch, put a static public IP on the server with the VIP they provide as GW and works - on all ports.
So far, so good :) No issues. Here comes the isolation:
Since I might want some other people I don't know on same switch (that need Internet), I'm considering using the Mikrotik CRS354 I have and use the unit as a router instead. Is it somehow possible to bridge WAN1 port 1 +WAN2 port 2 and then make another new bridge against my LAN, call it DualWANBridge (ports 1,2) - LANBridgeMe (ports 3,4,5). And then a seperate bridge called DualWANBridge (ports 1,2) - LANBridgeCustomer (ports 3,4). Basically, a guest network on some ports that can not reach my servers, but that will have equal access to Internet.
All bridges/routes should be transparent, as I will use the same IP-network on both sides. So no NAT needed. And since bridge on this Mikrotik should have designated switch-chip, a bridge should work reasonable fast. I have little local traffic really, so no need for extreme speed between two local ports.
If I had more switches, I could do vlan to each group of ports. I guess I can't with single switch without doing something to all the servers individually?
Thankful for any ideas on best practice here :) I suspect even some kind of policy routing in switch-mode might even stop broadcasts or local traffic on some ports to travel across selected ports?