<?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: Authentication problem between Router C3745 and Server RADIUS in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/authentication-problem-between-router-c3745-and-server-radius/m-p/3760217#M3378</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/286878"&gt;@balaji.bandi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope you're good, I tested your issue but unfortunetly it doesn't work aymore !&lt;/P&gt;&lt;P&gt;&amp;nbsp;I didn't know how to access to LOG RADIUS via command line linux&lt;/P&gt;</description>
    <pubDate>Sun, 09 Dec 2018 13:53:34 GMT</pubDate>
    <dc:creator>YacineBEKHECHI91</dc:creator>
    <dc:date>2018-12-09T13:53:34Z</dc:date>
    <item>
      <title>Authentication problem between Router C3745 and Server RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-problem-between-router-c3745-and-server-radius/m-p/3760057#M3372</link>
      <description>&lt;P&gt;Hello Cisco Community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have a simple topology of LAN network, everything works great excepted my Radius server !&lt;/P&gt;&lt;P&gt;So, here is my topology :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="topology1.PNG" style="width: 759px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25547i96A30BB8DE3B037C/image-size/large?v=v2&amp;amp;px=999" role="button" title="topology1.PNG" alt="topology1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My problem is when I try to do connection attempt to the router R1 from Administrateur via SSH, the authentication between R1 and my server RADIUS doesn't work.&lt;/P&gt;&lt;P&gt;here is my R1 config :&lt;/P&gt;&lt;P&gt;Router1#sh run&lt;BR /&gt;Building configuration...&lt;/P&gt;&lt;P&gt;Current configuration : 3219 bytes&lt;BR /&gt;!&lt;BR /&gt;! No configuration change since last restart&lt;BR /&gt;!&lt;BR /&gt;version 12.4&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;service compress-config&lt;BR /&gt;!&lt;BR /&gt;hostname Router1&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;enable secret 5 $1$9i6a$F/bE9u0iqN3NhA.TTGRKs.&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login ACCES_SSH group radius&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;memory-size iomem 5&lt;BR /&gt;no ip icmp rate-limit unreachable&lt;BR /&gt;ip cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip dhcp use vrf connected&lt;BR /&gt;ip dhcp excluded-address 192.168.2.254&lt;BR /&gt;ip dhcp excluded-address 192.168.3.254&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool VLAN2&lt;BR /&gt;network 192.168.2.0 255.255.255.0&lt;BR /&gt;default-router 192.168.2.254&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool VLAN3&lt;BR /&gt;network 192.168.3.0 255.255.255.0&lt;BR /&gt;default-router 192.168.3.254&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;ip domain name MyDomaine.LAN&lt;BR /&gt;ip auth-proxy max-nodata-conns 3&lt;BR /&gt;ip admission max-nodata-conns 3&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;archive&lt;BR /&gt;log config&lt;BR /&gt;hidekeys&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip tcp synwait-time 5&lt;BR /&gt;ip ssh time-out 60&lt;BR /&gt;ip ssh version 2&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0&lt;BR /&gt;no ip address&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.1&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.2&lt;BR /&gt;encapsulation dot1Q 2&lt;BR /&gt;ip address 192.168.2.254 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.3&lt;BR /&gt;encapsulation dot1Q 3&lt;BR /&gt;ip address 192.168.3.254 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.99&lt;BR /&gt;encapsulation dot1Q 99&lt;BR /&gt;ip address 192.168.99.254 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;clock rate 2000000&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;ip address 192.168.1.254 255.255.255.0&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;clock rate 2000000&lt;BR /&gt;!&lt;BR /&gt;interface Serial1/0&lt;BR /&gt;ip address 223.0.0.1 255.255.255.0&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;serial restart-delay 0&lt;BR /&gt;!&lt;BR /&gt;interface Serial1/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;serial restart-delay 0&lt;BR /&gt;!&lt;BR /&gt;interface Serial1/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;serial restart-delay 0&lt;BR /&gt;!&lt;BR /&gt;interface Serial1/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;serial restart-delay 0&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;log-adjacency-changes&lt;BR /&gt;network 223.0.0.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 223.0.0.2&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;ip nat inside source list NAT_INTERNET_VLAN2 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source list NAT_INTERNET_VLAN3 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source list NAT_INTERNET_VLAN99 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source static tcp 192.168.2.1 80 223.0.0.1 80 extendable&lt;BR /&gt;!&lt;BR /&gt;ip access-list standard NAT_INTERNET_VLAN2&lt;BR /&gt;permit 192.168.2.0 0.0.0.255&lt;BR /&gt;ip access-list standard NAT_INTERNET_VLAN3&lt;BR /&gt;permit 192.168.3.0 0.0.0.255&lt;BR /&gt;ip access-list standard NAT_INTERNET_VLAN99&lt;BR /&gt;permit 192.168.99.0 0.0.0.255&lt;BR /&gt;!&lt;BR /&gt;no cdp log mismatch duplex&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;radius-server host 192.168.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;radius-server key router&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;exec-timeout 0 0&lt;BR /&gt;privilege level 15&lt;BR /&gt;password cisco&lt;BR /&gt;logging synchronous&lt;BR /&gt;line aux 0&lt;BR /&gt;exec-timeout 0 0&lt;BR /&gt;privilege level 15&lt;BR /&gt;logging synchronous&lt;BR /&gt;line vty 0 4&lt;BR /&gt;login authentication ACCES_SSH&lt;BR /&gt;transport input ssh&lt;BR /&gt;!&lt;BR /&gt;ntp master 1&lt;BR /&gt;ntp server 192.168.99.254&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;------------------------------------------------&lt;/P&gt;&lt;P&gt;RADIUS config :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RADIUS.PNG" style="width: 951px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25548iD238AEE817F593CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="RADIUS.PNG" alt="RADIUS.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;clients.conf :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clients_conf.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25550i1B4899BF9C617D9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="clients_conf.PNG" alt="clients_conf.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;users :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="users.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25551iA599BD5EBE3EBA2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="users.PNG" alt="users.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;Administrateur config :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Administrateur.PNG" style="width: 875px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25549i9ACD3D91E834E94E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Administrateur.PNG" alt="Administrateur.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And the problem is :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Authentication impossible with the password : bekhechi" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25552iAB8FC61889928494/image-size/large?v=v2&amp;amp;px=999" role="button" title="Authentication.PNG" alt="Authentication impossible with the password : bekhechi" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Authentication impossible with the password : bekhechi&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error message on R1" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25553iDB8A9EDC248758BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="NON.PNG" alt="Error message on R1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Error message on R1&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, if someone have an idea about that, please if he can tell me what the problem and thank you for helpful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 19:02:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-problem-between-router-c3745-and-server-radius/m-p/3760057#M3372</guid>
      <dc:creator>YacineBEKHECHI91</dc:creator>
      <dc:date>2020-02-21T19:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication problem between Router C3745 and Server RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-problem-between-router-c3745-and-server-radius/m-p/3760124#M3375</link>
      <description>&lt;P&gt;Can you try testing from Switch your Radius is working or not with below command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;#test aaa server Radius RADIUS-SERVER-IP  USERNAME PASSWORD&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;also look the logs in radius server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Dec 2018 23:12:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-problem-between-router-c3745-and-server-radius/m-p/3760124#M3375</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2018-12-08T23:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication problem between Router C3745 and Server RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-problem-between-router-c3745-and-server-radius/m-p/3760217#M3378</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/286878"&gt;@balaji.bandi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope you're good, I tested your issue but unfortunetly it doesn't work aymore !&lt;/P&gt;&lt;P&gt;&amp;nbsp;I didn't know how to access to LOG RADIUS via command line linux&lt;/P&gt;</description>
      <pubDate>Sun, 09 Dec 2018 13:53:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-problem-between-router-c3745-and-server-radius/m-p/3760217#M3378</guid>
      <dc:creator>YacineBEKHECHI91</dc:creator>
      <dc:date>2018-12-09T13:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication problem between Router C3745 and Server RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-problem-between-router-c3745-and-server-radius/m-p/3760255#M3380</link>
      <description>&lt;P&gt;basically standard setup of radius log will be store in&lt;/P&gt;&lt;PRE&gt;logdir = "/var/log/radius"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Dec 2018 16:30:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-problem-between-router-c3745-and-server-radius/m-p/3760255#M3380</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2018-12-09T16:30:30Z</dc:date>
    </item>
  </channel>
</rss>

