<?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 Re: QoS Router and ASA differences in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953632#M1006399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe its working now because you have NAT on this IP range 192.168.55.0 ? Are you employing any NAT for this subnet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 19:12:28 GMT</pubDate>
    <dc:creator>Farrukh Haroon</dc:creator>
    <dc:date>2008-06-30T19:12:28Z</dc:date>
    <item>
      <title>QoS Router and ASA differences</title>
      <link>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953624#M1006389</link>
      <description>&lt;P&gt;Hi,  I recently tested QoS over an IPSEC tunnel using and 876 and was able to limit effective input and output rates using QoS on the router between two hosts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This got me thinking about trying it on an ASA.  I have tried this on an ASA with no success, but it also says in the help it can only be applied to the "Output".  Is there a difference in the QoS implementation between a router and ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update - I had got this to work but only when I use Any Any Traffic.  If I select say 192.168.55.20 -&amp;gt; Any it doesn't rate limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_mpc extended permit ip host 192.168.55.20 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map ROB_QOS (Doesn't work)&lt;/P&gt;&lt;P&gt; match access-list outside_mpc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class-map ROB_QOS (Does work)&lt;/P&gt;&lt;P&gt; match any&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;policy-map Rob_Policy&lt;/P&gt;&lt;P&gt; class ROB_QOS&lt;/P&gt;&lt;P&gt;  police output 100000 2000 conform-action drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;service-policy Rob_Policy interface inside&lt;/P&gt;&lt;P&gt;service-policy Rob_Policy interface outside&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 10:54:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953624#M1006389</guid>
      <dc:creator>rasoftware</dc:creator>
      <dc:date>2020-02-21T10:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: QoS Router and ASA differences</title>
      <link>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953625#M1006390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there are a lot of differences between ASA and ROUTER QOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per CCO, on the ASA QoS policies when applied to the interface have specific direction,  they apply only to the outbound traffic (with respect to the interface) where the service-policy has been applied. Have a look at this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/mpc.html#wp1116522" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/mpc.html#wp1116522&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, one can apply 'police' in both output and input directions. This means that it can match the class-map in both directions (based on source/destination ports).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is also a useful link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a008084de0c.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a008084de0c.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2008 07:38:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953625#M1006390</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-29T07:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: QoS Router and ASA differences</title>
      <link>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953626#M1006391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thats most helpful, I have followed the second article when I setup the test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Policing works when I do "match any" but not when I use the ACL list.  Is there something i'm missing here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partial confirm from above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_mpc extended permit ip host 192.168.55.20 any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map ROB_QOS (Doesn't work) &lt;/P&gt;&lt;P&gt;match access-list outside_mpc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i "match any" it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2008 12:02:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953626#M1006391</guid>
      <dc:creator>rasoftware</dc:creator>
      <dc:date>2008-06-29T12:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: QoS Router and ASA differences</title>
      <link>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953627#M1006392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding the following line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_mpc extended permit ip any host 192.168.55.20. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2008 12:48:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953627#M1006392</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-29T12:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: QoS Router and ASA differences</title>
      <link>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953628#M1006393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Farrukh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the second line to the ACL but it still doesn't appear to rate limit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the current config from the test ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 7.2(3) &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;domain-name default.domain.invalid&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.55.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.150.60 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt; no forward interface Vlan1&lt;/P&gt;&lt;P&gt; nameif dmz&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd xxx&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name default.domain.invalid&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp any any &lt;/P&gt;&lt;P&gt;access-list outside_mpc extended permit ip host 192.168.55.21 any &lt;/P&gt;&lt;P&gt;access-list outside_mpc extended permit ip any host 192.168.55.21 &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu dmz 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-523.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.150.5 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 192.168.55.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;telnet 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd dns 192.168.150.4&lt;/P&gt;&lt;P&gt;dhcpd lease 6000&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.55.20-192.168.55.22 inside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map ROB_QOS&lt;/P&gt;&lt;P&gt; match access-list outside_mpc&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns preset_dns_map &lt;/P&gt;&lt;P&gt;  inspect ftp &lt;/P&gt;&lt;P&gt;  inspect h323 h225 &lt;/P&gt;&lt;P&gt;  inspect h323 ras &lt;/P&gt;&lt;P&gt;  inspect rsh &lt;/P&gt;&lt;P&gt;  inspect rtsp &lt;/P&gt;&lt;P&gt;  inspect esmtp &lt;/P&gt;&lt;P&gt;  inspect sqlnet &lt;/P&gt;&lt;P&gt;  inspect skinny &lt;/P&gt;&lt;P&gt;  inspect sunrpc &lt;/P&gt;&lt;P&gt;  inspect xdmcp &lt;/P&gt;&lt;P&gt;  inspect sip &lt;/P&gt;&lt;P&gt;  inspect netbios &lt;/P&gt;&lt;P&gt;  inspect tftp &lt;/P&gt;&lt;P&gt;policy-map Rob_Policy&lt;/P&gt;&lt;P&gt; class ROB_QOS&lt;/P&gt;&lt;P&gt;  police output 8000 2000 conform-action drop&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;service-policy Rob_Policy interface outside&lt;/P&gt;&lt;P&gt;prompt hostname context &lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-523.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 08:18:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953628#M1006393</guid>
      <dc:creator>rasoftware</dc:creator>
      <dc:date>2008-06-30T08:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: QoS Router and ASA differences</title>
      <link>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953629#M1006394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to add the "police input 8000 2000 conform-action drop " statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 10:33:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953629#M1006394</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-30T10:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: QoS Router and ASA differences</title>
      <link>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953630#M1006395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added this now but it still doesn't seem to control the rate.  I have check my host IP also and this is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map Rob_Policy&lt;/P&gt;&lt;P&gt; class ROB_QOS&lt;/P&gt;&lt;P&gt;  police input 8000 2000 conform-action drop&lt;/P&gt;&lt;P&gt;  police output 8000 2000 conform-action drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried removing "output" but that had no affect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 10:43:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953630#M1006395</guid>
      <dc:creator>rasoftware</dc:creator>
      <dc:date>2008-06-30T10:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: QoS Router and ASA differences</title>
      <link>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953631#M1006397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have changed the service policy to the inside interface and it appears to work.  I also applied police to input and output.  It didn't seem to work without this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a working 100Kb up/down throttle - does this look ok?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map ROB_QOS&lt;/P&gt;&lt;P&gt; match access-list outside_mpc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map Rob_Policy&lt;/P&gt;&lt;P&gt; class ROB_QOS&lt;/P&gt;&lt;P&gt;  police input 100000 conform-action drop&lt;/P&gt;&lt;P&gt;  police output 100000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy Rob_Policy interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_mpc extended permit ip 192.168.55.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;access-list outside_mpc extended permit ip any 192.168.55.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 13:01:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953631#M1006397</guid>
      <dc:creator>rasoftware</dc:creator>
      <dc:date>2008-06-30T13:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: QoS Router and ASA differences</title>
      <link>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953632#M1006399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe its working now because you have NAT on this IP range 192.168.55.0 ? Are you employing any NAT for this subnet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 19:12:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953632#M1006399</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-30T19:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: QoS Router and ASA differences</title>
      <link>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953633#M1006400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the connection is natted, i used a private on the outside as I have been testing it on our LAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works a treat, able to rate limit multiple subnets from our 3550 switch and also timed based ACL lists on the limiting. Many thanks for your help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 19:43:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-router-and-asa-differences/m-p/953633#M1006400</guid>
      <dc:creator>rasoftware</dc:creator>
      <dc:date>2008-06-30T19:43:10Z</dc:date>
    </item>
  </channel>
</rss>

