<?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 URL by Schedule in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/block-url-by-schedule/m-p/1633399#M590613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can add an ACL to your block policy then maybe there is a possibility with time-based ACLs. I am not sure if you can add an ACL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Feb 2011 14:09:20 GMT</pubDate>
    <dc:creator>PAUL GILBERT ARIAS</dc:creator>
    <dc:date>2011-02-26T14:09:20Z</dc:date>
    <item>
      <title>Block URL by Schedule</title>
      <link>https://community.cisco.com/t5/network-security/block-url-by-schedule/m-p/1633398#M590609</link>
      <description>&lt;P&gt;Have configured IOS on CISCO1811W-AG-N/K9 to block social networks such as Facebook using NBAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like this blocking to only occur during a certain time period.&amp;nbsp; i.e., I only want to block access to social networks during business hours.&amp;nbsp; Can anyone recommend how I should do this on the Cisco 1811W with IOS 15.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any guides to best practices when it comes to implementing URL filtering using IOS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:57:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-url-by-schedule/m-p/1633398#M590609</guid>
      <dc:creator>peter_hancox</dc:creator>
      <dc:date>2019-03-11T19:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Block URL by Schedule</title>
      <link>https://community.cisco.com/t5/network-security/block-url-by-schedule/m-p/1633399#M590613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can add an ACL to your block policy then maybe there is a possibility with time-based ACLs. I am not sure if you can add an ACL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Feb 2011 14:09:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-url-by-schedule/m-p/1633399#M590613</guid>
      <dc:creator>PAUL GILBERT ARIAS</dc:creator>
      <dc:date>2011-02-26T14:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Block URL by Schedule</title>
      <link>https://community.cisco.com/t5/network-security/block-url-by-schedule/m-p/1633400#M590617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Paul, that was just the pointer I needed.&amp;nbsp; I don't do much IOS&lt;/P&gt;&lt;P&gt;programming, and though I thought there was a concept of time-based ACL, couldn't&lt;/P&gt;&lt;P&gt;find the correct keywords to search on.&amp;nbsp; I have now and that was just&lt;/P&gt;&lt;P&gt;what I needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have posted an extract from my test "startup-config" in the hope it assists others trying to solve the same problem.&amp;nbsp; Also welcome any suggested improvements.&amp;nbsp; Perhaps routing the URL to a page saying the site is blocked at this time rather than simply dropping the packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt; color: #000000; background-color: #ffffff; font-style: normal; font-weight: normal; text-decoration: none;"&gt;&lt;PRE&gt;ip access-list standard UnrestrictedNodes&lt;BR /&gt; permit host 192.168.xxx.abc&lt;BR /&gt; permit host 192.168.xxx.def&lt;BR /&gt;&lt;BR /&gt;class-map match-any UnrestrictedNodes&lt;BR /&gt; match access-group name UnrestrictedNodes&lt;BR /&gt;&lt;BR /&gt;class-map match-any SocialNetworks&lt;BR /&gt; match protocol http host "*facebook*"&lt;BR /&gt;&lt;BR /&gt;time-range DenySocialNetworks&lt;BR /&gt; periodic weekdays 08:00 to 17:00&lt;BR /&gt;&lt;BR /&gt;ip access-list extended DenySocialNetworksSchedule&lt;BR /&gt; permit ip any any time-range DenySocialNetworks&lt;BR /&gt;&lt;BR /&gt;class-map match-all DenySocialNetworksSchedule&lt;BR /&gt; match access-group name DenySocialNetworksSchedule&lt;BR /&gt; match class-map SocialNetworks&lt;BR /&gt;&lt;BR /&gt;policy-map DenySocialNetworks&lt;BR /&gt; class UnrestrictedNodes&lt;BR /&gt;&amp;nbsp; no drop&lt;BR /&gt; class DenySocialNetworksSchedule&lt;BR /&gt;&amp;nbsp; drop&lt;BR /&gt;&lt;BR /&gt;interface BVI1&lt;BR /&gt; service-policy input DenySocialNetworks&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Feb 2011 01:46:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-url-by-schedule/m-p/1633400#M590617</guid>
      <dc:creator>peter_hancox</dc:creator>
      <dc:date>2011-02-27T01:46:50Z</dc:date>
    </item>
  </channel>
</rss>

