Mikrotik +VOIP traffic

Hi All,

I have 3 ADSL PPPOE gateways. I use 2 of the gateways for splitting local / international bandwidth. I wish to use the 3rd gateway for all VOIP traffic. My question is how do I go about marking all VOIP traffic and then how to route out via the 3rd gateway?

Thank you.

  1. in mangle mark connection for the following. say the mrk connection is ‘voip’
    a) 5060 tcp and udp
    b) 5061 tcp
    c) 1719,1720 udp

  2. in mangle mark routing for flows with connection mark=voip. say the routing mark is voip_rm

  3. in /ip/routes set the next hop of the traffic with routing mark=voip_rm to the next hop ip of the third link.

thanks,

sudipta