<?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 Unexpected AAA Behavior in Lab Setup in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/unexpected-aaa-behavior-in-lab-setup/m-p/1382571#M323050</link>
    <description>&lt;P&gt;I have attatched the config for my lab router in its entirety.&amp;nbsp; The lab is air-gapped so I'm not scrubbing anything from its config.&amp;nbsp; I configured some example server groups, and the servers are dummy servers to force a failed connection so that my understanding of the processing of an aaa authentication list is validated.&amp;nbsp; My final login option is local, and I have a user with privilege level 15 specified.&amp;nbsp; However, when I configured the telnet lines to use my list configured as 'RADIUS', I got an error stating that the list didn't exist.&amp;nbsp; But when you look at the config, it is there on the vty lines.&amp;nbsp; Also, when I login via telnet, I am not in privileged mode and I have to enter it manually.&amp;nbsp; Below is the output on the router as I configured my aaa new-model:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3825_Lab(config)#aaa group server radius RADIUS_PRIMARY&lt;BR /&gt;3825_Lab(config-sg-radius)#server 192.168.200.2&lt;BR /&gt;3825_Lab(config-sg-radius)#exit&lt;BR /&gt;3825_Lab(config)#aaa group server radius RADIUS_BACKUP&lt;BR /&gt;3825_Lab(config-sg-radius)#server 192.168.200.3&lt;BR /&gt;3825_Lab(config-sg-radius)#exit&lt;BR /&gt;3825_Lab(config)#aaa group server tacacs+ TACACS_PRIMARY&lt;BR /&gt;3825_Lab(config-sg-tacacs+)#server 192.168.200.4&lt;BR /&gt;3825_Lab(config-sg-tacacs+)#exit&lt;BR /&gt;3825_Lab(config)#aaa group server tacacs+ TACACS_BACKUP&lt;BR /&gt;3825_Lab(config-sg-tacacs+)#server 192.168.200.5&lt;BR /&gt;3825_Lab(config-sg-tacacs+)#exit&lt;BR /&gt;3825_Lab(config)#aaa authentication login RADIUS group RADIUS_PRIMARY group RADIUS_BACKUP local&lt;BR /&gt;3825_Lab(config)#aaa authentication login TACACS group TACACS_PRIMARY group TACACS_BACKUP local&lt;BR /&gt;3825_Lab(config)#lin vty 0 4&lt;BR /&gt;3825_Lab(config-line)#login authentication RADIUS&lt;BR /&gt;AAA: Warning authentication list "RADIUS" is not defined for LOGIN.&amp;nbsp; &amp;lt;-----------------&amp;nbsp; Huh?&amp;nbsp; Didn't I just create that list 4 lines previous?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the 'show run' it is applied to the interface:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;line vty 0 4&lt;BR /&gt; logging synchronous&lt;BR /&gt; login authentication RADIUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since my server groups are dummy groups, it should fail the radius lookup due to no server response and fall back to 'local' authentication.&amp;nbsp; So why when I telnet in do I get dropped into 'user exec' mode rather than 'privileged exec' mode?&amp;nbsp; My username statement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username admin privilege 15 password 0 admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Scott&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 23:50:42 GMT</pubDate>
    <dc:creator>Scott Pickles</dc:creator>
    <dc:date>2019-03-10T23:50:42Z</dc:date>
    <item>
      <title>Unexpected AAA Behavior in Lab Setup</title>
      <link>https://community.cisco.com/t5/network-access-control/unexpected-aaa-behavior-in-lab-setup/m-p/1382571#M323050</link>
      <description>&lt;P&gt;I have attatched the config for my lab router in its entirety.&amp;nbsp; The lab is air-gapped so I'm not scrubbing anything from its config.&amp;nbsp; I configured some example server groups, and the servers are dummy servers to force a failed connection so that my understanding of the processing of an aaa authentication list is validated.&amp;nbsp; My final login option is local, and I have a user with privilege level 15 specified.&amp;nbsp; However, when I configured the telnet lines to use my list configured as 'RADIUS', I got an error stating that the list didn't exist.&amp;nbsp; But when you look at the config, it is there on the vty lines.&amp;nbsp; Also, when I login via telnet, I am not in privileged mode and I have to enter it manually.&amp;nbsp; Below is the output on the router as I configured my aaa new-model:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3825_Lab(config)#aaa group server radius RADIUS_PRIMARY&lt;BR /&gt;3825_Lab(config-sg-radius)#server 192.168.200.2&lt;BR /&gt;3825_Lab(config-sg-radius)#exit&lt;BR /&gt;3825_Lab(config)#aaa group server radius RADIUS_BACKUP&lt;BR /&gt;3825_Lab(config-sg-radius)#server 192.168.200.3&lt;BR /&gt;3825_Lab(config-sg-radius)#exit&lt;BR /&gt;3825_Lab(config)#aaa group server tacacs+ TACACS_PRIMARY&lt;BR /&gt;3825_Lab(config-sg-tacacs+)#server 192.168.200.4&lt;BR /&gt;3825_Lab(config-sg-tacacs+)#exit&lt;BR /&gt;3825_Lab(config)#aaa group server tacacs+ TACACS_BACKUP&lt;BR /&gt;3825_Lab(config-sg-tacacs+)#server 192.168.200.5&lt;BR /&gt;3825_Lab(config-sg-tacacs+)#exit&lt;BR /&gt;3825_Lab(config)#aaa authentication login RADIUS group RADIUS_PRIMARY group RADIUS_BACKUP local&lt;BR /&gt;3825_Lab(config)#aaa authentication login TACACS group TACACS_PRIMARY group TACACS_BACKUP local&lt;BR /&gt;3825_Lab(config)#lin vty 0 4&lt;BR /&gt;3825_Lab(config-line)#login authentication RADIUS&lt;BR /&gt;AAA: Warning authentication list "RADIUS" is not defined for LOGIN.&amp;nbsp; &amp;lt;-----------------&amp;nbsp; Huh?&amp;nbsp; Didn't I just create that list 4 lines previous?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the 'show run' it is applied to the interface:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;line vty 0 4&lt;BR /&gt; logging synchronous&lt;BR /&gt; login authentication RADIUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since my server groups are dummy groups, it should fail the radius lookup due to no server response and fall back to 'local' authentication.&amp;nbsp; So why when I telnet in do I get dropped into 'user exec' mode rather than 'privileged exec' mode?&amp;nbsp; My username statement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username admin privilege 15 password 0 admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Scott&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:50:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/unexpected-aaa-behavior-in-lab-setup/m-p/1382571#M323050</guid>
      <dc:creator>Scott Pickles</dc:creator>
      <dc:date>2019-03-10T23:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected AAA Behavior in Lab Setup</title>
      <link>https://community.cisco.com/t5/network-access-control/unexpected-aaa-behavior-in-lab-setup/m-p/1382572#M323062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to adjust somthing with the authorization settings. aaa authorization exec RADIUS group RADIUS_PRIMARY group RADIUS_BACKUP local maybe?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 16:40:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/unexpected-aaa-behavior-in-lab-setup/m-p/1382572#M323062</guid>
      <dc:creator>rtjensen4</dc:creator>
      <dc:date>2009-12-14T16:40:41Z</dc:date>
    </item>
  </channel>
</rss>

