<?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: Go straight to enable mode with Freeradius in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/go-straight-to-enable-mode-with-freeradius/m-p/248945#M431074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I solved it myself (if anyone's interested):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For IOS up to 12.2, you need this in each user entry in /etc/raddb/users:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username ..........&lt;/P&gt;&lt;P&gt;         Service-Type = Framed-User&lt;/P&gt;&lt;P&gt;         ..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems you *don't* need this in 12.3, at least that's what my testing shows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jul 2004 09:45:19 GMT</pubDate>
    <dc:creator>slaterc</dc:creator>
    <dc:date>2004-07-20T09:45:19Z</dc:date>
    <item>
      <title>Go straight to enable mode with Freeradius</title>
      <link>https://community.cisco.com/t5/network-access-control/go-straight-to-enable-mode-with-freeradius/m-p/248944#M431073</link>
      <description>&lt;P&gt;I want to configure a number of 3550 switches to use Freeradius and to go directly to enable mode when logging on to the switch over SSH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the config of my 3550:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group radius enable&lt;/P&gt;&lt;P&gt;aaa authentication login login-list group radius enable&lt;/P&gt;&lt;P&gt;aaa authentication enable default group radius enable&lt;/P&gt;&lt;P&gt;aaa authorization exec exec-list group radius if-authenticated&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;enable secret 5 ******************&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;radius-server host 172.17.17.25 auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;radius-server retransmit 3&lt;/P&gt;&lt;P&gt;radius-server key my-radius-secret&lt;/P&gt;&lt;P&gt;radius-server vsa send authentication&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; login authentication login-list&lt;/P&gt;&lt;P&gt; authorization exec exec-list&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line vty 0 15&lt;/P&gt;&lt;P&gt; login authentication login-list&lt;/P&gt;&lt;P&gt; authorization exec exec-list&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On freeradius, in /etc/raddb/clients.conf, I have the following configured:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client 172.17.255.6 {&lt;/P&gt;&lt;P&gt;        secret = my-radius-secret&lt;/P&gt;&lt;P&gt;        shortname = switch-name&lt;/P&gt;&lt;P&gt;        nastype = cisco&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in /etc/raddb/users:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username Auth-Type := Local, User-Password == "user-password"&lt;/P&gt;&lt;P&gt;  cisco-avpair = "shell:priv-lvl=15"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens is: when I log on, the radius server reports an "access-accept" but the switch displays "%authorization failed"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this may be an IOS-version related problem because I managed to make this work on a 3640 router with IOS 12.3 something. The 3550s have 12.1(19)EA1&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:54:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/go-straight-to-enable-mode-with-freeradius/m-p/248944#M431073</guid>
      <dc:creator>slaterc</dc:creator>
      <dc:date>2019-03-10T14:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Go straight to enable mode with Freeradius</title>
      <link>https://community.cisco.com/t5/network-access-control/go-straight-to-enable-mode-with-freeradius/m-p/248945#M431074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I solved it myself (if anyone's interested):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For IOS up to 12.2, you need this in each user entry in /etc/raddb/users:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username ..........&lt;/P&gt;&lt;P&gt;         Service-Type = Framed-User&lt;/P&gt;&lt;P&gt;         ..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems you *don't* need this in 12.3, at least that's what my testing shows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2004 09:45:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/go-straight-to-enable-mode-with-freeradius/m-p/248945#M431074</guid>
      <dc:creator>slaterc</dc:creator>
      <dc:date>2004-07-20T09:45:19Z</dc:date>
    </item>
  </channel>
</rss>

