01-17-2013 10:41 PM - edited 03-07-2019 11:09 AM
Hello
We are working to implement a voip solution. We are outsourcing our voip management. We basically have been given phones and the manager software resides at the provider's location. The phones are using a standard data connection, ie: no trunking/802.1q, therefore no DSCP markings.
What is the easiest way to assure that all outbound traffic to the internet on port 5060 gets the highest priority?
Thank you,
01-17-2013 10:56 PM
Hi,
The phones are using a standard data connection, ie: no trunking/802.1q, therefore no DSCP markings.
This is incorrect, no trunking means no COS but not no DSCP because DSCP is a L3 marking.
Regards.
Alain
Don't forget to rate helpful posts.
01-21-2013 08:35 PM
My apologies. No COS. Having said that, can you elaborate on the method to prioritize port 5060 traffic amongst all others?
01-21-2013 11:30 PM
Hi,
you can use an ACL to match traffic destined to TCP/UDP port 5060 but this is control SIP traffic, you will also have to consider VoIP data traffic which is RTP( using UDP).You'll have to use LLQ and put the RTP traffic in the priority queue and
give some bandwidth for the call control packets( port 5060).
you'll find an example describing LLQ/CBWFQ here:http://netcerts.net/cbfq-and-llq-congestion-management-techniques/
Don't forget that this is QoS congestion management and so it comes into play only when there is congestion on the link.
Secondly in the Internet there is no QoS, everything is Best effort so unless you have a MPLS connection or are using a Tunnel you won't be able to maintain the priority of your packets from your side to the other side.
Regards.
Alain
Don't forget to rate helpful posts.
01-22-2013 02:34 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Secondly in the Internet there is no QoS, everything is Best effort so unless you have a MPLS connection or are using a Tunnel you won't be able to maintain the priority of your packets from your side to the other side.
To expand a little on Alain's comment.
Normally, Internet devices will not honor user set DSCP markings. Also, Internet device might not pass user set DSCP markings (i.e. they might change the DSCP value).
Protecting original packets markings can be guaranteed if the packets are first encapsulated into another packet (tunneled) before sending them out to the Internet (as mentioned by Alain).
As congestion is most likely on the links to/from the Internet, QoS can often be effective if packets are "QoS'ed" sequenced before sending them to the Internet and if both user sides manage and allow for only their traffic. For example, if two different connections to the Internet only pass their traffic between themselves, you often can achieve QoS like performance similar to a dedicated p2p link.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide