<html><body>
<DIV>We have an Avaya VoIP solution, which I'm still getting familar with. I am much more comfortable with Cisco's VoIP solutions, but my question is simple...I think.&nbsp; I want to make sure QOS is setup properly.&nbsp; I am wondering if I ran autoqos on all switch ports and router ports from end - to - end&nbsp; would the Avaya equipment be properly covered. I did some research and so far all I've come up with is to do this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>class-map match-any VoIP</DIV>
<DIV>&nbsp;match ip dscp 46</DIV>
<DIV>&nbsp;</DIV>
<DIV>policy-map voipQoS</DIV>
<DIV>&nbsp;class VoIP</DIV>
<DIV>&nbsp; priority 816</DIV>
<DIV>&nbsp; class class-default</DIV>
<DIV>&nbsp; fair-queue</DIV>
<DIV>&nbsp; random-detect dscp-based</DIV>
<DIV>&nbsp;</DIV>
<DIV>interface Serial0</DIV>
<DIV>&nbsp;description T1</DIV>
<DIV>&nbsp;ip address 172.16.0.1</DIV>
<DIV>&nbsp;service-policy output voipQoS</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Now I know I would have to adjust it for my environment, but I'm not familiar with dscp 46 and what that does or how that sets the priority on the Avaya VoIP equipment.&nbsp; I would really like to see some sample configs of cisco switch ports and router interfaces along with a quick explaination of why it this works or how maybe another way is better.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN>&nbsp;</DIV></body></html>