<?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 RADIUS VSA question in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419585#M517085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just in case anyone is interested, I too had a problem with "&lt;SPAN style="color: #ff0000; font-family: Arial; font-size: 12px; background-color: #fafafa;"&gt;15019 Could not find selected Authorization Profiles&lt;/SPAN&gt;". I had to delete the Auth(Z) result, and then recreate it. Once I did that it worked. ISE seems to be finicky about the order policies are implemented. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2018 20:53:18 GMT</pubDate>
    <dc:creator>R.e..g.</dc:creator>
    <dc:date>2018-07-16T20:53:18Z</dc:date>
    <item>
      <title>ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419578#M517071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to integrate an APC PDU to authenticate with RADIUS on ISE. This requires a vendor-specific attribute to be set. I created an APC dictionary with the attributes, and an APC profile that uses the APC dictionary. The PDU network device is set to use the APC profile. On ACS, there was a spot to set the attribute, but I haven't figured out how on ISE. Can anyone tell me what steps I am missing?&amp;nbsp; &lt;/P&gt;&lt;P&gt;The RADIUS LiveLog shows the login successful, but the PDU doesn't allow the login.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 18:20:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419578#M517071</guid>
      <dc:creator>christensen</dc:creator>
      <dc:date>2018-05-11T18:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419579#M517075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used &lt;A href="http://www.apc.com/us/en/faqs/FA156083/"&gt;How do I configure my RADIUS server to authenticate my APC Network Enabled device?&lt;/A&gt; to come up with the attached dictionary file, which you may import to ISE per &lt;A href="https://www.cisco.com/c/en/us/td/docs/security/ise/2-4/admin_guide/b_ise_admin_guide_24/b_ise_admin_guide_24_new_chapter_01010.html#ID123"&gt;RADIUS-Vendor Dictionaries&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2018-05-11 at 12.35.57 PM.png" class="image-1 jive-image" height="217" src="/legacyfs/online/fusion/117036_Screen Shot 2018-05-11 at 12.35.57 PM.png" style="height: 216.791935483871px; width: 523px;" width="523" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, use it in an AuthZ profile using the advanced attribute settings.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2018-05-11 at 12.37.02 PM.png" class="jive-image image-2" height="436" src="/legacyfs/online/fusion/117037_Screen Shot 2018-05-11 at 12.37.02 PM.png" style="height: 436.05px; width: 459px;" width="459" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 19:39:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419579#M517075</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-05-11T19:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419580#M517076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to...&lt;/P&gt;&lt;P&gt;1) Configure ISE as the RADIUS server in APC with specific secret key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Configure the APC device as a NAD in ISE with correct IP address and matching RADIUS key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Create APC dictionary file - copy the following into text file with .dict extension: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VENDOR APC 318&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN-VENDOR APC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ATTRIBUTE APC-Service-Type 1 integer APC&lt;BR /&gt;ATTRIBUTE APC-Outlets 2 string APC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE APC-Service-Type Admin 1&lt;BR /&gt;VALUE APC-Service-Type Device 2&lt;BR /&gt;VALUE APC-Service-Type ReadOnly 3&lt;BR /&gt;VALUE APC-Service-Type Outlet 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Import dictionary into ISE under Policy &amp;gt; Policy Elements &amp;gt; Dictionary &amp;gt; Radius &amp;gt; Radius Vendors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) As an authorization to access APC, return the desired permission in the Authorization Profile under Advanced Attributes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="355" src="https://community.cisco.com/legacyfs/online/fusion/117041_pastedImage_0.png" style="width: 436px; height: 355.129px;" width="436" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More info at &lt;A href="http://www.apc.com/us/en/faqs/FA156083/" title="http://www.apc.com/us/en/faqs/FA156083/"&gt;How do I configure my RADIUS server to authenticate my APC Network Enabled device?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 19:44:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419580#M517076</guid>
      <dc:creator>Craig Hyps</dc:creator>
      <dc:date>2018-05-11T19:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419581#M517080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers.&amp;nbsp; I finally got it to work. ISE 2.3 is picky about for Auth. profiles; I had to try several different things several times before it didn't give me a Auth. Profile not found when trying to authenticate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 23:16:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419581#M517080</guid>
      <dc:creator>christensen</dc:creator>
      <dc:date>2018-05-14T23:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419582#M517081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way you can post a screen shot of your Advanced Attribute settings for the APC Authorization Profile?&amp;nbsp; I imported the above VSA file and &lt;SPAN style="font-size: 13.3333px;"&gt;have tried the above settings and several others with no luck.&lt;/SPAN&gt;&amp;nbsp; Depending on my advanced attribute settings sometimes I get Authorized but still can't login in to the PDU.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 19:15:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419582#M517081</guid>
      <dc:creator>bbyrdineteng</dc:creator>
      <dc:date>2018-06-06T19:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419583#M517083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to move from ACS to ISE and my ACS has the same settings as the example above but authentication doesn't work on ISE even though the dictionary and policies are the same on ISE as ACS. Does anyone know if there is something else in ISE that needs to be enabled for this authentication to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 15:02:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419583#M517083</guid>
      <dc:creator>Nicholas Copeland</dc:creator>
      <dc:date>2018-06-22T15:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419584#M517084</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;Would it be possible to share the Policy set for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 14:52:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419584#M517084</guid>
      <dc:creator>craiglebutt</dc:creator>
      <dc:date>2018-07-12T14:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419585#M517085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just in case anyone is interested, I too had a problem with "&lt;SPAN style="color: #ff0000; font-family: Arial; font-size: 12px; background-color: #fafafa;"&gt;15019 Could not find selected Authorization Profiles&lt;/SPAN&gt;". I had to delete the Auth(Z) result, and then recreate it. Once I did that it worked. ISE seems to be finicky about the order policies are implemented. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 20:53:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419585#M517085</guid>
      <dc:creator>R.e..g.</dc:creator>
      <dc:date>2018-07-16T20:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419586#M517087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for contributing this info. If you have a specific sequence to recreate this issue and if you have a TAC case open on it, please ask TAC to open a bug. Otherwise, please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 23:27:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3419586#M517087</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-07-17T23:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3792557#M517090</link>
      <description>&lt;P&gt;Hello thanks for your post I was able to follow the APC guide to set up radius authentication to the web management. I am now trying to integrate the Netbotz Card access to ISE as well. Has anyone had any success. I have imported the dictionary file from APC and have the attributes set in my authorization profile&amp;nbsp;(AuthZ-APC-Admin)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Access Type = ACCESS_ACCEPT&lt;BR /&gt;APC-ACCPX-Doors = BothDoors&lt;BR /&gt;APC-Username =&amp;nbsp;User1&lt;BR /&gt;APC-ACCPX-Access4 = Wed,00:00,23:59&lt;BR /&gt;APC-ACCPX-Access1 = Sun,00:00,23:59&lt;BR /&gt;APC-Service-Type = 1&lt;BR /&gt;APC-ACCPX-Access3 = Tue,00:00,23:59&lt;BR /&gt;APC-ACCPX-Status = Enabled&lt;BR /&gt;APC-ACCPX-Access2 = Mon,00:00,23:59&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I create the a new use using the local identity store with card number as the user and the password that was setup in the radius config on the netbotz. What I am not sure of is how to apply the APC attributes to each of the new cards(users) I set up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Her is the APC site is used for reference.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.apc.com/us/en/faqs/FA156100/" target="_self"&gt;https://www.apc.com/us/en/faqs/FA156100/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be greatly appreciated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 22:26:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3792557#M517090</guid>
      <dc:creator>Timothy Patrick</dc:creator>
      <dc:date>2019-01-31T22:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3842177#M517092</link>
      <description>&lt;P&gt;This is very useful. It worked perfectly. Thank you for posting.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2019 15:39:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/3842177#M517092</guid>
      <dc:creator>garyguan1965</dc:creator>
      <dc:date>2019-04-21T15:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/4037253#M558446</link>
      <description>&lt;P&gt;Can someone assist with ISE radius authentication for APC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I have so far&lt;/P&gt;&lt;P&gt;- Imported the dictionary for APC&lt;/P&gt;&lt;P&gt;- created a Authorization Profile&lt;/P&gt;&lt;P&gt;- Added APC as a network device on ISE&lt;/P&gt;&lt;P&gt;- made sure secret key is the same thing on both APC and ISE Box&lt;/P&gt;&lt;P&gt;&amp;nbsp;still not working&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 02:34:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/4037253#M558446</guid>
      <dc:creator>wordworship</dc:creator>
      <dc:date>2020-02-28T02:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/4037489#M558453</link>
      <description>&lt;P&gt;Can someone assist with ISE radius authentication for APC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I have so far&lt;/P&gt;&lt;P&gt;- Imported the dictionary for APC&lt;/P&gt;&lt;P&gt;- created a Authorization Profile&lt;/P&gt;&lt;P&gt;- Added APC as a network device on ISE&lt;/P&gt;&lt;P&gt;- made sure secret key is the same thing on both APC and ISE Box&lt;/P&gt;&lt;P&gt;&amp;nbsp;still not working&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 13:42:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/4037489#M558453</guid>
      <dc:creator>wordworship</dc:creator>
      <dc:date>2020-02-28T13:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RADIUS VSA question</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/4814300#M581154</link>
      <description>&lt;P&gt;Maybe it is interessting, that it seems this bug&amp;nbsp;&lt;SPAN&gt;CSCvs61423 is still not solved in version 3.1 patch 3.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;But the workaround to delete and re-create the authorization result again is working.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 07:18:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-radius-vsa-question/m-p/4814300#M581154</guid>
      <dc:creator>Sven Hruza</dc:creator>
      <dc:date>2023-04-14T07:18:46Z</dc:date>
    </item>
  </channel>
</rss>

