
C613-50186-01 Rev B
Command Reference for AR2050V
2623
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
PPLICATION
AND
E
NTITY
C
OMMANDS
DSCP
Usage
You can specify only one set of DSCP values for an application. The newly specified
list will replace the existing one; it will not be added to the existing one.
Example
To specify a DSCP of
ef
for the application named
voice
, use the commands:
awplus#
configure terminal
awplus(config)#
application voice
awplus(config-application)#
dscp ef
To specify DSCPs of 12 and 13 for the application named
test
, use the commands:
awplus#
configure terminal
awplus(config)#
application test
awplus(config-application)#
dscp 12 13
To remove DSCP12 from the application named
test
, use the commands:
awplus#
configure terminal
awplus(config)#
application test
awplus(config-application)#
no dscp 12
To stop the application named
test
from using DSCP values, use the commands:
awplus#
configure terminal
awplus(config)#
application test
awplus(config-application)#
no dscp
Related
Commands