DSCP marks for one application

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2012 02:51 AM
Hi,
We use the default value copy of the dscp today in the waas's.
Is it posible to have dscp mark change per application/port?
So RDP "tcp/3389" use an higher dscp value, than the other default.
We use 5.0.3 in the CMA and 4.4.5d in the WAE's
Regards Jan Rockstedt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2012 03:16 AM
Hi Jan,
It seems that you can indeed set a DSCP value on a per classifier basis:
cdn-wave#conf t
cdn-wave(config)#policy-engine application
cdn-wave(config-pol-eng-app)#map basic
cdn-wave(config-app-bsc)#$name Authentication classifier TACACS action optimize full set-dscp ?
<0-63> Differentiated services codepoint value
af11 Mark packets with AF11 dscp (001010)
af12 Mark packets with AF12 dscp (001100)
af13 Mark packets with AF13 dscp (001110)
af21 Mark packets with AF21 dscp (010010)
af22 Mark packets with AF22 dscp (010100)
af23 Mark packets with AF23 dscp (010110)
af31 Mark packets with AF31 dscp (011010)
af32 Mark packets with AF32 dscp (011100)
af33 Mark packets with AF33 dscp (011110)
af41 Mark packets with AF41 dscp (100010)
af42 Mark packets with AF42 dscp (100100)
af43 Mark packets with AF43 dscp (100110)
copy Mark packets with dscp from ingress flow
cs1 Mark packets with CS1 (precedence 1) dscp (001000)
cs2 Mark packets with CS2 (precedence 2) dscp (010000)
cs3 Mark packets with CS3 (precedence 3) dscp (011000)
cs4 Mark packets with CS4 (precedence 4) dscp (100000)
cs5 Mark packets with CS5 (precedence 5) dscp (101000)
cs6 Mark packets with CS6 (precedence 6) dscp (110000)
cs7 Mark packets with CS7 (precedence 7) dscp (111000)
default Mark packets with default dscp (000000)
ef Mark packets with EF dscp (101110)
cdn-wave(config-app-bsc)#
Regards,
Nicolas
