cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1817
Views
0
Helpful
10
Replies

QoS DSCP priority for critical business application

mbroberson1
Level 3
Level 3

Hey guy's just curious for suggestions on this.

We have remote sites connected by point-to-point full T-1's. We are running voice (IPT) over the T-1's and have prioritzed the traffic as ef as expected. Now heres the question. We have a critical business application that needs high priority almost as much as the voice traffic, but I don't want it interferring with the voice traffic. What would be a good DSCP value to mark the applications traffic?

Thanks

10 Replies 10

francisco_1
Level 7
Level 7

normally your voice is given DSCP 46 (ef)= ip precedence 5 and your business app dscp 16 = IP precedence 2.

Francisco

patrickvanham
Level 1
Level 1

Depending on what class you have defined for voice signalling you could use af21 or af31. You would like the application lower than signalling since you wouldn't want the application to interfere with voice signalling either. If this is the only application which needs to be preferred af21 would suffice, but if you really consider the application to be close to voip af31 would be more suitable unless af31 is already used for voice signalling.

Currently we do have signaling as af31. If we more to af21 for the application will this hurt signaling?

Thanks

If we have signaling at af31 and desire to leave it would af41 for the application proiritize it enough?

Thanks

based on the dscp values i gave above AF31 is is fine for singaling and AF21 for your apps.

So if we currently have signaling at af31 we should leave it and give apps af21? Or are you saying to change the signaling value?

Thanks

Brandon,

no need to change the values. leave singal as AF31 and you apps as AF21.

francisco

Great! I'll try that.

Thanks

francisco,

Would this config work for governing my voice and critical application?

class-map match-any Voice-Calls

description Voice-Calls

match ip dscp ef

class-map match-any Voice-Call-Control

description Call-Control

match dscp af31

class-map match-any Critial-Application

description Critical-Application-Traffic

match access-group name Critical-Application

class-map match-any Telnet-Traffic

description Telnet-SSH

match protocol telnet

match protocol ssh

!

!

policy-map QOS

description Traffic-QoS

class Voice-Calls

priority 282

class Critical-Application

bandwidth 600

set dscp af21

class Telnet-Traffic

bandwidth 64

class Voice-Call-Control

priority 64

class class-default

fair-queue

random-detect

Thanks

Joseph W. Doherty
Hall of Fame
Hall of Fame

See http://www.cisco.com/en/US/technologies/tk543/tk759/technologies_white_paper0900aecd80295a9b.pdf

PS:

Just marking doesn't always guarantee the traffic actually obtains higher priority. Conversely, on a p-2-p T-1, you really don't need to mark to deliver different service priorities.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card