I try set prority by two methods like i can read in this link: https://wiki.mikrotik.com/wiki/Vlans_on_Mikrotik_environment for the outputs requests. For example, the DHCP request is by VLAN ID: 2 and Priority 5 but the offer Mikrotik send with Priority 0 always.
snippets of config are basically not the most useful or efficient at getting at the root of the issues…
Please post config
/export hide-sensitive file=yourconfig
I added the address in vlan2 to make it easier to understand. I try to ping 192.168.2.2 which is a router from another manufacturer (huawei) that only accepts packages from vlan2 and priority 5. It never responds because it does not arrive with priority 5, but with 0.
I just need to use the Priority code point (PCP) bits in the IEEE 802.1Q header.
Thanks for the reply jprietove.
Well, now the ping if it arrives with the correct priority, but I go back to my initial problem, the ping yes, but the DHCP does not … the DHCP offer is sent with priority 0, although the DHCP Discover and the Request comes with priority 5.Therefore, the DHCP Offer never reaches its destination.
Why does it work with ICMP but not with DHCP? Maybe it’s a bug?
I was dealing with this in multiple posts here on the forum, the solution are /interface brifge filter rules or, if you are lucky, /interface ethernet switch rules setting the 802.1p priority. If you cannot find them, come back, I’ll remember some keywords.