This was working at one point but now is not. We are trying to identify traffic inbound to the network and mark it with DSCP 46 so it will be prioritized on our Canopy network. We are using an RB1100 on the passthrough ports (bridge) and doing the following:

add action=change-dscp chain=prerouting disabled=no dst-address-list=sip_provider_servers new-dscp=46 passthrough=yes src-address-list=sip_provider_customers add action=change-dscp chain=prerouting disabled=no dst-address-list=sip_provider_customers new-dscp=46 passthrough=yes src-address-list=sip_provider_servers add action=mark-connection chain=prerouting disabled=no dst-address-list=sip_provider_servers new-connection-mark=sip_provider passthrough=yes src-address-list=sip_provider_customers add action=mark-connection chain=prerouting disabled=no dst-address-list=sip_provider_customers new-connection-mark=sip_provider passthrough=yes src-address-list=sip_provider_servers

I can see the outbound counters on the Canopy SM (inbound on the AP) increment but not the other way around. I test it by putting my IP in the servers list and ping the public of the customer. This is how we tested it when we implemented it and it was working. What am I missing?

Dylan
_______________________________________________
Mikrotik mailing list
[email protected]
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS

Reply via email to