Hi all, how can I set 802.1p priority marks in VLAN tagged packets on VLAN interface in Mikrotik?
Not sure if this help, but you can give it a try.
/int bridge filter add vlan-id=2 vlan-priority=7.
You may need a sniffer to figure out if it does anything with the packets.
no, no, this way you define filter only.
You need an ACTION that can modify VLAN features like VLAN ID or priority
the correct command is:
“add action=set-priority new-priority=7 out-interface=vlan1”
Note that it applies only for RouterOS v3.0
Ok, I missunderstod you about this.
I thought that you allready have the priority set from a switch, so it’s the reverse.
Then you have to go for 3beta as Normis wrote.
sorry Uldis, I’ll never call you Normis again
may i know how to set vlan priority to 1 in v5.18?
Is it the switch configuration or a bridge configuration?