<?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: Block Web Sites in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952100#M916886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, and good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Jul 2008 13:40:51 GMT</pubDate>
    <dc:creator>Marwan ALshawi</dc:creator>
    <dc:date>2008-07-13T13:40:51Z</dc:date>
    <item>
      <title>Block Web Sites</title>
      <link>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952093#M916877</link>
      <description>&lt;P&gt;hi, Is there anything through which it could be possible to block the webpage instead of making access list into FW as other FW has same feature. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:13:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952093#M916877</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2019-03-11T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Block Web Sites</title>
      <link>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952094#M916878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure u can &lt;/P&gt;&lt;P&gt;this is example to u to block yahoo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex web1 "\.yahoo\.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make acl to match the direction from where to where the traffic for this url to be block&lt;/P&gt;&lt;P&gt;lets say from inside to outside toward the internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list url-acl extended permit tcp (ur inside network with mask) any eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type regex match-any url-lists&lt;/P&gt;&lt;P&gt;match regex web1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(and u can add more regex matching here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all url-block&lt;/P&gt;&lt;P&gt;match request header host regex class url-lists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map httptraffic&lt;/P&gt;&lt;P&gt;match access-list url-acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect http http-policy&lt;/P&gt;&lt;P&gt;class url-block&lt;/P&gt;&lt;P&gt;reset log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map url-block-policy&lt;/P&gt;&lt;P&gt;class httptraffic&lt;/P&gt;&lt;P&gt;inspect http http-policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then apply it to the source of your trafffic as we assumed the inside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sevice-policy url-block-policy interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;becarefull with matching statements any mistake may lead to not blocking&lt;/P&gt;&lt;P&gt;and becarefull also with the REGEX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck &lt;/P&gt;&lt;P&gt;Please Rate if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 00:26:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952094#M916878</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-07-13T00:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Block Web Sites</title>
      <link>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952095#M916879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this valuable information. I appreciate. Now I want to fix downloding bandthwidth on the users. We have a 1MB link 1:1 ratio and I want that a particular user could able only to use upto 20 kb but not higher. Is there any solution??? Thnks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 10:16:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952095#M916879</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-07-13T10:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Block Web Sites</title>
      <link>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952096#M916880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first of all here in neyPro we use rating for helpful post&lt;/P&gt;&lt;P&gt;so please, rate for each help helpful post !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and about limiting u can use policing with policy maps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as fowllow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make and acl matching the particular user ip traffic or any spisific type of traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 permit ip host (user ip) any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;class-map limit-class&lt;/P&gt;&lt;P&gt;match access-list 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map limit-policy&lt;/P&gt;&lt;P&gt;class limit-class&lt;/P&gt;&lt;P&gt;police input 20000 confirm-action transmit exceed-action drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then apply it to ur inside einterface to limit the outbound traffic for that user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy limit-policy interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remember u can have one policy on each interface per direction&lt;/P&gt;&lt;P&gt;so if u have configured the prevous one for web url filtering u have to add the class-map and this policy config to the same prevous policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck and rate if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if its worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 12:14:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952096#M916880</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-07-13T12:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Block Web Sites</title>
      <link>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952097#M916881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u send me a any link of example, if possible. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 13:24:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952097#M916881</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-07-13T13:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Block Web Sites</title>
      <link>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952098#M916882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this link &lt;/P&gt;&lt;P&gt;i think good usefull&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/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;good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 13:31:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952098#M916882</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-07-13T13:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Block Web Sites</title>
      <link>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952099#M916884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I appreciate... Are you from India?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 13:39:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952099#M916884</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-07-13T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Block Web Sites</title>
      <link>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952100#M916886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, and good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 13:40:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-web-sites/m-p/952100#M916886</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-07-13T13:40:51Z</dc:date>
    </item>
  </channel>
</rss>

