I have setup a Routerboard 1100 with bridge ports. I am simply trying to bridge ports 11 and 12 and priotize voip traffic. I have setup the following
/ interface bridge settings
set use-ip-firewall=yes
/ip firewall mangle
add chain=prerouting protocol=udp src-port=5060 action=mark-packet new-packet-mark=voip
passthrough=no
add chain=prerouting protocol=tcp src-port=5060 action=mark-packet new-packet-mark=voip
passthrough=no
add chain=prerouting protocol=udp src-port=16384-18000 action=mark-packet
new-packet-mark=voip passthrough=no
add chain=prerouting action=mark-packet new-packet-mark=voip-sip-total passthrough=yes dscp=26
add chain=prerouting action=mark-packet new-packet-mark=voip-rtp-total passthrough=yes dscp=46
i have added queue tree
so that the bridge prioritizes voip with a 1.
I have bridged the two interfaces eth11 and eth12 but cant ping at all in between the devices
please help.