I came across a network that looks like the following:
In order to have the server access to both the public internet and internal network (but without depending on the internal router) one port of the router is plugged back into the the switch and tagged with another VLAN that is passed alongside the public VLAN to the server.
Consider there's a constant bandwidth usage of around 500Mbps on the internal network. Is that traffic constantly injected back into the port 4 tagged as VLAN 200? Does it limit the available bandwidth for VLAN 101 just because some machines are transferring data on the internal network? If yes, does it also happen if the server doesn't even have an interface configured for VLAN tagging on that tag?
The switch is a cheap TL-SG108E configured as shown in the picture. The router is a GL-MT6000 running OpenWrt that bridges all LAN ports into a single br-lan
interface
Thank you.