You should be able to do that. Since the VLAN’s only exist INSIDE the router. Once they leave the router, the VLAN tag is removed (if you use an access port for example: connecting to a server which is not VLAN capable).
The problema is that in priorization filters, there is no way to select the desired value of DSCP, this the filter:
How could I know which is the ingress priority? I want to priorize just DSCP 48.
I could try to priorize with source/destination IP address this way:
But I don’t want to priorize all traffic from the server, just the voip stream.
a good way to do that is to set DSCP value between 0-7 (7 is the highest not like queues)
and you configure the ap priority settings to set priority= “from DSCP”
this way the priority will be assigned base on the dscp value that has been set from the base router before reaching the ap
a good way to do that is to set DSCP value between 0-7 (7 is the highest not like queues)
and you configure the ap priority settings to set priority= “from DSCP”
this way the priority will be assigned base on the dscp value that has been set from the base router before reaching the ap