<?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: ISE and CoA in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4455166#M569268</link>
    <description>&lt;P&gt;the headers was :&lt;/P&gt;
&lt;P&gt;headers = {&lt;BR /&gt;'Accept': 'application/json'&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;While the request sends back : &lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&amp;lt;remoteCoA requestType="reauth"&amp;gt;&amp;lt;results&amp;gt;true&amp;lt;/results&amp;gt;&amp;lt;/remoteCoA&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it is XML content and not json&lt;/P&gt;</description>
    <pubDate>Thu, 26 Aug 2021 07:36:16 GMT</pubDate>
    <dc:creator>cvailler</dc:creator>
    <dc:date>2021-08-26T07:36:16Z</dc:date>
    <item>
      <title>ISE and CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4451182#M569108</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;When I modify an endpoint custom attribute in ISE (thru the API) (MAB authenticated), the "authorization profile" change, but not the "endpoint profile".&lt;BR /&gt;I need to do a clear session for the endpoint on the switch on which the endpoint is connected to have ISE "endpoint profile" the endpoint correctly.&lt;BR /&gt;Can I do it directly from ISE and how ?&amp;nbsp;&lt;BR /&gt;Rgds,&lt;/P&gt;
&lt;P&gt;Cyril&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 12:38:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4451182#M569108</guid>
      <dc:creator>cvailler</dc:creator>
      <dc:date>2021-08-18T12:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4451505#M569123</link>
      <description>&lt;P&gt;Session management functions, including CoA, are supported by the Monitoring API on the MnT. See the Reauth API call in the &lt;A href="https://developer.cisco.com/docs/identity-services-engine/3.0/#!introduction-to-monitoring-rest-apis/supported-api-calls" target="_blank" rel="noopener"&gt;Reference Guide&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 22:18:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4451505#M569123</guid>
      <dc:creator>Greg Gibbs</dc:creator>
      <dc:date>2021-08-18T22:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4452434#M569178</link>
      <description>&lt;P class="p1"&gt;Hello,&lt;/P&gt;
&lt;P class="p1"&gt;I have a "quick" question regarding python and ISE API:&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;When using my browser, with this URL : &lt;A href="https://10.1.23.14/admin/API/mnt/CoA/Reauth/ise24/" target="_blank"&gt;https://10.1.23.14/admin/API/mnt/CoA/Reauth/ise24/&lt;/A&gt;"Mac@"/2, it does "RERUN" reauth as expected for the specified Mac@ in ISE.&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;When I perform the same request in a python script, nothing happen, even if I receive a 200 status code&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;resp1 = requests.get(base_url_coa + endpoint_details['mac'] + '/2', headers=headers, auth=auth, verify=False)&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;resp1 ==&amp;gt; &amp;lt;Response [200]&amp;gt;&lt;/P&gt;
&lt;P class="p1"&gt;resp1.headers :&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;{'Cache-Control': 'private', 'Expires': 'Thu, 01 Jan 1970 00:00:00 GMT', 'Set-Cookie': 'JSESSIONIDSSO=DE4FD9CCD4A2F3C459D639E000220DAD; Path=/; Secure; HttpOnly, APPSESSIONID=21CBAC5A1C6A545BE4B2BFC3264BE15C; Path=/admin; Secure; HttpOnly', 'X-Frame-Options': 'SAMEORIGIN', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'X-Content-Type-Options': 'nosniff', 'Content-Security-Policy': "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data:;", 'X-XSS-Protection': '1; mode=block', 'Content-Type': 'text/html;charset=UTF-8', 'Content-Length': '0', 'Date': 'Fri, 20 Aug 2021 13:03:41 GMT', 'Server': ''}&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Any idea ?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 13:12:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4452434#M569178</guid>
      <dc:creator>cvailler</dc:creator>
      <dc:date>2021-08-20T13:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4452964#M569197</link>
      <description>&lt;P&gt;On the MnT session API, you should see the response body with some text similar to:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&amp;lt;remoteCoA requestType="reauth"&amp;gt;&amp;lt;results&amp;gt;true&amp;lt;/results&amp;gt;&amp;lt;/remoteCoA&amp;gt;&lt;/PRE&gt;
&lt;P&gt;ISE Profiling has this setting below under ISE admin web UI &amp;gt;&amp;nbsp; Administration &amp;gt; System &amp;gt; Profiling:&lt;/P&gt;
&lt;P&gt;[ ] Custom Attribute for Profiling Enforcement&lt;/P&gt;
&lt;P&gt;This, by default, is disabled, and needs enabled manually if we are using any of the endpoint custom attributes.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Aug 2021 03:10:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4452964#M569197</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2021-08-22T03:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4453389#M569211</link>
      <description>&lt;P&gt;Hello, I know and it is configured.&lt;BR /&gt;The point here is that when I use&amp;nbsp; a browser and send&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://10.1.23.14/admin/API/mnt/CoA/Reauth/ise24/00:22:BD:F7:39:21/2" target="_blank"&gt;https://10.1.23.14/admin/API/mnt/CoA/Reauth/ise24/00:22:BD:F7:39:21/2&lt;/A&gt;&lt;BR /&gt;it works (it does what it is expected, it does the reauth)&lt;BR /&gt;&lt;BR /&gt;but when I generate the same &lt;BR /&gt;get.requests in my python script, I receive the code 200, and nothing happen.&lt;BR /&gt;(requests.get(base_url_coa + endpoint_details['mac'] + '/2', headers=headers, auth=auth, verify=False))&lt;BR /&gt;The URL is OK (I print it to check), but it does nothing( no reauth)&lt;/P&gt;
&lt;P&gt;I don't know where I can troubleshoot that in ISE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rgds,&lt;BR /&gt;Cyril&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 08:51:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4453389#M569211</guid>
      <dc:creator>cvailler</dc:creator>
      <dc:date>2021-08-23T08:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4453891#M569227</link>
      <description>&lt;P&gt;I would suggest printing out the full URL and the request parameters and then use cURL to verify. If still no go, please send me a copy of your script.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 02:06:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4453891#M569227</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2021-08-24T02:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4454182#M569238</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It does work with the URL from a browser, and using cURL :&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;$ curl -v &lt;A href="https://10.1.23.14/admin/API/mnt/CoA/Reauth/ise24/00:22:BD:F7:39:21/2" target="_blank"&gt;https://10.1.23.14/admin/API/mnt/CoA/Reauth/ise24/00:22:BD:F7:39:21/2&lt;/A&gt; -u "admin:1SEC1sc0123&amp;amp;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;% Total&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;% Received % Xferd&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Average Speed &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Time&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Time &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Time&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Current&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Dload&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Upload &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Total &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Spent&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Left&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Speed&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;0 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0 --:--:-- --:--:-- --:--:-- &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0* &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Trying 10.1.23.14...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* TCP_NODELAY set&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Connected to 10.1.23.14 (10.1.23.14) port 443 (#0)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* ALPN, offering h2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* ALPN, offering http/1.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* successfully set certificate verify locations:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;CAfile: /etc/ssl/cert.pem&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;CApath: none&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* TLSv1.2 (OUT), TLS handshake, Client hello (1):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;} [205 bytes data]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* TLSv1.2 (IN), TLS handshake, Server hello (2):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;{ [81 bytes data]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* TLSv1.2 (IN), TLS handshake, Certificate (11):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;{ [1425 bytes data]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* TLSv1.2 (IN), TLS handshake, Server key exchange (12):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;{ [333 bytes data]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* TLSv1.2 (IN), TLS handshake, Server finished (14):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;{ [4 bytes data]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;} [70 bytes data]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;} [1 bytes data]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* TLSv1.2 (OUT), TLS handshake, Finished (20):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;} [16 bytes data]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;{ [1 bytes data]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* TLSv1.2 (IN), TLS handshake, Finished (20):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;{ [16 bytes data]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* ALPN, server did not agree to a protocol&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Server certificate:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;*&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;subject: C=Fr; ST=IdF; L=Paris; O=Cisco; OU=IoT; CN=ise24.iot-fr.local&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;*&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;start date: May 11 12:33:42 2020 GMT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;*&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;expire date: May 11 12:33:42 2022 GMT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;*&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;subjectAltName: host "10.1.23.14" matched cert's IP address!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;*&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;issuer: DC=local; DC=iot-fr; CN=iot-fr-WIN-AD-IND-CA&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;*&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;SSL certificate verify ok.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Server auth using Basic with user 'admin'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; GET /admin/API/mnt/CoA/Reauth/ise24/00:22:BD:F7:39:21/2 HTTP/1.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; Host: 10.1.23.14&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; Authorization: Basic YWRtaW46MVNFQzFzYzAxMjMm&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; User-Agent: curl/7.64.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; Accept: */*&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; HTTP/1.1 200 OK&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Cache-Control: private&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Expires: Thu, 01 Jan 1970 00:00:00 GMT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Set-Cookie: JSESSIONIDSSO=F750302ADB5975D8A065A0B71AFE6D55; Path=/; Secure; HttpOnly&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Set-Cookie: APPSESSIONID=F8BD31AEB87E9D979EA664C1690BE3C1; Path=/admin; Secure; HttpOnly&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; X-Frame-Options: SAMEORIGIN&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Strict-Transport-Security: max-age=31536000; includeSubDomains&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; X-Content-Type-Options: nosniff&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data:;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; X-XSS-Protection: 1; mode=block&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Date: Tue, 24 Aug 2021 09:38:43 GMT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Content-Type: application/xml;charset=UTF-8&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Content-Length: 122&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Server: &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;{ [122 bytes data]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;100 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;122&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;100 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;122&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;622&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0 --:--:-- --:--:-- --:--:-- &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;619&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Connection #0 to host 10.1.23.14 left intact&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Closing connection 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;From my script&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;....&lt;BR /&gt;base_url_coa = 'https://' + ISE_instance + '/admin/API/mnt/CoA/Reauth/ise24/'&lt;BR /&gt;headers = {&lt;BR /&gt;'Accept': 'application/json'&lt;BR /&gt;}&lt;BR /&gt;auth = (ISE_username, ISE_password)&lt;BR /&gt;s = requests.session()&lt;BR /&gt;resp1 = s.get(base_url_coa + endpoint_details['mac'] + '/2', headers=headers, auth=auth, verify=False)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 14:48:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4454182#M569238</guid>
      <dc:creator>cvailler</dc:creator>
      <dc:date>2021-08-24T14:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4454412#M569247</link>
      <description>&lt;P&gt;That is not a full script...&lt;/P&gt;
&lt;P&gt;Anyhow...&amp;nbsp;&lt;A href="https://github.com/petermoorey/cisco-ise" target="_blank"&gt;https://github.com/petermoorey/cisco-ise&lt;/A&gt;&amp;nbsp;has&amp;nbsp;&lt;A class="js-navigation-open Link--primary" title="ise-coa.py" href="https://github.com/petermoorey/cisco-ise/blob/master/ise-coa.py" data-pjax="#repo-content-pjax-container" target="_blank"&gt;ise-coa.py&lt;/A&gt;&amp;nbsp;which is doing what you're trying here.&lt;BR /&gt;Also, take a look at &lt;A href="https://community.cisco.com/t5/network-access-control/ise-mnt-apis-and-python/td-p/4007134" target="_self"&gt;(Cisco Community) ISE MNT APIs and Python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 23:21:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4454412#M569247</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2021-08-24T23:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4454539#M569253</link>
      <description>&lt;P&gt;It works :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I removed headers from :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;resp1 = s.get(base_url_coa + endpoint_details['mac'] + '/2', headers=headers, auth=auth, verify=False)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;resp1 = s.get(base_url_coa + endpoint_details['mac'] + '/2', auth=auth, verify=False)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 06:38:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4454539#M569253</guid>
      <dc:creator>cvailler</dc:creator>
      <dc:date>2021-08-25T06:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4455166#M569268</link>
      <description>&lt;P&gt;the headers was :&lt;/P&gt;
&lt;P&gt;headers = {&lt;BR /&gt;'Accept': 'application/json'&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;While the request sends back : &lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&amp;lt;remoteCoA requestType="reauth"&amp;gt;&amp;lt;results&amp;gt;true&amp;lt;/results&amp;gt;&amp;lt;/remoteCoA&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it is XML content and not json&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 07:36:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-coa/m-p/4455166#M569268</guid>
      <dc:creator>cvailler</dc:creator>
      <dc:date>2021-08-26T07:36:16Z</dc:date>
    </item>
  </channel>
</rss>

