Queue tree not processing marked packets

I have a couple of 433ah’s (v3.30) that just stopped processing marked packets in the tree. Recreating the rules doesn’t help, nor does rebooting or power cycling the rb. Wireshark shows the traffic correctly marked, and creating an additional set of queues on ether1 shows the traffic being processed correctly. Other rb’s in this network that are downstream are processing correctly.

The mangle shows traffic being marked appropriately, and as noted, the new set of queue’s on ether1 show traffic being processed.

One interface is called 58, one is 900, and the other is ether1.

Here is the snippet, which did work Monday, but doesn’t now.

/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=qos_58 parent=58 priority=1
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=intercon_58 parent=qos_58
priority=2
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=critical_58 parent=qos_58
priority=3
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=routine_58 parent=qos_58 priority=
8
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=intercon_58_7 packet-mark=dscp_48 parent=
intercon_58 priority=8 queue=ethernet-default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=0 name=critical_58_1 packet-mark=dscp_46 parent=
critical_58 priority=2 queue=ethernet-default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0
max-limit=1M name=routine_58_7 packet-mark=dscp_0 parent=
routine_58 priority=8 queue=ethernet-default

I’d love to hear some idea’s.
carriage.txt.rsc (18.8 KB)
queue.JPG