Is it possible to remove all incoming VLAN tags from the ISP? Basically remove the VLAN tags on the WAN device?
Is it possible to let a VLAN tag go through the WAN? I have this a setup below. I want to strip the VLAN from incoming ISP traffic on the first WAN. I also want the traffic from #1 to reach into #2 if tagged correctly
As @slh said, yes this can be done by means of the switch configuration. But at that point, the first router becomes nothing more than a managed switch.
Is there a reason you want to strip the vlan tag in the first router and pass it to the second as untagged? There is no real reason to do this from a technical perspective since the second router can handle the vlan tag just the same. You could simply remove the first router and use the second normally with the tag.
I don't want any VLAN tags entering my network from the outside world / ISP. It sounds like a security issue but I am a newbie so can't say for sure.
To clarify I want something started in router1 going into router2. I want to remove / stripe all VLAN info from the ISP going into router1. Nothing based on ISP VLAN tags should go to router2
The vlan tags will be removed when the traffic arrives at the router. Assuming the traffic then leaves on an interface that has vlan tags it'll have those tags added, otherwise it'll be untagged.
Are you aware that vlan is a layer-2 technology while on the Internet we usually do layer-3?
And as the others already tried to explain to you: the moment a frame with a tag hits a router the tag gets removed anyway.
There are also valid scenarios where you want to bridge ISP traffic like to connect multiple routers on a single line... Or to pass it into a virtualisation cluster or the like...