CHR VLAN Translation

IS VLAN Translation possible without a switch chip? I am needing to translate some VLANs that are coming in via EOIP

CLIENT VLAN100 EOIP → CHR BRIDGE (TRANSLATE 100 to 99) → VLAN 99 EOIP

I don’t think that bridge can do VID translation. But since you’re using CHR I’ll assume CPU performance is not a problem.

So you can do it like this:

client EOIP (VID 100) → vlan interface VID=100 ↔ bridge (untagged) ← vlan interface VID=99 ← client EOIP (VID 99)


So create vlan interfaces, their tagged end anchored on EOIP interfaces. And add their untagged ends to bridge as bridge ports.