Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
means nothing........How to configure 1841 routers for Diff Serv (Differential Services) 46 QOS standard?
class-map match-all EF
match dscp ef
!
policy-map wan-qos
class EF
priority percent 33
class class-default
fair-queue
!
interface serial0
service-policy output wan-qos
![/quote]
This is a very simple QoS policy and will provide a Low Latency Queue (LLQ) for DSCP EF (46) traffic. All other traffic is handled by the default class and is set for fair-queueing. The chances are that the signalling for the Avaya kit uses a different DSCP value for signalling (usually DSCP 24 or 40) so ideally you should have a separate queue for this traffic as well.
If you apply this you should verify traffic is matching the classes with the command 'show policy-map interface serial0' command.
It can get much more complicated with different data classes, policing and markdown etc. I suggest you have a look on CCO for some more help.
HTH
Andy