<?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: Radius not working in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235782#M593736</link>
    <description>&lt;P&gt;Yes, but i try login using my radius user and since the credentials didn't work so i use local user. Trying to get some debug log by enabling the '&lt;SPAN&gt;debug radius authentication', try login using radius user and there is no any debug messages.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2024 04:03:48 GMT</pubDate>
    <dc:creator>hs08</dc:creator>
    <dc:date>2024-12-12T04:03:48Z</dc:date>
    <item>
      <title>Radius not working</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235759#M593731</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I configure my C3850 authentication to Active Directory Radius (NPS), and seem this C3850 is not send any radius traffic to the NPS.&lt;/P&gt;&lt;P&gt;Trying with enable 'debug radius authentication' and i can see there is no debug message in the log. Someone know how to troubleshot this?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 02:23:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235759#M593731</guid>
      <dc:creator>hs08</dc:creator>
      <dc:date>2024-12-12T02:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Radius not working</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235764#M593732</link>
      <description>&lt;P&gt;Before running debugs, check the following:&lt;/P&gt;
&lt;P&gt;Check your config. If your 3850 is sending RADIUS In a VRF, then ensure that the source interface and vrf details are correct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;show run | section radius&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the status of the aaa servers (the servers should not be "DEAD"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;show aaa servers&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I assume of course that the 3850 can ping the NPS?&amp;nbsp; And that you have added the 3850 into NPS as a RADIUS client, and then configured it accordingly.&lt;/P&gt;
&lt;P&gt;You can send test commands to the aaa RADIUS group - the username password below can be arbitrary - the IOS will make a PAP request to the RADIUS server - if RADIUS server doesn't handle PAP, then you are likely to get an Access-Reject. But a Reject is also a sign of RADIUS communication. It does not prove the RADIUS shared secret is correct though - it just proves that the UDP traffic is getting answered&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;test aaa group &amp;lt;radius_group_name&amp;gt; username password new-code&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using IOS-XE from a certain vintage, then the legacy "debug" commands no longer work. I think they are still there, but they don't do anything. IOS-XE replaced all this with the session manager daemon, running on Linux. Try this&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-GB"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Set the debugs&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;===================&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;"&gt;&lt;SPAN&gt;set platform software trace smd switch active R0&lt;/SPAN&gt;&lt;SPAN&gt; dot1x-all debug&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;"&gt;&lt;SPAN&gt;set platform software trace smd switch active R0&lt;/SPAN&gt;&lt;SPAN&gt; radius-authen debug&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;"&gt;&lt;SPAN&gt;set platform software trace smd switch active R0&lt;/SPAN&gt;&lt;SPAN&gt; aaa-authen debug&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;"&gt;&lt;SPAN&gt;set platform software trace smd switch active R0&lt;/SPAN&gt;&lt;SPAN&gt; eap-all debug&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;"&gt;&lt;SPAN&gt;set platform software trace smd switch active R0&lt;/SPAN&gt;&lt;SPAN&gt; auth-mgr-all debug&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;View the trace levels&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;=========================&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;" lang="en-GB"&gt;show platform software trace level smd switch active R0&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;View the logs with&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;==============================&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;"&gt;show platform software trace message smd switch active R0&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;After test complete, reset the debugs to normal again!!!&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;===========&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;"&gt;&lt;SPAN&gt;set platform software trace smd switch active R0&lt;/SPAN&gt;&lt;SPAN&gt; dot1x-all notice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;"&gt;&lt;SPAN&gt;set platform software trace smd switch active R0&lt;/SPAN&gt;&lt;SPAN&gt; radius-authen notice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;"&gt;&lt;SPAN&gt;set platform software trace smd switch active R0&lt;/SPAN&gt;&lt;SPAN&gt; aaa-authen notice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;"&gt;&lt;SPAN&gt;set platform software trace smd switch active R0&lt;/SPAN&gt;&lt;SPAN&gt; eap-all notice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Courier New'; font-size: 11.0pt;"&gt;&lt;SPAN&gt;set platform software trace smd switch active R0&lt;/SPAN&gt;&lt;SPAN&gt; auth-mgr-all notice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 02:55:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235764#M593732</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2024-12-12T02:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Radius not working</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235773#M593733</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/158532"&gt;@Arne Bier&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here my radius config&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hs08_0-1733972173976.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/235745iEFE87CCC8676613B/image-size/large?v=v2&amp;amp;px=999" role="button" title="hs08_0-1733972173976.png" alt="hs08_0-1733972173976.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;show aaa servers&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hs08_1-1733972222811.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/235746i94B867C963EC27DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="hs08_1-1733972222811.png" alt="hs08_1-1733972222811.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ping to the NPS server is success&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hs08_3-1733972535443.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/235748i634842E348400BD8/image-size/large?v=v2&amp;amp;px=999" role="button" title="hs08_3-1733972535443.png" alt="hs08_3-1733972535443.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Based on show version i can see we use CAT3K ios&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hs08_4-1733972567827.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/235749i6066402A3F030516/image-size/large?v=v2&amp;amp;px=999" role="button" title="hs08_4-1733972567827.png" alt="hs08_4-1733972567827.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;All other devices is working normally to the NPS with same configuration.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 03:03:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235773#M593733</guid>
      <dc:creator>hs08</dc:creator>
      <dc:date>2024-12-12T03:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Radius not working</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235781#M593735</link>
      <description>&lt;P&gt;The server is UP&lt;/P&gt;
&lt;P&gt;But your authc is first try local then try radius.&lt;/P&gt;
&lt;P&gt;And Since it sucess with local it never try radius&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 04:00:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235781#M593735</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-12-12T04:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Radius not working</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235782#M593736</link>
      <description>&lt;P&gt;Yes, but i try login using my radius user and since the credentials didn't work so i use local user. Trying to get some debug log by enabling the '&lt;SPAN&gt;debug radius authentication', try login using radius user and there is no any debug messages.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 04:03:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235782#M593736</guid>
      <dc:creator>hs08</dc:creator>
      <dc:date>2024-12-12T04:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Radius not working</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235784#M593737</link>
      <description>&lt;P&gt;Oh right - you're doing AAA (device admin).&amp;nbsp; Share your output for&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;show run | section line&lt;/LI-CODE&gt;
&lt;P&gt;Perhaps you have some method list or weird config there.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should run a test command also&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;test aaa group ADRADIUS username password new-code&lt;/LI-CODE&gt;
&lt;P&gt;And then check the output of "show aaa servers"&amp;nbsp; - did the authentication counters increment?&lt;/P&gt;
&lt;P&gt;I would also swap around the "local group ADRADIUS" to be "group ADRADIUS local" instead. I have never seen it done with local first, and I would expect that if the user account is not found locally, then go to the group instead. But it's not good security practice - you want to make local access the method of last resort.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 04:11:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235784#M593737</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2024-12-12T04:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Radius not working</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235785#M593738</link>
      <description>&lt;P&gt;yeah that work, i'm forgot to add this command in the line vty&lt;/P&gt;&lt;P&gt;authorization exec ADRADIUS&lt;BR /&gt;login authentication ADRADIUS&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 04:14:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-not-working/m-p/5235785#M593738</guid>
      <dc:creator>hs08</dc:creator>
      <dc:date>2024-12-12T04:14:01Z</dc:date>
    </item>
  </channel>
</rss>

