Mikrotik CCR & ZPH

I recently bought CCR series which have ROS 6.x

Previously on mikrotik 5.20, I was using using mangle rule to mark cache_hit packets coming from the squid and via queue tree to deliver cached contents to client at lan speed, but in CCR, its not working.

Can any one help in this regard?

Am also suffering from this issue… In addition I have few IP addresses I need them to baypass the profiles (Simple queues). Like for example youtube traffic.
It’s no longer working in RouterOS V6
Please Heeeelp, I bought a CCR Router and it’s nothing more than an expensive brick for me because of this issue.

also the same problem here using CCR1016 V6.5 …i installed cache system recently and the same issue is happening with the ZPH rule that is not working.
the clients are downloading with the nomal speed the cached contents … please we need help with that

im facing the same problem using CCR1016 v6.5…after installing cache system im trying to use the ZPH rule but its not working.
the clients are downloading on the normal queue speed the cached contents …so please we need help

i hope here is the solution for your problem. please try this way.
bcoz i am success on Mikrotik 6.15

/ip firewall nat
add chain=dstnat action=redirect to-ports=8080 protocol=tcp dst-port=80

/ip firewall mangle
add chain=output action=change-dscp new-dscp=4 passthrough=yes comment=“HIT TRAFFIC FROM PROXY”
add chain=output action=mark-packet new-packet-mark=cache-hits passthrough=no dscp=4 comment=“Cache Hit”

/queue tree
add name=“Unlimited Speed for CACHE” parent=global packet-mark=cache-hits limit-at=0 queue=default priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s