<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Verdana; font-size: 10pt; color: #000000'>I don't know your network, and my network hat has some dust on it, but according to your match statements, it looks like you're matching actual voice traffic only. Do the phones not also have traffic that is not marked as voice traffic such as DHCP, TFTP, signalling, etc? Isn't that reguarl IP traffic?<br><br>Also, how many phones at the remote site? We have a remote site with a hundred meg link as well, and we asked to get the maximum number of calls reserved. We're not even close to utilization, but I imagine, if we were, we would go with a mechanism like yours where it's reserved but shared.<br><br>Just some thoughts.<br><br>---<br>Lelio Fulgenzi, B.A.<br>Senior Analyst (CCS) * University of Guelph * Guelph, Ontario N1G 2W1<br>(519) 824-4120 x56354 (519) 767-1060 FAX (JNHN)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>"Bad grammar makes me [sic]" - Tshirt<br><br><br>----- Original Message -----<br>From: "Kevin Dunn" &lt;cheesevoice@gmail.com&gt;<br>To: "Cisco Voice" &lt;cisco-voip@puck.nether.net&gt;<br>Sent: Monday, October 12, 2009 10:41:19 AM GMT -05:00 US/Canada Eastern<br>Subject: [cisco-voip] QoS for Day to Day traffic<br><br><div class="gmail_quote">
<div>
<div>Hello my Pundits</div>
<div><span><font face="Arial"></font></span>&nbsp;</div>
<div><span><font face="Arial">I have a 100Meg Ethernet WAN connection between two towns for DR purposes, and we are going to run "day to day" traffic (voice and data) over this circuit as well, now when replication and SAN to SAN traffic hits I don't want it to mess with the "day to day" traffic.&nbsp;&nbsp; The DR traffic will either source or destination to 10.31.0.0.&nbsp; So I made a couple of ACL's to match that IP to.&nbsp; The end result is I want to voice traffic to have priority and 3Megs of bandwidth, Day to Day traffic around 8 Megs of traffic and DR (San to San) the remaining 89%.... </font></span></div>

<div><span><font face="Arial"></font></span>&nbsp;</div>
<div><span><font face="Arial">1.&nbsp; Do you think this will work?</font></span></div>
<div><span><font face="Arial">2.&nbsp; Do you think it is set up right?</font></span></div>
<div><span><font face="Arial"></font></span>&nbsp;</div>
<div><span><font face="Arial"></font></span>&nbsp;</div>
<div><font face="Arial"></font>&nbsp;</div>
<div><font face="Arial">class-map match-any voice<br>&nbsp;match&nbsp; dscp ef <br>&nbsp;match protocol rtp audio <br>class-map match-any DR<br>&nbsp;match access-group 100<br>class-map match-any day2day<br>&nbsp;match access-group 101</font></div>

<div>&nbsp;</div>
<div><font face="Arial">policy-map DRandVoice<br>&nbsp;class voice<br>&nbsp; priority percent 3<br>&nbsp;class DR<br>&nbsp; bandwidth remaining percent 89<br>&nbsp;class day2day<br>&nbsp; bandwidth remaining percent 8</font></div>
<div>&nbsp;</div>
<div><font face="Arial">access-list 100 permit ip 10.31.0.0 0.0.255.255<br>access-list 101 deny ip 10.31.0.0 0.0.255.255<br>access-list 101 permit ip any any<br></font></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div align="left"><font size="6" color="#145040" face="Monotype Corsiva"><strong>Kevin Dunn</strong></font></div>
<div align="left"><strong><font size="6" color="#145040" face="Monotype Corsiva">Marathon Cheese Corporation</font></strong></div>
<div>&nbsp;</div></div></div><br>
<br>_______________________________________________
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
</div></body></html>