<div class="gmail_quote">
<div>
<div>Hello my Pundits</div>
<div><span><font face="Arial"></font></span> </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 &quot;day to day&quot; traffic (voice and data) over this circuit as well, now when replication and SAN to SAN traffic hits I don&#39;t want it to mess with the &quot;day to day&quot; traffic.   The DR traffic will either source or destination to 10.31.0.0.  So I made a couple of ACL&#39;s to match that IP to.  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> </div>
<div><span><font face="Arial">1.  Do you think this will work?</font></span></div>
<div><span><font face="Arial">2.  Do you think it is set up right?</font></span></div>
<div><span><font face="Arial"></font></span> </div>
<div><span><font face="Arial"></font></span> </div>
<div><font face="Arial"></font> </div>
<div><font face="Arial">class-map match-any voice<br> match  dscp ef <br> match protocol rtp audio <br>class-map match-any DR<br> match access-group 100<br>class-map match-any day2day<br> match access-group 101</font></div>

<div> </div>
<div><font face="Arial">policy-map DRandVoice<br> class voice<br>  priority percent 3<br> class DR<br>  bandwidth remaining percent 89<br> class day2day<br>  bandwidth remaining percent 8</font></div>
<div> </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> </div>
<div> </div>
<div> </div>
<div align="left"><font color="#145040" size="6" face="Monotype Corsiva"><strong>Kevin Dunn</strong></font></div>
<div align="left"><strong><font color="#145040" size="6" face="Monotype Corsiva">Marathon Cheese Corporation</font></strong></div>
<div> </div></div></div><br>