<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Ian,On the Inside in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-with-btnet-sip-policing-and-priority-queing-settings/m-p/2527459#M206355</link>
    <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;On the Inside interface it would be the same that you pointed out. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My concern is that why are we trying to limit the Intra interface traffic as well for the policing ? As you have the destination as "any" in the Class map ACL.&lt;/P&gt;&lt;P&gt;I think you might think of denying the traffic from this ACL to the internal Interfaces (for Ex:- DMZ) and police the rest of the traffic.&lt;/P&gt;&lt;P&gt;You are already policing the traffic closest to the source which is recommended.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
    <pubDate>Wed, 08 Oct 2014 09:14:42 GMT</pubDate>
    <dc:creator>Vibhor Amrodia</dc:creator>
    <dc:date>2014-10-08T09:14:42Z</dc:date>
    <item>
      <title>ASA 5505 with BTnet SIP - Policing and Priority Queing settings</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-with-btnet-sip-policing-and-priority-queing-settings/m-p/2527456#M206352</link>
      <description>&lt;P&gt;From my own research I've put together this config for an ASA 5505 (9.0) to prioritse SIP and police IP traffic for the BT SIP&amp;nbsp;&amp;nbsp;service over BTnet&lt;/P&gt;
&lt;P&gt;All comments welcome. As I understand it, you prioritise outgoing SIP/RTP traffic on the "outside" interface and police ip traffic on the "inside" interface?&lt;/P&gt;
&lt;P style="text-align: center;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="text-align: center;"&gt;&lt;U&gt;&lt;SPAN style="font-size:18px;"&gt;BTnet SIP service with the following topology&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG alt="" src="https://community.cisco.com/legacyfs/online/attachments/discussion/topology_16.png" style="width: 1193px; height: 746px;" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;Part 1&amp;nbsp;of 2 :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size:18px;"&gt;&lt;STRONG&gt;&lt;U&gt;Set up Priority Queing for outgoing SIP and RTP traffic&lt;/U&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!&amp;nbsp;Enable a priority queue on the outside interface&lt;BR /&gt;&lt;CODE&gt;priority-queue outside&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;! Create rtp object-group&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;object-group service rtp udp&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;port-object range 49152 65535&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;! ACL for SIP and RTP From dmz&lt;/P&gt;

&lt;PRE&gt;
&lt;CODE&gt;access-list VoIP-Traffic-OUT extended permit tcp 192.168.0.0 255.255.255.0 host 85.119.63.4 eq sip

access-list VoIP-Traffic-OUT extended permit udp 192.168.0.0 255.255.255.0 host 85.119.63.4 object-group rtp &lt;/CODE&gt;
&lt;/PRE&gt;

&lt;P&gt;!&amp;nbsp;Class Map - Match the ACL&lt;BR /&gt;&lt;CODE&gt;class-map Voice-OUT&lt;BR /&gt;match access-list VoIP-Traffic-OUT&lt;BR /&gt;exit&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;!create a class map to identify the traffic for which you want to perform priority queuing.&lt;BR /&gt;&lt;CODE&gt;policy-map&amp;nbsp;PRIORITY-POLICY&lt;BR /&gt;class Voice-OUT&lt;BR /&gt;priority&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;! Identify all traffic for traffic shaping; you can only use the class-default&amp;nbsp;class map, which is defined as&amp;nbsp;match any, because the security appliance requires all traffic to be matched for traffic shaping.&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;policy-map QOS-TRAFFIC-OUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&amp;nbsp;class class-default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;shape average 10000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;!(10Mbps Upload)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;service-policy PRIORITY-POLICY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;!&amp;nbsp;Apply the shaping policy to the outside interface&lt;BR /&gt;&lt;CODE&gt;service-policy&amp;nbsp;QOS-TRAFFIC-OUT&amp;nbsp;interface outside&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;! Show Commands :&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;ASA#show service-policy priority&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;ASA#show service-policy shape&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;ASA#show service-policy policy&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Part 2 of 2 :&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size:18px;"&gt;&lt;STRONG&gt;&lt;U&gt;Configure traffic policing for incoming and outgoing ip traffic to the Data LAN (Inside interface)&lt;/U&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!&amp;nbsp;Traffic Policing – incoming and outgoing – per interface&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;access-list &lt;STRONG&gt;DataLAN&lt;/STRONG&gt; extended permit ip 172.23.127.0 255.255.255.0 any&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;access-list &lt;STRONG&gt;DataLAN&lt;/STRONG&gt; extended permit ip any 172.23.127.0 255.255.255.0 &lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;class-map &lt;STRONG&gt;DataLAN&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;Description Data LAN Traffic&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;match access-list &lt;STRONG&gt;DataLAN&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;policy-map &lt;STRONG&gt;Police-LAN&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;class &lt;STRONG&gt;LAN&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;police output&amp;nbsp;20000000&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;police input&amp;nbsp;10000000&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;Service-policy &lt;STRONG&gt;Police-LAN&lt;/STRONG&gt; interface inside&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;*in this case, &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Output = “Download”&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Input = “Upload”&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:52:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-with-btnet-sip-policing-and-priority-queing-settings/m-p/2527456#M206352</guid>
      <dc:creator>Ian Walker</dc:creator>
      <dc:date>2019-03-12T04:52:32Z</dc:date>
    </item>
    <item>
      <title>Hi,I think the configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-with-btnet-sip-policing-and-priority-queing-settings/m-p/2527457#M206353</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think the configuration seems to be good.&lt;/P&gt;&lt;P&gt;The only thing which is incorrect is this:-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Output = "Upload"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Input = “Download”&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2014 08:36:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-with-btnet-sip-policing-and-priority-queing-settings/m-p/2527457#M206353</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-10-08T08:36:42Z</dc:date>
    </item>
    <item>
      <title>Hi VibhorAre you sure that's</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-with-btnet-sip-policing-and-priority-queing-settings/m-p/2527458#M206354</link>
      <description>&lt;P&gt;Hi Vibhor&lt;/P&gt;&lt;P&gt;Are you sure that's right?&lt;/P&gt;&lt;P&gt;On the "&lt;EM&gt;Inside&lt;/EM&gt;" interface, surely 'Download' will be the output,?&lt;/P&gt;&lt;P&gt;&lt;A href="http://youtu.be/Xb2A3Xekp7Q?t=2m48s"&gt;http://youtu.be/Xb2A3Xekp7Q?t=2m48s&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Ian.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:01:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-with-btnet-sip-policing-and-priority-queing-settings/m-p/2527458#M206354</guid>
      <dc:creator>Ian Walker</dc:creator>
      <dc:date>2014-10-08T09:01:06Z</dc:date>
    </item>
    <item>
      <title>Hi Ian,On the Inside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-with-btnet-sip-policing-and-priority-queing-settings/m-p/2527459#M206355</link>
      <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;On the Inside interface it would be the same that you pointed out. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My concern is that why are we trying to limit the Intra interface traffic as well for the policing ? As you have the destination as "any" in the Class map ACL.&lt;/P&gt;&lt;P&gt;I think you might think of denying the traffic from this ACL to the internal Interfaces (for Ex:- DMZ) and police the rest of the traffic.&lt;/P&gt;&lt;P&gt;You are already policing the traffic closest to the source which is recommended.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:14:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-with-btnet-sip-policing-and-priority-queing-settings/m-p/2527459#M206355</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-10-08T09:14:42Z</dc:date>
    </item>
  </channel>
</rss>

