<?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: Authorization problem - Privilege level in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/authorization-problem-privilege-level/m-p/791595#M409403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would prefer to work with ACS yes, but unfortunately I don't decide that in my company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I think the RADIUS server i'm using is not the problem since I have routers with IOS version 12.4(6) which are working fine with the config I showed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2007 14:34:36 GMT</pubDate>
    <dc:creator>pjhenriqs</dc:creator>
    <dc:date>2007-07-31T14:34:36Z</dc:date>
    <item>
      <title>Authorization problem - Privilege level</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-problem-privilege-level/m-p/791593#M409400</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again I'm having some problems with AAA authorization to assign the correct privilege level to the users on my RADIUS server (FreeRadius).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently updating all routers to do this authorization and I'm having problems because one of them has version 12.0(30)S2, which does not use the same commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the AAA configuration that I have working on the other routers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa group server radius RADIUSSERVERS&lt;/P&gt;&lt;P&gt;aaa authentication login AAA group RADIUSSERVERS local enable none&lt;/P&gt;&lt;P&gt;aaa authentication login CONSOLE local&lt;/P&gt;&lt;P&gt;aaa authentication ppp default group radius local&lt;/P&gt;&lt;P&gt;aaa authorization exec AAA group RADIUSSERVERS local none &lt;/P&gt;&lt;P&gt;aaa authorization network default group radius local &lt;/P&gt;&lt;P&gt;aaa authorization network AAA group RADIUSSERVERS local none &lt;/P&gt;&lt;P&gt;aaa accounting exec AAA start-stop group RADIUSSERVERS&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group radius&lt;/P&gt;&lt;P&gt;aaa accounting network AAA start-stop group RADIUSSERVERS&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; session-timeout 5000 &lt;/P&gt;&lt;P&gt; access-class 99 in&lt;/P&gt;&lt;P&gt; exec-timeout 5000 0&lt;/P&gt;&lt;P&gt; password 7 x&lt;/P&gt;&lt;P&gt; authorization exec AAA&lt;/P&gt;&lt;P&gt; login authentication AAA&lt;/P&gt;&lt;P&gt; transport input telnet&lt;/P&gt;&lt;P&gt;line vty 5 15&lt;/P&gt;&lt;P&gt; session-timeout 5000 &lt;/P&gt;&lt;P&gt; access-class 99 in&lt;/P&gt;&lt;P&gt; exec-timeout 5000 0&lt;/P&gt;&lt;P&gt; password 7 x&lt;/P&gt;&lt;P&gt; authorization exec AAA&lt;/P&gt;&lt;P&gt; login authentication AAA&lt;/P&gt;&lt;P&gt; transport input telnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the one that does not work (version IOS 12.0(30)S2):&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication fail-message ^C&lt;/P&gt;&lt;P&gt;aaa authentication password-prompt Passcode:&lt;/P&gt;&lt;P&gt;aaa authentication username-prompt UserID:&lt;/P&gt;&lt;P&gt;aaa authentication login AAA radius local enable none&lt;/P&gt;&lt;P&gt;aaa authentication login CONSOLE local&lt;/P&gt;&lt;P&gt;aaa authorization exec AAA radius local none&lt;/P&gt;&lt;P&gt;aaa authorization network default radius local&lt;/P&gt;&lt;P&gt;aaa authorization network AAA radius local none&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;radius-server host x.x.x.x auth-port 8812 acct-port 8813&lt;/P&gt;&lt;P&gt;radius-server retransmit 2&lt;/P&gt;&lt;P&gt;radius-server key 7 X&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; session-timeout 5 &lt;/P&gt;&lt;P&gt; access-class 99 in&lt;/P&gt;&lt;P&gt; exec-timeout 5 0&lt;/P&gt;&lt;P&gt; password 7 x&lt;/P&gt;&lt;P&gt; authorization exec AAA&lt;/P&gt;&lt;P&gt; login authentication AAA&lt;/P&gt;&lt;P&gt;line vty 5 15&lt;/P&gt;&lt;P&gt; session-timeout 5 &lt;/P&gt;&lt;P&gt; access-class 99 in&lt;/P&gt;&lt;P&gt; exec-timeout 5 0&lt;/P&gt;&lt;P&gt; password 7 x&lt;/P&gt;&lt;P&gt; authorization exec AAA&lt;/P&gt;&lt;P&gt; login authentication AAA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The radius server is configured to be the same, although I use the group command with the new version and "radius-server" with the older version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what I'm doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:18:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-problem-privilege-level/m-p/791593#M409400</guid>
      <dc:creator>pjhenriqs</dc:creator>
      <dc:date>2019-03-10T22:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization problem - Privilege level</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-problem-privilege-level/m-p/791594#M409401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you thought about setting up and using an ACS server? You can then use the command authorization set and use this either per user or group. It is a much more granular control of commands allowed and much easier to implement...of course then there is the cost of an ACS server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just another possibilty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 14:29:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-problem-privilege-level/m-p/791594#M409401</guid>
      <dc:creator>mbroberson1</dc:creator>
      <dc:date>2007-07-31T14:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization problem - Privilege level</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-problem-privilege-level/m-p/791595#M409403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would prefer to work with ACS yes, but unfortunately I don't decide that in my company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I think the RADIUS server i'm using is not the problem since I have routers with IOS version 12.4(6) which are working fine with the config I showed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 14:34:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-problem-privilege-level/m-p/791595#M409403</guid>
      <dc:creator>pjhenriqs</dc:creator>
      <dc:date>2007-07-31T14:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization problem - Privilege level</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-problem-privilege-level/m-p/791596#M409405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you get any hits on radius server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try enabling following debugs :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug aaa authentication&lt;/P&gt;&lt;P&gt;debug aaa authorization&lt;/P&gt;&lt;P&gt;debug radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is give more detail on whats happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 14:49:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-problem-privilege-level/m-p/791596#M409405</guid>
      <dc:creator>rochopra</dc:creator>
      <dc:date>2007-07-31T14:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization problem - Privilege level</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-problem-privilege-level/m-p/791597#M409407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Looking at the debugs solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was so convinced that I had set the right privilege level on the server that I didn't even check it. It worked on the other routers because their commands were set to lower privilege levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for everything and sorry for bugging you with such a simple problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 15:08:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-problem-privilege-level/m-p/791597#M409407</guid>
      <dc:creator>pjhenriqs</dc:creator>
      <dc:date>2007-07-31T15:08:27Z</dc:date>
    </item>
  </channel>
</rss>

