Hi Guys,
I need help configuring SIP protocol over all other protocol, any help would be greatly appreciated.
Thanks!
Hi Guys,
I need help configuring SIP protocol over all other protocol, any help would be greatly appreciated.
Thanks!
If your talking about ensuring that bandwidth is first used for SIP then any remaining bandwidth is used for other traffic then you need QoS.
QoS can be implemented in many ways. There are some questions that would need to be answered before I could be sure what you want.
A few primary questions:
Basically what your going to need to do is hold back traffic with a queue. I create interface queues that are slightly under the capacity of my link… for instance if the link can sustain 20Mbps I would create a 19.5Mpbs queue then inside of that queue (tree queueing) I would have multiple subqueues that do not have limits on them. The traffic is matched by in the subqueue and prioritized. This means that when the parent queue is full the voice traffic goes out before data traffic.
I prioritize all traffic to and from my SIP server to my clients on my network. Then secondarily any traffic with a set DSCP bit. Third in in priority is traffic that does not have a DSCP bit set. Finally I match any MikroTik bandwidth testing traffic and put it last. The bandwidth testing is last because I want to be able to test my network without interrupting my clients normal traffic.
If you are designing a large scale QoS implementation then know that this is not something to take lightly. Good QoS is extremely helpful. However just hacking QoS together may not do you any good and could even make situations worse. If this is just a home router then you don’t need a grand plan and a lot of testing you just a few details regarding interface speed and some info that will identify the traffic and the interface queuing points.
Configuring SIP protocol can be best done using QoS. It will make your work as you want it to be. To implement Qos you got to know about the IP address of SIP server. If you manage to know it, you would have solved your problem.
Hi Joshaven,
thank you for responding to the question, i need to figure if the upload and download speed will support the VOIP. Once i determine this then I can order this service. Then i can answer these question. I am new with this device and still have alot to learn.
One thing though since my network is control by the dhcp server, i’ll need to run the VOIP directly to the Mikrotik.
so the network is separate from the VOIP.
Thanks!
Sid