I need to take a port that comes from a source, lets say a port from my router that is handling my WAN connection, lets say I route my own external IP range but I want to have that accessible on a tagged vlan down the line. The switches I am connecting to their base network is a basic management network nothing special. It is set to pass all vlans because each endpoint will talk to each other on dozens of vlans, the switch doesn't need to care just allow that traffic to pass between them. The same with the internet vlan because those endpoints, lets say they are hypervisors and they have vms, maybe they have a virtual firewall or a VM that requires direct internet access. I would want to set them as that internet vlan to see it.
However, Mikrotik has a fatal flaw. If you separate the bridge, you nuke performance. Is there a better way to take something but pass that along only via a tagged vlan? Without seperating the single bridge?
Assuming the CGNAT are externally routable IP addresses (for this demonstration).
Lets say I have a CCR2116-12G-4S+, on the wan port I am given ip of 100.64.0.100/24 with a gateway of 100.64.0.1, then I have it set as a router without NAT. On the "LAN" side of that router my gateway IP is 100.110.0.1/24 and I have 100.110.0.2-254 as usable IPs (no DHCP). I have the rest of the switch to connect devices to that,
I then have a CRS326-24S+2Q+ which is connected to hypervisors. How do I get from that CCR2116 to the CRS326 only on vlan 100 without nuking throughput. Lets assume I want to maintain a sustainable 10GB/s. Can I do that with Mikrotik or do I need to pop in a cisco or fs.com type of switch that doesn't have that issue? Do I need to pop in another mikrotik between them?