<?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 Cisco AAA authentication with windows radius server in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-aaa-authentication-with-windows-radius-server/m-p/2584969#M74974</link>
    <description>&lt;P&gt;Cisco - Windows Radius problems&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I need to created a limited access group through radius that I can have new network analysts log into&lt;BR /&gt;and not be able to commit changes or get into global config.&lt;/P&gt;&lt;P&gt;Here are my current radius settings&lt;/P&gt;&lt;P&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius IAS&lt;BR /&gt;&amp;nbsp;server name something.corp&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login USERS local group IAS&lt;BR /&gt;aaa authorization exec USERS local group IAS&lt;BR /&gt;!&lt;BR /&gt;radius server something.corp&lt;BR /&gt;&amp;nbsp;address ipv4 1.1.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;&amp;nbsp;key mypassword&lt;BR /&gt;!&lt;BR /&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;access-class 1 in&lt;BR /&gt;&amp;nbsp;exec-timeout 0 0&lt;BR /&gt;&amp;nbsp;authorization exec USERS&lt;BR /&gt;&amp;nbsp;logging synchronous&lt;BR /&gt;&amp;nbsp;login authentication USERS&lt;BR /&gt;&amp;nbsp;transport input ssh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I log in to the switch, the radius server is passing the corrrect attriubute&lt;BR /&gt;***Jan 21 13:59:51.897: RADIUS:&amp;nbsp;&amp;nbsp; Cisco AVpair&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [1]&amp;nbsp;&amp;nbsp; 18&amp;nbsp; "shell:priv-lvl=7"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The switch is accepting it and putting you in the correct priv level.&lt;BR /&gt;***Radius-Test#sh priv&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Current privilege level is 7&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am not sure why it logs you in with the prompt for&amp;nbsp; privileged EXEC mode when&lt;BR /&gt;you are in priv level 7. This shows that even though it looks like your in priv exec&lt;BR /&gt;mode, you are not.&lt;BR /&gt;***Radius-Test#sh run&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;&amp;nbsp;&amp;nbsp; % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Radius-Test#&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now this is where I am very lost.&lt;BR /&gt;I am in priv level 7, but as soon as I use the enable command It moves me up to 15, and that gives me access to&lt;BR /&gt;global config mode.&lt;BR /&gt;***Radius-Test#enable&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Radius-Test#&lt;/P&gt;&lt;P&gt;Debug log -&lt;BR /&gt;Jan 21 14:06:28.689: AAA/MEMORY: free_user (0x2B46E268) user='reynni10'&lt;BR /&gt;ruser='NULL' port='tty390' rem_addr='10.100.158.83' authen_type=ASCII service=ENABLE priv=15 vrf= (id=0)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now it doesnt matter that I was given priv level 7 by radius because 'enable' put me into priv 15&lt;BR /&gt;***Radius-Test#sh priv&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Current privilege level is 15&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Radius-Test#&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have tried to set&lt;BR /&gt;***privilege exec level 15 enable&lt;/P&gt;&lt;P&gt;It works and I am no longer able to use 'enable' when I am at prv level 7, but I also cannot get the commands they will need to work.&lt;BR /&gt;Even if I try to do&lt;BR /&gt;***privilege exec level 7 show running-config (or other variations)&lt;/P&gt;&lt;P&gt;It will allow you to type sh run without errors, but it doest actually run the command.&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;BR /&gt;I also want to get PKI working with radius.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 05:22:01 GMT</pubDate>
    <dc:creator>nreynolds2240</dc:creator>
    <dc:date>2019-03-11T05:22:01Z</dc:date>
    <item>
      <title>Cisco AAA authentication with windows radius server</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-aaa-authentication-with-windows-radius-server/m-p/2584969#M74974</link>
      <description>&lt;P&gt;Cisco - Windows Radius problems&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I need to created a limited access group through radius that I can have new network analysts log into&lt;BR /&gt;and not be able to commit changes or get into global config.&lt;/P&gt;&lt;P&gt;Here are my current radius settings&lt;/P&gt;&lt;P&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius IAS&lt;BR /&gt;&amp;nbsp;server name something.corp&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login USERS local group IAS&lt;BR /&gt;aaa authorization exec USERS local group IAS&lt;BR /&gt;!&lt;BR /&gt;radius server something.corp&lt;BR /&gt;&amp;nbsp;address ipv4 1.1.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;&amp;nbsp;key mypassword&lt;BR /&gt;!&lt;BR /&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;access-class 1 in&lt;BR /&gt;&amp;nbsp;exec-timeout 0 0&lt;BR /&gt;&amp;nbsp;authorization exec USERS&lt;BR /&gt;&amp;nbsp;logging synchronous&lt;BR /&gt;&amp;nbsp;login authentication USERS&lt;BR /&gt;&amp;nbsp;transport input ssh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I log in to the switch, the radius server is passing the corrrect attriubute&lt;BR /&gt;***Jan 21 13:59:51.897: RADIUS:&amp;nbsp;&amp;nbsp; Cisco AVpair&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [1]&amp;nbsp;&amp;nbsp; 18&amp;nbsp; "shell:priv-lvl=7"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The switch is accepting it and putting you in the correct priv level.&lt;BR /&gt;***Radius-Test#sh priv&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Current privilege level is 7&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am not sure why it logs you in with the prompt for&amp;nbsp; privileged EXEC mode when&lt;BR /&gt;you are in priv level 7. This shows that even though it looks like your in priv exec&lt;BR /&gt;mode, you are not.&lt;BR /&gt;***Radius-Test#sh run&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;&amp;nbsp;&amp;nbsp; % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Radius-Test#&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now this is where I am very lost.&lt;BR /&gt;I am in priv level 7, but as soon as I use the enable command It moves me up to 15, and that gives me access to&lt;BR /&gt;global config mode.&lt;BR /&gt;***Radius-Test#enable&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Radius-Test#&lt;/P&gt;&lt;P&gt;Debug log -&lt;BR /&gt;Jan 21 14:06:28.689: AAA/MEMORY: free_user (0x2B46E268) user='reynni10'&lt;BR /&gt;ruser='NULL' port='tty390' rem_addr='10.100.158.83' authen_type=ASCII service=ENABLE priv=15 vrf= (id=0)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now it doesnt matter that I was given priv level 7 by radius because 'enable' put me into priv 15&lt;BR /&gt;***Radius-Test#sh priv&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Current privilege level is 15&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Radius-Test#&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have tried to set&lt;BR /&gt;***privilege exec level 15 enable&lt;/P&gt;&lt;P&gt;It works and I am no longer able to use 'enable' when I am at prv level 7, but I also cannot get the commands they will need to work.&lt;BR /&gt;Even if I try to do&lt;BR /&gt;***privilege exec level 7 show running-config (or other variations)&lt;/P&gt;&lt;P&gt;It will allow you to type sh run without errors, but it doest actually run the command.&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;BR /&gt;I also want to get PKI working with radius.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 05:22:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-aaa-authentication-with-windows-radius-server/m-p/2584969#M74974</guid>
      <dc:creator>nreynolds2240</dc:creator>
      <dc:date>2019-03-11T05:22:01Z</dc:date>
    </item>
  </channel>
</rss>

