<?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 Automate ISE with OpenAPIs Python - Simuating RADIUS requests in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/automate-ise-with-openapis-python-simuating-radius-requests/m-p/4816233#M8029</link>
    <description>&lt;P&gt;I'm trying to simulate RADIUS requests to ISE so that I can get endpoint information via the API. Per the instructions, I tried running the Python script with the additional flags. However, I could not locate the .cfg files or the Python script to the run simulated RADIUS requests. I searched the whole /home directory and couldn't find them. Is there some other place I should look for the script and .cfg files? I've attached a screenshot of the instructions I tried following.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2023 19:55:20 GMT</pubDate>
    <dc:creator>devnetdan</dc:creator>
    <dc:date>2023-04-17T19:55:20Z</dc:date>
    <item>
      <title>Automate ISE with OpenAPIs Python - Simuating RADIUS requests</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/automate-ise-with-openapis-python-simuating-radius-requests/m-p/4816233#M8029</link>
      <description>&lt;P&gt;I'm trying to simulate RADIUS requests to ISE so that I can get endpoint information via the API. Per the instructions, I tried running the Python script with the additional flags. However, I could not locate the .cfg files or the Python script to the run simulated RADIUS requests. I searched the whole /home directory and couldn't find them. Is there some other place I should look for the script and .cfg files? I've attached a screenshot of the instructions I tried following.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 19:55:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/automate-ise-with-openapis-python-simuating-radius-requests/m-p/4816233#M8029</guid>
      <dc:creator>devnetdan</dc:creator>
      <dc:date>2023-04-17T19:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automate ISE with OpenAPIs Python - Simuating RADIUS requests</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/automate-ise-with-openapis-python-simuating-radius-requests/m-p/4826563#M8086</link>
      <description>&lt;P&gt;,Hi d-wade,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are some of my findings after I performed some test on Devnet sandbox('Automate ISE with OpenAPIs Python and Ansible' &amp;amp; 'PxGrid 2.0 on Clustered ISE 3.1'):&lt;BR /&gt;1. There are no ise_*.cfg files in Radius Simulator VM/CentOS.&lt;BR /&gt;2. There are some other cfg files can be used for testing in '/home/developer/Downloads/pez/cfg/final_cfg&lt;BR /&gt;'&lt;BR /&gt;3. If you used these cfg files for testing, you need to change share secret on ISE/Network Device/pez_simulator from 'C1sco12345' to 'cisco' to align with cfg files.&lt;BR /&gt;4. Tick all the boxes in ISE/Administration/Settings/Security Settings.&lt;BR /&gt;5. Set the below environmental variables at the command prompt on CentOS, (You can find this instruction in sandbox 'PxGrid 2.0 on Clustered ISE 3.1'):&lt;BR /&gt;export PYTHONPATH=./lib:$PYTHONPATH&lt;BR /&gt;export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH&lt;BR /&gt;export LD_PRELOAD=./lib/libssl.so.10:./lib/libcrypto.so.10&lt;BR /&gt;6. You can use radius simulator in your own lab:&lt;BR /&gt;&lt;A href="https://developer.cisco.com/docs/pxgrid/#!radius-simulator/radius-simulator" target="_blank"&gt;https://developer.cisco.com/docs/pxgrid/#!radius-simulator/radius-simulator&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=Pw8lE7ga4Ek&amp;amp;t=76s" target="_blank"&gt;https://www.youtube.com/watch?v=Pw8lE7ga4Ek&amp;amp;t=76s&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(24,24,24);font-size:14px;"&gt;If you find my reply solved your question or issue, kindly click the 'Accept as Solution' button and vote it as helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(24,24,24);font-size:14px;"&gt;You can also learn more about ISE through our live Ask the Experts (ATXs) session. Check out Cisco ATXs Resources [&lt;/SPAN&gt;&lt;A href="https://community.cisco.com/t5/security-knowledge-base/cisco-endpoint-security-ask-the-experts-resources/ta-p/4394492" target="_blank"&gt;https://community.cisco.com/t5/security-knowledge-base/cisco-endpoint-security-ask-the-experts-resources/ta-p/4394492&lt;/A&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(24,24,24);font-size:14px;"&gt;] to view the latest schedule for upcoming sessions, as well as the useful references, e.g. online guides, FAQs.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 11:48:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/automate-ise-with-openapis-python-simuating-radius-requests/m-p/4826563#M8086</guid>
      <dc:creator>Zhicheng Lun</dc:creator>
      <dc:date>2023-05-02T11:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automate ISE with OpenAPIs Python - Simuating RADIUS requests</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/automate-ise-with-openapis-python-simuating-radius-requests/m-p/4826791#M8087</link>
      <description>&lt;P&gt;Thank you for the feedback! I'll have to try it out for myself. However, if your instructions are valid, I think it makes sense for the lab instructions to be updated.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 15:08:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/automate-ise-with-openapis-python-simuating-radius-requests/m-p/4826791#M8087</guid>
      <dc:creator>devnetdan</dc:creator>
      <dc:date>2023-05-02T15:08:49Z</dc:date>
    </item>
  </channel>
</rss>

