<?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: NBAR and http download in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778715#M53107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(config-cmap)#match protocol http url host "*youtube.com*"&lt;/P&gt;&lt;P&gt;^&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;my ios : &lt;/P&gt;&lt;P&gt;3700 Software (C3745-ADVENTERPRISEK9_IVS-M), Version 12.4(9)T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Sep 2007 15:17:47 GMT</pubDate>
    <dc:creator>fd_case17</dc:creator>
    <dc:date>2007-09-09T15:17:47Z</dc:date>
    <item>
      <title>NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778706#M53098</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to limit http download for urls like  &lt;/P&gt;&lt;P&gt;youtube.com for example&lt;/P&gt;&lt;P&gt;How can I do this ,&lt;/P&gt;&lt;P&gt;I make it for entire protocol http &lt;/P&gt;&lt;P&gt;but for only this url I don't see .&lt;/P&gt;&lt;P&gt;Can You help me please&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 02:33:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778706#M53098</guid>
      <dc:creator>fd_case17</dc:creator>
      <dc:date>2019-03-04T02:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778707#M53099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid you cant limit traffic for specific URLS using NBAR. rather than using HTTP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NBAR is most offenly used for peer-to-peer applications using PDLM (Packet description language Module).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can installs every new application and you can copy and install in into your router flash using the command (ip nbar pdlm flash://xxx.pdlm) and apply the policy which defines the matching class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, There is another ption, just figure the source IP of the website &amp;amp; create 2 class-maps , One matches traffic from your source IP's to the destination URL &amp;amp; limit its bandwidth accordingly.&lt;/P&gt;&lt;P&gt;The other Class matches any any, then apply the policy to the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any tube.com&lt;/P&gt;&lt;P&gt;match access-group 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any normal-traffic&lt;/P&gt;&lt;P&gt;match access-group 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 permit ip (your source IP's) (destination URL IP) eq www&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map policing-tube&lt;/P&gt;&lt;P&gt;class tube.com&lt;/P&gt;&lt;P&gt;police (bit per second) conform-action drop -- Bandwidthe limited for Tube.com traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class normal-traffic&lt;/P&gt;&lt;P&gt;police (bits per second) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int x&lt;/P&gt;&lt;P&gt;service-policy output/input policing-tube &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let us know if it works with you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohamed Sobair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 19:45:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778707#M53099</guid>
      <dc:creator>Mohamed Sobair</dc:creator>
      <dc:date>2007-08-31T19:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778708#M53100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hqos_r/qos_m1h.htm#wp1128712" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hqos_r/qos_m1h.htm#wp1128712&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map youtube&lt;/P&gt;&lt;P&gt;match protocol http url host youtube*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 20:39:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778708#M53100</guid>
      <dc:creator>Edison Ortiz</dc:creator>
      <dc:date>2007-08-31T20:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778709#M53101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great Info..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohamed Sobair&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 20:57:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778709#M53101</guid>
      <dc:creator>Mohamed Sobair</dc:creator>
      <dc:date>2007-08-31T20:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778710#M53102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;In fact the pb is: a router (3745) with 2 interfaces: 1 for LAN f0/0&lt;/P&gt;&lt;P&gt;            1 for WAN f0/1&lt;/P&gt;&lt;P&gt;I want to limit bandwith in download for url like youtube...&lt;/P&gt;&lt;P&gt;so my config is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map youtube&lt;/P&gt;&lt;P&gt; match protocol http url "*youtube.com*"&lt;/P&gt;&lt;P&gt;policy-map youtube&lt;/P&gt;&lt;P&gt; class youtube&lt;/P&gt;&lt;P&gt;  police 100000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nbar is applied on 2 interfaces fastethernet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I want to limit download (100Kbits) ,I put the policy-map in INPUT on F0/1&lt;/P&gt;&lt;P&gt;But It doesn't work .&lt;/P&gt;&lt;P&gt;nbar match for the get request but it doesn't match for the reponse.&lt;/P&gt;&lt;P&gt;How can I do that?&lt;/P&gt;&lt;P&gt;Nbar doesn't seem to be stateful for me.&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 15:17:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778710#M53102</guid>
      <dc:creator>fd_case17</dc:creator>
      <dc:date>2007-09-07T15:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778711#M53103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the output from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show policy-map interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 21:39:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778711#M53103</guid>
      <dc:creator>Edison Ortiz</dc:creator>
      <dc:date>2007-09-07T21:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778712#M53104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, my conf:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all youtube&lt;/P&gt;&lt;P&gt; match protocol http url "*youtube.com*"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map youtube&lt;/P&gt;&lt;P&gt; class youtube&lt;/P&gt;&lt;P&gt;   police 100000 conform-action transmit  exceed-action drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; description To WAN&lt;/P&gt;&lt;P&gt; ip address dhcp&lt;/P&gt;&lt;P&gt; ip nbar protocol-discovery&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; full-duplex&lt;/P&gt;&lt;P&gt; service-policy input youtube&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description To LAN&lt;/P&gt;&lt;P&gt; ip address 10.0.0.2 255.255.255.240&lt;/P&gt;&lt;P&gt; ip nbar protocol-discovery&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; full-duplex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output of sh policy-map interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FastEthernet0/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Service-policy input: youtube&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Class-map: youtube (match-all)&lt;/P&gt;&lt;P&gt;      0 packets, 0 bytes&lt;/P&gt;&lt;P&gt;      5 minute offered rate 0 bps, drop rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol http url "*youtube.com*"&lt;/P&gt;&lt;P&gt;      police:&lt;/P&gt;&lt;P&gt;          cir 100000 bps, bc 3125 bytes&lt;/P&gt;&lt;P&gt;        conformed 0 packets, 0 bytes; actions:&lt;/P&gt;&lt;P&gt;          transmit&lt;/P&gt;&lt;P&gt;        exceeded 0 packets, 0 bytes; actions:&lt;/P&gt;&lt;P&gt;          drop&lt;/P&gt;&lt;P&gt;        conformed 0 bps, exceed 0 bps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Class-map: class-default (match-any)&lt;/P&gt;&lt;P&gt;      14367 packets, 1890350 bytes&lt;/P&gt;&lt;P&gt;      5 minute offered rate 13000 bps, drop rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2007 07:28:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778712#M53104</guid>
      <dc:creator>fd_case17</dc:creator>
      <dc:date>2007-09-09T07:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778713#M53105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http url "*youtube.com*" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http url host "*youtube.com*" &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2007 11:25:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778713#M53105</guid>
      <dc:creator>Edison Ortiz</dc:creator>
      <dc:date>2007-09-09T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778714#M53106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and actually, I recommend removing the "*" from the beginning of the string:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http url host "youtube*"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2007 12:03:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778714#M53106</guid>
      <dc:creator>Edison Ortiz</dc:creator>
      <dc:date>2007-09-09T12:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778715#M53107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(config-cmap)#match protocol http url host "*youtube.com*"&lt;/P&gt;&lt;P&gt;^&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;my ios : &lt;/P&gt;&lt;P&gt;3700 Software (C3745-ADVENTERPRISEK9_IVS-M), Version 12.4(9)T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2007 15:17:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778715#M53107</guid>
      <dc:creator>fd_case17</dc:creator>
      <dc:date>2007-09-09T15:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778716#M53108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;invalid after host &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2007 18:22:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778716#M53108</guid>
      <dc:creator>fd_case17</dc:creator>
      <dc:date>2007-09-09T18:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778717#M53109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Verified command with a router, this is the correct syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http host "youtube.com*"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2007 20:41:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778717#M53109</guid>
      <dc:creator>Edison Ortiz</dc:creator>
      <dc:date>2007-09-09T20:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778718#M53110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this line doesn't match packets I want&lt;/P&gt;&lt;P&gt;They 're in class map default.&lt;/P&gt;&lt;P&gt;I test with a router ( 2600)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 14:35:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778718#M53110</guid>
      <dc:creator>fd_case17</dc:creator>
      <dc:date>2007-09-10T14:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR and http download</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778719#M53111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have CEF enabled ?&lt;/P&gt;&lt;P&gt;What IOS version are you running on the 2600 ?&lt;/P&gt;&lt;P&gt;Can you change the traffic flow from service-policy input to service-policy output ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 15:57:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-and-http-download/m-p/778719#M53111</guid>
      <dc:creator>Edison Ortiz</dc:creator>
      <dc:date>2007-09-10T15:57:03Z</dc:date>
    </item>
  </channel>
</rss>

