<?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 FQDN based DACL in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/fqdn-based-dacl/m-p/3734752#M542067</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you help me with the syntax to create fqdn based DACLs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 08:51:16 GMT</pubDate>
    <dc:creator>Aravind Ravichandran</dc:creator>
    <dc:date>2019-03-11T08:51:16Z</dc:date>
    <item>
      <title>FQDN based DACL</title>
      <link>https://community.cisco.com/t5/network-access-control/fqdn-based-dacl/m-p/3734752#M542067</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you help me with the syntax to create fqdn based DACLs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 08:51:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/fqdn-based-dacl/m-p/3734752#M542067</guid>
      <dc:creator>Aravind Ravichandran</dc:creator>
      <dc:date>2019-03-11T08:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: FQDN based DACL</title>
      <link>https://community.cisco.com/t5/network-access-control/fqdn-based-dacl/m-p/3734844#M542070</link>
      <description>&lt;P&gt;Usually, it would be the same syntax as the regular ACL supported on the NAD. For example, for ASA, I tested with below:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;permit udp any eq bootpc any eq bootps&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;permit ip any host 10.1.100.10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;permit tcp any object-group og-net-msftNCSI eq www&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;permit tcp any object obj-ISE eq 8443&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;permit tcp any object obj-ISE eq 8905&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;permit icmp any any&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;deny ip any any&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where og-net-msftNCSI is defined on ASA&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;object-group network og-net-msftNCSI&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; network-object object obj-msftNCSI&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; network-object object obj-msftConnectTest&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;object network obj-msftNCSI&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; fqdn &lt;A href="http://www.msftncsi.com" target="_blank"&gt;www.msftncsi.com&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;object network obj-msftConnectTest&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; fqdn &lt;A href="http://www.msftconnecttest.com" target="_blank"&gt;www.msftconnecttest.com&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 12:49:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/fqdn-based-dacl/m-p/3734844#M542070</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-10-29T12:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: FQDN based DACL</title>
      <link>https://community.cisco.com/t5/network-access-control/fqdn-based-dacl/m-p/3735391#M542072</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;This is applicable for ASA. When i tried to create same in ISE, its throwing error like object-group/fqdn are invalid argument.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 07:10:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/fqdn-based-dacl/m-p/3735391#M542072</guid>
      <dc:creator>Aravind Ravichandran</dc:creator>
      <dc:date>2018-10-30T07:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: FQDN based DACL</title>
      <link>https://community.cisco.com/t5/network-access-control/fqdn-based-dacl/m-p/3735745#M542074</link>
      <description>&lt;P&gt;The syntax error is expected and ok to ignore and save your edit anyway.&lt;/P&gt;
&lt;P&gt;The DACL syntax checker in ISE works mainly for Cisco IOS ACL and does not recognize all the keywords; e.g. CSCve90230&lt;/P&gt;
&lt;P&gt;See also CSCvj94873 and CSCva54802&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:31:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/fqdn-based-dacl/m-p/3735745#M542074</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-10-30T16:31:09Z</dc:date>
    </item>
  </channel>
</rss>

