<?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: Using ERS API to create dACL in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/using-ers-api-to-create-dacl/m-p/3504774#M154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ACL format would need to match the ACL format of the network device.&lt;/P&gt;&lt;P&gt;So assuming an IOS switch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&lt;SPAN&gt;curl --include --header 'Content-Type:application/json' --header 'Accept: application/json' --user admin:C1sco12345 --request POST &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://1.2.3.4:9060/ers/config/downloadableacl" rel="nofollow" target="_blank"&gt;https://1.2.3.4:9060/ers/config/downloadableacl&lt;/A&gt;&lt;SPAN&gt; --data '&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp; "DownloadableAcl" : {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name" : "ALLOW_ALL",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description" : "Allow all.",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dacl" : "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;remark Allow All&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;permit ip any any&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;}'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2018 19:45:44 GMT</pubDate>
    <dc:creator>thomas</dc:creator>
    <dc:date>2018-07-09T19:45:44Z</dc:date>
    <item>
      <title>Using ERS API to create dACL</title>
      <link>https://community.cisco.com/t5/network-security/using-ers-api-to-create-dacl/m-p/3504773#M153</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;In ISE 2.4 it seems that it's possible to create dACLs using ERS. I couldn't find documentation for actually setting the rules in the dACL, e.g. permitting traffic for specific IPs, permit/deny, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it be done? If so, what's the json format for that? If not, what's the purpose of this API?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 07:17:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-ers-api-to-create-dacl/m-p/3504773#M153</guid>
      <dc:creator>orp</dc:creator>
      <dc:date>2018-06-11T07:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using ERS API to create dACL</title>
      <link>https://community.cisco.com/t5/network-security/using-ers-api-to-create-dacl/m-p/3504774#M154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ACL format would need to match the ACL format of the network device.&lt;/P&gt;&lt;P&gt;So assuming an IOS switch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&lt;SPAN&gt;curl --include --header 'Content-Type:application/json' --header 'Accept: application/json' --user admin:C1sco12345 --request POST &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://1.2.3.4:9060/ers/config/downloadableacl" rel="nofollow" target="_blank"&gt;https://1.2.3.4:9060/ers/config/downloadableacl&lt;/A&gt;&lt;SPAN&gt; --data '&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp; "DownloadableAcl" : {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name" : "ALLOW_ALL",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description" : "Allow all.",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dacl" : "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;remark Allow All&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;permit ip any any&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;}'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 19:45:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-ers-api-to-create-dacl/m-p/3504774#M154</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2018-07-09T19:45:44Z</dc:date>
    </item>
  </channel>
</rss>

