Hello,
I have point-to-point wireless link in brigde mode. I need to set-priority for some DSCP marked packets (they come marked from VoIP server).
Which is the best way to priorize?
- Layer 2: /interface bridge filter: Here I have less options for DSCP, I could priorize with ingress priority
Layer 3: /ip firewall mangle: Here I need to actívate IP firewall in the bridge, it is more easy to match a correct value of DCSP to priorize.
How could you configure it? Layer2 or Layer3?
Kind regards.