New to this routing platform so please bear with me if I’m missing something obvious, but I’m having a difficult time implementing a DSCP-based qos traffic policy. I’m deploying on a Proxmox server and using Virtio Paravirtualized interfaces and I’ve followed this official config guide as well as this example with no luck. The DSCP Markings are not present in any packet captures and obviously not the packets are not being shaped when processed upstream. As far as I’ve seen, there is no “show policy-map interface x” equivalent either where I can see how the interface is processing the traffic. If anyone can offer any guidance or advice, I would appreciate if they can share with me. Thank you.
set qos policy shaper RTSP_TRAFFIC class 10 match 10 ip destination address 10.4.255.1
set qos policy shaper RTSP_TRAFFIC class 10 set-dscp ‘CS4’
set qos policy shaper RTSP_TRAFFIC default bandwidth 10%
set interfaces ethernet eth2 description ‘WAN’
set qos interface eth2 egress ‘RTSP_TRAFFIC_TRAFFIC’