cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
735
Views
0
Helpful
3
Replies

Traffic Priority

junaid.butt
Level 1
Level 1

how can i prioritize my certain traffic to other. For example i need to prioritize my SIP & RTP traffic over all other trafic.

Thanks

-Junaid

1 Accepted Solution

Accepted Solutions

pkokhan
Level 1
Level 1

example

class-map match-any VOICE

match protocol sip

match protocol rtp

policy-map QUEUING

class VOICE

priority percent 33

class class-default

fair

Then apply this policy on the WAN interface :

interface Serial0

service-policy output QUEUING

View solution in original post

3 Replies 3

paltel
Level 1
Level 1

You need to apply QoS.

Hello

which QoS policy would be implented for this senerio?

pkokhan
Level 1
Level 1

example

class-map match-any VOICE

match protocol sip

match protocol rtp

policy-map QUEUING

class VOICE

priority percent 33

class class-default

fair

Then apply this policy on the WAN interface :

interface Serial0

service-policy output QUEUING

Review Cisco Networking for a $25 gift card