Hi.
I would like to do the following
ether1, ether2 untagged access ports
ether8 tagged CVID 3099
on the other side of the switch (port8) I have a router that has tag 3099 and CVID 10 tagged on that.
Following the example below, its exactly like the example, except the example assumes that ether1,ether2 are received a tag of 10. In my case, its not. I tried the code below, that did not work. Is this possible?
https://wiki.mikrotik.com/wiki/Manual:CRS1xx/2xx_series_switches_examples#CVID_Stacking
/interface ethernet switch
set bridge-type=service-vid-used-as-lookup-vid drop-if-invalid-or-src-port-not-member-of-vlan-on-ports=ether1-master,ether2,ether8
/interface ethernet switch egress-vlan-tag
add tagged-ports=ether8 vlan-id=3099
/interface ethernet switch ingress-vlan-translation
add customer-vid=0 new-customer-vid=10 new-service-vid=3099 ports=ether1-master,ether2
/interface ethernet switch port
set 7 egress-service-tpid-override=0x8100 ingress-service-tpid-override=0x8100
/interface ethernet switch vlan
add ports=ether1-master,ether2,ether8 vlan-id=3099
add ports=ether1-master,ether2,ether8 vlan-id=10