Router:
This device has internet access on the default vlan (0). One interface created with vlan 400 to pass the traffic between the left and the right switch.
Does anyone has an idea to create such a simple setup?
In your first image, the bottom left corner ether8 is receiving traffic from the computer with VLAN ID 0 and not altering the VLAN ID, it should be configured such that the Customer VID = 0 and New Customer VID = 81, if you are working on another router board connected to ether8 the VLANs should be configured on it for best practice.
/interface ethernet switch ingress-vlan-translation
add port=ether8 customer-vid=0 new-customer-vid=81The post by fusa thanking me, had the tagging and untaging confused
Is there also a way to tag all untagged traffic with a vlan tag (110) and to let tagged traffic be passed (4 and 15) arround the ingress translation. The ingress translation is now tagging all traffic and not only untagged
I want to achieve a access vlan (untagged) and voice vlan (tagged) like cisco style
Ingress Translation
Ports: ether08
Service VLAN Lookup for ANY
Customer VLAN Lookup for ANY
New Customer VID: 110
I’m trying to set up next thing. On UBNT Gateway I created 2 LAN networks 192.168.1.0/24 with VLAN ID=1 and 192.168.2.0/24 with VLAN ID=2. Final destination are 20 devices of UniFi. Between these devices I have CRS212 and CRS226 connected with optic cabel. Direct connection of Ubnt GW and UniFi works nice.
I tried to use this: https://wiki.mikrotik.com/wiki/Manual:C … 8Q-in-Q.29
using settings for CR1 and CR3. I can’t get my VLAN ID=1 and VLAN ID=2 to get trought this.
Can somebody explain a little bit about VLAN tunneling for my case. Becouse I don’t know where is my mistake.
I didn’t put any IP addresses on VLANs. Should I ?
Untagged traffic is going nice, but tagged not