<?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 Authentication failed in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/radius-authentication-failed/m-p/301826#M434092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is at the end of ISDN line? another router ?&lt;/P&gt;&lt;P&gt;Router configs at both ends would be useful.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serhat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jul 2004 02:01:58 GMT</pubDate>
    <dc:creator>s.uslay</dc:creator>
    <dc:date>2004-07-01T02:01:58Z</dc:date>
    <item>
      <title>RADIUS Authentication failed</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-authentication-failed/m-p/301825#M434091</link>
      <description>&lt;P&gt;Hi, I have problems to authenticate a user which use ISDN line, I have an AS5300 connected to a FreeRADIUS, when the user try to connect with its username and password the RADIUS recognize the username but the password is received as "CISCO",therefore I received a failed authentication error. When I connect with the same username by modem the connection is succesuful. If somebody knows about this issue please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jack &lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 20:44:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-authentication-failed/m-p/301825#M434091</guid>
      <dc:creator>jharo</dc:creator>
      <dc:date>2019-03-10T20:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: RADIUS Authentication failed</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-authentication-failed/m-p/301826#M434092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is at the end of ISDN line? another router ?&lt;/P&gt;&lt;P&gt;Router configs at both ends would be useful.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serhat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2004 02:01:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-authentication-failed/m-p/301826#M434092</guid>
      <dc:creator>s.uslay</dc:creator>
      <dc:date>2004-07-01T02:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: RADIUS Authentication failed</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-authentication-failed/m-p/301827#M434093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the AS5300 authentication is configured separately (and potentially differently) for calls by modem and calls by ISDN. Modem calls are configured under interface group-async while ISDN calls are configured under interface dialer. If you specify anything different under these interfaces it might explain the different behaviors that you describe. Can you post the config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2004 12:01:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-authentication-failed/m-p/301827#M434093</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2004-07-01T12:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: RADIUS Authentication failed</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-authentication-failed/m-p/301828#M434094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys:&lt;/P&gt;&lt;P&gt;The configuration for AAA and Async and dialer interfaces is as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------&lt;/P&gt;&lt;P&gt;aaa authentication login default local group radius&lt;/P&gt;&lt;P&gt;aaa authentication ppp default local group radius&lt;/P&gt;&lt;P&gt;aaa authorization exec default local group radius&lt;/P&gt;&lt;P&gt;aaa authorization network default group radius&lt;/P&gt;&lt;P&gt;aaa accounting delay-start&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group radius&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group radius&lt;/P&gt;&lt;P&gt;aaa accounting connection default start-stop group radius&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Group-Async1&lt;/P&gt;&lt;P&gt; ip unnumbered FastEthernet0&lt;/P&gt;&lt;P&gt; encapsulation ppp&lt;/P&gt;&lt;P&gt; ip tcp header-compression&lt;/P&gt;&lt;P&gt; no ip mroute-cache&lt;/P&gt;&lt;P&gt; no logging event link-status&lt;/P&gt;&lt;P&gt; async mode interactive&lt;/P&gt;&lt;P&gt; no snmp trap link-status&lt;/P&gt;&lt;P&gt; peer default ip address pool local&lt;/P&gt;&lt;P&gt; no keepalive&lt;/P&gt;&lt;P&gt; no fair-queue&lt;/P&gt;&lt;P&gt; ppp max-bad-auth 3&lt;/P&gt;&lt;P&gt; ppp authentication pap&lt;/P&gt;&lt;P&gt; ppp multilink&lt;/P&gt;&lt;P&gt; group-range 1 240&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dialer1&lt;/P&gt;&lt;P&gt; ip unnumbered FastEthernet0&lt;/P&gt;&lt;P&gt; ip helper-address xxx.xxx.xxx.xxx&lt;/P&gt;&lt;P&gt; encapsulation ppp&lt;/P&gt;&lt;P&gt; no ip route-cache cef&lt;/P&gt;&lt;P&gt; ip tcp header-compression&lt;/P&gt;&lt;P&gt; dialer in-band&lt;/P&gt;&lt;P&gt; dialer idle-timeout 0&lt;/P&gt;&lt;P&gt; dialer-group 1&lt;/P&gt;&lt;P&gt; peer default ip address pool local&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; ppp authentication pap chap callin&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip local pool local xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer try to connect with a user name and password for example uname:PEPE passw:TEST but when he connects the RADIUS debug show me the authentication of the right username (PEPE) but the password is changed to CISCO and not TEST, obviously the RADIUS send me an authentication error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2004 13:42:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-authentication-failed/m-p/301828#M434094</guid>
      <dc:creator>jharo</dc:creator>
      <dc:date>2004-07-01T13:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: RADIUS Authentication failed</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-authentication-failed/m-p/301829#M434095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the whole config ?&lt;/P&gt;&lt;P&gt;The lines "&lt;/P&gt;&lt;P&gt;aaa authentication login default local group radius &lt;/P&gt;&lt;P&gt;aaa authentication ppp default local group radius "&lt;/P&gt;&lt;P&gt;show that ppp authentication will be based on local database but not Radius ??&lt;/P&gt;&lt;P&gt;Also authorization is done in Radius..&lt;/P&gt;&lt;P&gt;Would you check the outputs of  "debug aaa authen", " debug aaa authoriz" and "debug ppp authen"&lt;/P&gt;&lt;P&gt;They will tell you what is happening in the router and between router and radius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serhat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2004 23:22:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-authentication-failed/m-p/301829#M434095</guid>
      <dc:creator>s.uslay</dc:creator>
      <dc:date>2004-07-01T23:22:54Z</dc:date>
    </item>
  </channel>
</rss>

