Mangle in ROS 3.11

Hej
In a ap bridge I do this

aug/27/2008 10:14:33 by RouterOS 2.9.49

/ ip firewall mangle
add chain=forward action=mark-connection new-connection-mark=con-33
passthrough=yes comment="" disabled=no
add chain=forward action=mark-packet new-packet-mark=packet-33down
passthrough=yes out-interface=wlan1 connection-mark=con-33 comment=""
disabled=no
add chain=forward action=mark-packet new-packet-mark=packet-33up
passthrough=yes out-interface=ether1 connection-mark=con-33 comment=""
disabled=no
How can I do the same in Ros 3.11

ErikR

You can do it in the same way.
Are there any problems with it ?

Yes, there are a problem, when I set the outgoing interfaces, then it stops marking
I will like to mark the packet which go to the internet, and the packet which go to the customer, and then use it in a PCQ queues.
I have a bridge between ether1 and wlan1
In bridge I have set “use ip firewall”

ErikR

you should change the way you are mangling.. with bridge you should do that way..

mark the packets with the chain forward, in interface = bridge


then in queue tree you should select the parent queue , the interface you want to shape, for exemplo wan for upload and wireless for download,

that should work

I will try this
thankyou

ErikR