cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
634
Views
0
Helpful
1
Replies

QOS for VoIP (SIP)

somwicked
Level 1
Level 1

Need some assistance providing QOS on a point-to-point leased line for VoIP traffic to/from a remote office.

Per an earlier forum recommendation, I added the following to the router configs (with a vague understanding of it).

class-map match-all VOIP

match access-group name VoiceOverIP

!

policy-map SET_PRECEDENCE

class VOIP

set ip precedence 5

Now that I have read up on this subject a little more, I'm more confused. If I'm not mistaken, the above commands do nothing without a corresponding access-list command to define the traffic, correct?

If that's the case, how would I define the traffic?

From what I've been told of the phone system:

- audio is carried over ports 5000-5064 (not sure TCP/UDP),

- TCP 5566, UDP 5567, and TCP 5570 are used for signaling

The above info makes me believe the phone is SIP based (it is an Intertel Axxess system) which commonly uses TCP/UDP 5060 (I think).

So far, I'm leaning towards a command similar to:

access-list VoiceOverIP permit any any range ???

Then I get stuck .. perhaps I'm over thinking this. Any (and all) help appreciated.

1 Reply 1

barisal
Level 1
Level 1

Real time traffic uses UDP ports and between 16383-32768.. Use such an access-list for this..

access-list 102 permit udp any range 16384 32767 any

access-list 102 permit udp any any range 16384 32767

access-list 102 permit tcp any eq 1720 any

access-list 102 permit tcp any any eq 1720

access-list 102 permit tcp any eq 2000 any

access-list 102 permit tcp any any eq 2000

Baris.

Review Cisco Networking for a $25 gift card