<?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 Creating Whitelist with MQC in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181678#M211847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nop !! Not working !! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2013 09:32:18 GMT</pubDate>
    <dc:creator>petrutz_21</dc:creator>
    <dc:date>2013-04-16T09:32:18Z</dc:date>
    <item>
      <title>Creating Whitelist with MQC</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181671#M211840</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one client&lt;/P&gt;&lt;P&gt;192.168.1.10&lt;/P&gt;&lt;P&gt;and i want that this cklient to have web acces just on &lt;A href="https://community.cisco.com/www.xxx.org" target="_blank"&gt;www.xxx.org&lt;/A&gt; and &lt;A href="https://community.cisco.com/www.xxx.com" target="_blank"&gt;www.xxx.com&lt;/A&gt; and the others users have a web full access.&lt;/P&gt;&lt;P&gt;I have made this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any AUTHORIZED_URLS&lt;/P&gt;&lt;P&gt; match protocol http url "*.xxx.org"&lt;/P&gt;&lt;P&gt; match protocol http url " *.xxx.com"&lt;/P&gt;&lt;P&gt;ip access-list extended RESTRICTED_USERS&lt;/P&gt;&lt;P&gt;&amp;nbsp; permit tcp host 192.168.1.10 any eq www&lt;/P&gt;&lt;P&gt;class-map match-all USER_URLS&lt;/P&gt;&lt;P&gt; match access-group name RESTRICTED_USERS&lt;/P&gt;&lt;P&gt; match&amp;nbsp; not class AUTHORIZED_URL&lt;/P&gt;&lt;P&gt;policy-map URL_POLICY&lt;/P&gt;&lt;P&gt; class USER_URLS&lt;/P&gt;&lt;P&gt; drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt;service-policy input URL_POLICY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the client &lt;/P&gt;&lt;P&gt;192.168.1.10&lt;/P&gt;&lt;P&gt;doesn't have any web acces.&lt;/P&gt;&lt;P&gt;Where is the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 03:33:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181671#M211840</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2019-03-05T03:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Whitelist with MQC</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181672#M211841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inside the class AUTHORIZED_URLS try altering the syntax. I guess its using regex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; match protocol http url ".*\.xxx.org"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http url ".*\.xxx.org.*"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http url ".*xxx.org"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http url "xxx.org"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and maybe try matching host not url, as actually host stands for the portion of the URL that responds to the actual hostname of the website, and URI stands for the actual resource your looking on the particular website.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 08:04:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181672#M211841</guid>
      <dc:creator>Velimir Filipov</dc:creator>
      <dc:date>2013-04-11T08:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Whitelist with MQC</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181673#M211842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried all :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; match protocol http url ".*\.xxx.org"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http url ".*\.xxx.org.*"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http url ".*xxx.org"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http url "xxx.org"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; match protocol http host ".*\.xxx.org"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http host ".*\.xxx.org.*"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http host ".*xxx.org"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match protocol http host "xxx.org"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have any web acces on my host 192.168.1.10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 08:59:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181673#M211842</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2013-04-11T08:59:48Z</dc:date>
    </item>
    <item>
      <title>Creating Whitelist with MQC</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181674#M211843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok let me make some tests and I will get back to you in 2 hours or so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 09:02:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181674#M211843</guid>
      <dc:creator>Velimir Filipov</dc:creator>
      <dc:date>2013-04-11T09:02:44Z</dc:date>
    </item>
    <item>
      <title>Creating Whitelist with MQC</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181675#M211844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, sorry for the delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems its not regex. It's just the way you did it, only that as I supposed you need to match host not url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the right syntax would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; match protocol http host "*.xxx.org"&lt;/P&gt;&lt;P&gt; match protocol http host "*.xxx.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also its probably best to drop the . also cus it could be open the website without www. infront, so "*xxx.org" and "*xxx.com" is the best thing you could go with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:32:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181675#M211844</guid>
      <dc:creator>Velimir Filipov</dc:creator>
      <dc:date>2013-04-11T13:32:29Z</dc:date>
    </item>
    <item>
      <title>Creating Whitelist with MQC</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181676#M211845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;class-map match-any AUTHORIZED_URLS&lt;/P&gt;&lt;P&gt;match protocol http host "facebook.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all USER_URLS&lt;/P&gt;&lt;P&gt;match access-group name RESTRICTED_USERS&lt;/P&gt;&lt;P&gt;match&amp;nbsp; not class AUTHORIZED_URLS&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map URL_POLICY&lt;/P&gt;&lt;P&gt;class USER_URLS&lt;/P&gt;&lt;P&gt;drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended RESTRICTED_USERS&lt;/P&gt;&lt;P&gt;permit tcp host 192.168.1.56 any eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt;service-policy input URL_POLICY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still don't have any web access from 192.168.1.56. I'm tring to acces &lt;A href="https://community.cisco.com/www.facebook.com" target="_blank"&gt;www.facebook.com&lt;/A&gt; and it doesen't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:54:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181676#M211845</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2013-04-11T13:54:51Z</dc:date>
    </item>
    <item>
      <title>Creating Whitelist with MQC</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181677#M211846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put * infront of facebook.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 14:07:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181677#M211846</guid>
      <dc:creator>Velimir Filipov</dc:creator>
      <dc:date>2013-04-11T14:07:45Z</dc:date>
    </item>
    <item>
      <title>Creating Whitelist with MQC</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181678#M211847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nop !! Not working !! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 09:32:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/creating-whitelist-with-mqc/m-p/2181678#M211847</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2013-04-16T09:32:18Z</dc:date>
    </item>
  </channel>
</rss>

