<?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 AAA authentication / Radius-Servers in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-radius-servers/m-p/1991731#M503</link>
    <description>&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hello cisco folks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a technical question I would like to ask. I'm able to setup my 3750e switch to login through a radius server with my company user id and password but would like to be able to set it up that when I log in it drops me on the enable prompt. Right now I have to type &amp;gt;en.&lt;/P&gt;&lt;P&gt;Then the enable password.&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul &lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 18:27:37 GMT</pubDate>
    <dc:creator>Paul Gutierrez III</dc:creator>
    <dc:date>2020-02-21T18:27:37Z</dc:date>
    <item>
      <title>AAA authentication / Radius-Servers</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-radius-servers/m-p/1991731#M503</link>
      <description>&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hello cisco folks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a technical question I would like to ask. I'm able to setup my 3750e switch to login through a radius server with my company user id and password but would like to be able to set it up that when I log in it drops me on the enable prompt. Right now I have to type &amp;gt;en.&lt;/P&gt;&lt;P&gt;Then the enable password.&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:27:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-radius-servers/m-p/1991731#M503</guid>
      <dc:creator>Paul Gutierrez III</dc:creator>
      <dc:date>2020-02-21T18:27:37Z</dc:date>
    </item>
    <item>
      <title>AAA authentication / Radius-Servers</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-radius-servers/m-p/1991732#M529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bro&lt;/P&gt;&lt;P&gt;Yes, this can be achieved in Cisco IOS devices but not in Cisco ASA. In Cisco ASA, you still have to type the "enable" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just ensure you've the configuration shown below, and all should be good;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;enable password cisco&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login VTY group radius local&lt;BR /&gt;aaa authentication login CONSOLE local&lt;BR /&gt;aaa authentication enable default group radius enable&lt;BR /&gt;aaa authorization console&lt;BR /&gt;aaa authorization config-commands&lt;BR /&gt;aaa authorization exec VTY group radius local&lt;BR /&gt;!&lt;BR /&gt;username ram privilege 15 password 0 cisco&lt;BR /&gt;username cisco privilege 7 password 0 cisco&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0&lt;BR /&gt; ip address 10.0.0.2 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.0.0.1&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;ip radius source-interface FastEthernet0/0&lt;BR /&gt;!&lt;BR /&gt;radius-server host 10.0.0.100 auth-port 1645 acct-port 1646 key cisco&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;privilege interface level 7 shutdown&lt;BR /&gt;privilege interface level 7 ip address&lt;BR /&gt;privilege interface level 7 ip&lt;BR /&gt;privilege interface level 7 no shutdown&lt;BR /&gt;privilege interface level 7 no ip address&lt;BR /&gt;privilege interface level 7 no ip&lt;BR /&gt;privilege interface level 7 no&lt;BR /&gt;privilege configure level 7 interface&lt;BR /&gt;privilege configure level 7 shutdown&lt;BR /&gt;privilege configure level 7 ip&lt;BR /&gt;privilege configure level 7 no interface&lt;BR /&gt;privilege configure level 7 no shutdown&lt;BR /&gt;privilege configure level 7 no ip&lt;BR /&gt;privilege configure level 0 no&lt;BR /&gt;privilege exec level 7 configure terminal&lt;BR /&gt;privilege exec level 7 configure&lt;BR /&gt;privilege exec level 7 undebug ip rip&lt;BR /&gt;privilege exec level 7 undebug ip&lt;BR /&gt;privilege exec level 7 undebug all&lt;BR /&gt;privilege exec level 7 undebug&lt;BR /&gt;privilege exec level 7 debug ip rip&lt;BR /&gt;privilege exec level 7 debug ip&lt;BR /&gt;privilege exec level 7 debug all&lt;BR /&gt;privilege exec level 7 debug&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt; authorization exec VTY&lt;BR /&gt; login authentication VTY&lt;BR /&gt;line aux 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt; authorization exec VTY&lt;BR /&gt; login authentication VTY&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: Ensure your user ID in your Radius server has the correct av-pair parameters shell:priv-lvl=15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P/S: if you think this comment is helpful, please do rate it nicely &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 06:59:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-radius-servers/m-p/1991732#M529</guid>
      <dc:creator>Ramraj Sivagnanam Sivajanam</dc:creator>
      <dc:date>2012-08-23T06:59:58Z</dc:date>
    </item>
  </channel>
</rss>

