<?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: Bulk Unquarantine function in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500553#M518453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there are. I will ask our SME to see whether he has a doc on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2018 16:19:16 GMT</pubDate>
    <dc:creator>hslai</dc:creator>
    <dc:date>2018-01-23T16:19:16Z</dc:date>
    <item>
      <title>Bulk Unquarantine function</title>
      <link>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500552#M518452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;We have a Rapid Threat Containment solution&lt;/SPAN&gt; with Firepower Threat Defense and ISE using pxGrid. &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;From Firepower we &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #444444;"&gt;can send quarantine request to ISE&lt;/SPAN&gt;, which will send a CoA to the switch and place the endpoint in a restricted VLAN.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #444444;"&gt;This is working great, but we are looking for a function I ISE to un-quarantine those endpoints after they have been quarantined.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #444444;"&gt;I am aware of&amp;nbsp; the manual un-quarantine function in ISE, but removing each single endpoint from quarantine is not very convenient in an environment with 100 000+ endpoints.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #444444;"&gt;Due to false positive detection, there is a possibility that a l large number of endpoints get quarantined and we are therefore looking for a function where we could select some or &lt;/SPAN&gt;&lt;SPAN style="color: #444444; font-family: Arial, sans-serif; font-size: 9pt;"&gt;every endpoint that are currently in quarantine and do a bulk un-quarantine on the selected endpoints. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #444444;"&gt;Is there some API calls available that could achieve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #444444;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #444444;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #444444;"&gt;/Jorgen&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 07:58:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500552#M518452</guid>
      <dc:creator>Chess Norris</dc:creator>
      <dc:date>2018-01-23T07:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk Unquarantine function</title>
      <link>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500553#M518453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there are. I will ask our SME to see whether he has a doc on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 16:19:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500553#M518453</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-01-23T16:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk Unquarantine function</title>
      <link>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500554#M518454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorgen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you enable the ERS interface on your ISE deployment you can browse the REST APIs.&amp;nbsp; There is an API called ANC Endpoint that has a Clear call that can be made.&amp;nbsp; It looks like that is used to clear the ANC policy from an endpoint.&amp;nbsp; The API also has a Bulk Request.&amp;nbsp; With Bulk requests you can submit up to 500 commands of the same type at once.&amp;nbsp; So in theory you could Bulk Request 500 clears.&amp;nbsp; The Bulk Request will give you Bulk Request ID back.&amp;nbsp; You can use that ID to issue a Monitor Bulk Status query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tested this particular API, but that is how I read the API documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 16:29:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500554#M518454</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2018-01-23T16:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk Unquarantine function</title>
      <link>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500555#M518455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you for the answer. The customer I work with are running ISE version 2.0.1.330 and I cannot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;find the ANC Endpoint API there. However, on my LAB ISE 2.3, the documentation for ANC Endpoint is available. Do you know which version of ISE the ANC Endpoint API is available on?&lt;/P&gt;&lt;P&gt;The customer has a quite large ISE setup with 12 nodes and 100 000+ endpoints running 802.1X in closed mode and are reluctant&amp;nbsp; to upgrade the ISE servers - at least not in the near future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 08:15:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500555#M518455</guid>
      <dc:creator>Chess Norris</dc:creator>
      <dc:date>2018-01-24T08:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk Unquarantine function</title>
      <link>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500556#M518456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jorgan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the ERS API's, you would have to unquarantine by IP.&amp;nbsp;&amp;nbsp;&amp;nbsp; You can possible create an unquarantine policy and associated unquarantine rule via Firepower 6.1+.&amp;nbsp; If you are looking for a bulk unquarantine button, in ISE, this would need to be a future request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:jeppich@cisco.com"&gt;jeppich@cisco.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 11:11:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500556#M518456</guid>
      <dc:creator>jeppich</dc:creator>
      <dc:date>2018-01-24T11:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk Unquarantine function</title>
      <link>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500557#M518457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt;I have now been testing the ANC Endpoin&lt;/SPAN&gt;t apply and the ANC Endpoint clear REST API calls.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt;I can execute the ANC Endpoin&lt;/SPAN&gt;t apply API call from the postman client and it will match the ANC Policy and the correct Authorization Profile. &lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt;As expected, the ANC Endpoin&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;t clear API call will then un-quarantine the client. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt;My issue is when I am using Firepower Management Center to trigger the quarantine event, the ANC Endpoin&lt;/SPAN&gt;t clear API call will not work and I &lt;SPAN style="background-color: white; color: #3d3d3d; font-family: Arial, sans-serif; font-size: 9pt;"&gt;receive the following error in Postman:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt;&amp;lt;message type="ERROR" code="CRUD operation exception"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt; &amp;lt;title&amp;gt;mac address is not associated with a policy&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt;Is this because FMC use EPS rather than ANC to do the quarantine through pxGrid?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt;I am aware that I can use an un-quarantine correlation rule in FMC, but I am struggle to find a reasonable use-case for this. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="background-color: white; color: #3d3d3d; font-family: Arial, sans-serif; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="background-color: white; color: #3d3d3d; font-family: Arial, sans-serif; font-size: 9pt;"&gt;The customer is asking for a solution that would allow them to do the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="1" style="font-size: 13.3333px;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; background: white;"&gt;Automatically quarantine clients based on certain IPS signatures from Firepower&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; background: white;"&gt;Perform a antimalware/antivirus scan of the client&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; background: white;"&gt;When the quarantined client has been determined as clean, un-qurantine the client either manually from ISE or via a custom built portal, using REST API calls.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; background: white;"&gt;Also have the possibility to bulk un-qurantine all clients in case of a false positive event that accidently put a lot of clients in quarantine. &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Arial, sans-serif; color: #3d3d3d; background: white;"&gt;While we have got automatic quarantine to work, do you have any suggestions on how we could &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #3d3d3d; background: white;"&gt;achieve &lt;/SPAN&gt;the un-quarantine part?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:12:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500557#M518457</guid>
      <dc:creator>Chess Norris</dc:creator>
      <dc:date>2018-01-30T13:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk Unquarantine function</title>
      <link>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500558#M518458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jorgen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, FMC is using EPS (ANC 1.0) with pxGrid and not using the enhanced EPS (ANC 2.0).&amp;nbsp; FMC does not use the ANC policies rather it uses Session:EPSStatus:Quarantine.&amp;nbsp; This is an FMC BU issue.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send me an email with the customer name.&amp;nbsp; I am at Cisco Live this week and will be back in the office Feb 5th.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:jeppich@cisco.com"&gt;jeppich@cisco.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:49:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/bulk-unquarantine-function/m-p/3500558#M518458</guid>
      <dc:creator>jeppich</dc:creator>
      <dc:date>2018-01-30T13:49:44Z</dc:date>
    </item>
  </channel>
</rss>

