<?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 I had the same issue (with in Switches - Small Business</title>
    <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214176#M8810</link>
    <description>&lt;P&gt;I had the same issue (with SG300 switch) and wasn't able to find a solution, so I am posting what I did here to fix it just in case someone else happens to wander past.&lt;/P&gt;&lt;P&gt;The issue seemed to be the assumption that "&lt;SPAN style="color: rgb(119, 119, 119); font-size: 14px;"&gt;Cisco-AVPair = "shell:priv-lvl=15""&amp;nbsp;&lt;/SPAN&gt;should be passed back to the device from the RADIUS server as it does with IOS devices. Once I removed this, I was able to logon to the SG300 switch successfully using RADIUS for SSH. Web Authentication still didn't like this though... not sure about that, so have left web authentication as local.&lt;/P&gt;&lt;P&gt;That line is required for our IOS based devices. We use Microsoft NPS for our Radius Server, so I now have two network policies, one for SG devices and one for IOS devices.&lt;/P&gt;&lt;P&gt;As for the 'double logon' it still seems to be an issue, but couldn't find a resolution.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jun 2014 09:48:37 GMT</pubDate>
    <dc:creator>theitcrowd</dc:creator>
    <dc:date>2014-06-23T09:48:37Z</dc:date>
    <item>
      <title>SG300-28 RADIUS login</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214169#M8803</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some 2960s and they work like a charm. I configured RADIUS access on them and had no problems with that.&lt;/P&gt;&lt;P&gt;Now I have two C300 (SG300-28) and I can't get them to work with my RADIUS server, I always get an "authentication failed".&lt;/P&gt;&lt;P&gt;Here are the commands on one of the boxes:&lt;/P&gt;&lt;P&gt;encrypted radius-server key &amp;lt;encrypted key&amp;gt;&lt;/P&gt;&lt;P&gt;radius-server host &amp;lt;radius host IP&amp;gt; auth-port 1645 acct-port 1646&lt;/P&gt;&lt;P&gt;aaa authentication enable SSH radius enable&lt;/P&gt;&lt;P&gt;aaa authentication login SSH radius local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, why is it presenting me the login twice when I connect via ssh (first with "login-as:" and no password and then with "User Name:" and with a password?!) ? At the first login I can type whatever I want and only the second login is the real one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 16:52:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214169#M8803</guid>
      <dc:creator>Martin Oesting</dc:creator>
      <dc:date>2013-06-05T16:52:34Z</dc:date>
    </item>
    <item>
      <title>SG300-28 RADIUS login</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214170#M8804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have an sg300-28 using radius for auth too.&amp;nbsp; i am able to ssh to the device with no issue using my id.&amp;nbsp; make sure your radius server is sending back the authorization string that is expected (i imagine it is doing so, since your 29xx's are working).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the auth config i have for my switch.&amp;nbsp; telnet is shut off, http is shut off, https, ssh and snmp are turned on.&amp;nbsp; only radius is allowed when using ssh or https.&amp;nbsp; console is radius or local.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;encrypted radius-server key &amp;lt;&amp;lt;&lt;REMOVED&gt;&amp;gt;&amp;gt;&lt;/REMOVED&gt;&lt;/P&gt;&lt;P&gt;radius-server host 192.168.25.1 source 0.0.0.0&lt;/P&gt;&lt;P&gt;radius-server host 192.168.50.1 source 0.0.0.0&lt;/P&gt;&lt;P&gt;logging host 192.168.25.1&lt;/P&gt;&lt;P&gt;aaa authentication enable Console radius enable&lt;/P&gt;&lt;P&gt;aaa authentication enable SSH radius&lt;/P&gt;&lt;P&gt;aaa authentication enable Telnet radius&lt;/P&gt;&lt;P&gt;ip http authentication aaa login-authentication radius&lt;/P&gt;&lt;P&gt;aaa authentication login Console radius local&lt;/P&gt;&lt;P&gt;aaa authentication login SSH radius&lt;/P&gt;&lt;P&gt;aaa authentication login Telnet radius&lt;/P&gt;&lt;P&gt;aaa authentication dot1x default radius&lt;/P&gt;&lt;P&gt;aaa accounting dot1x start-stop group radius&lt;/P&gt;&lt;P&gt;aaa accounting login start-stop group radius&lt;/P&gt;&lt;P&gt;line telnet&lt;/P&gt;&lt;P&gt;login authentication Telnet&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;enable authentication Telnet&lt;/P&gt;&lt;P&gt;password &amp;lt;&amp;lt;&lt;REMOVED&gt;&amp;gt;&amp;gt; encrypted&lt;/REMOVED&gt;&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;line ssh&lt;/P&gt;&lt;P&gt;login authentication SSH&lt;/P&gt;&lt;P&gt;enable authentication SSH&lt;/P&gt;&lt;P&gt;password &amp;lt;&amp;lt;&lt;REMOVED&gt;&amp;gt;&amp;gt; encrypted&lt;/REMOVED&gt;&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;line console&lt;/P&gt;&lt;P&gt;login authentication Console&lt;/P&gt;&lt;P&gt;enable authentication Console&lt;/P&gt;&lt;P&gt;password &amp;lt;&amp;lt;&lt;REMOVED&gt;&amp;gt;&amp;gt; encrypted&lt;/REMOVED&gt;&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:08:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214170#M8804</guid>
      <dc:creator>Brendan Kearney</dc:creator>
      <dc:date>2013-06-05T21:08:43Z</dc:date>
    </item>
    <item>
      <title>SG300-28 RADIUS login</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214171#M8805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your config looks like mine. The crazy thing is, the event log of the RADIUS server (MS Windows 2008 R2) shows an information event with the details that the login against the RADIUS was a success. So why is the SG300 giving me an &lt;/P&gt;&lt;P&gt; "authentication failed"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And do you have an answer to the second question of my post?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 08:58:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214171#M8805</guid>
      <dc:creator>Martin Oesting</dc:creator>
      <dc:date>2013-06-06T08:58:26Z</dc:date>
    </item>
    <item>
      <title>SG300-28 RADIUS login</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214172#M8806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is your RADIUS server replying with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco-AVPair = "shell:priv-lvl=15"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the auth response?&amp;nbsp; it seems that this is not happening.&amp;nbsp; i have no idea about the other question you have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 21:12:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214172#M8806</guid>
      <dc:creator>Brendan Kearney</dc:creator>
      <dc:date>2013-06-06T21:12:16Z</dc:date>
    </item>
    <item>
      <title>SG300-28 RADIUS login</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214173#M8807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a debug radius on one of the 2960 (didn't find out how to do this on the SG300):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RADIUS:&amp;nbsp;&amp;nbsp; Cisco AVpair&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [1]&amp;nbsp;&amp;nbsp; 19&amp;nbsp; "shell:priv-lvl=15"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They use the same Policy on the RADIUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 06:43:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214173#M8807</guid>
      <dc:creator>Martin Oesting</dc:creator>
      <dc:date>2013-06-07T06:43:29Z</dc:date>
    </item>
    <item>
      <title>SG300-28 RADIUS login</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214174#M8808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;notice that the string i provided and the one you captured are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco-AVPair = "shell:priv-lvl=15"&lt;/P&gt;&lt;P&gt;vs.&lt;/P&gt;&lt;P&gt;Cisco AVpair&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [1]&amp;nbsp;&amp;nbsp; 19&amp;nbsp; "shell:priv-lvl=15"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as far as i know, only the number at the end of the string (which indicates access level) should change.&amp;nbsp; the extra characters being returned by your RADIUS server might be the issue.&amp;nbsp; maybe try setting a new RadiusReplyItem value, and see if that works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 20:49:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214174#M8808</guid>
      <dc:creator>Brendan Kearney</dc:creator>
      <dc:date>2013-06-07T20:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: SG300-28 RADIUS login</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214175#M8809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried for several days to get this to work on one of our SG300-28 switches. We have been using RADIUS on all our other Cisco gear (switches, routers ans ASA's) with no issue. We are trying to put two of these switches in front of a SAN so we don't need all the bells and whistles of the larger switches. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set up aaa through the CLI basically just like Brendan Kearney shows in the post in March. I can see that it is getting to the RADIUS server because this is in the RADIUS log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;IAS server="" name=""&gt;","IAS",06/18/2013,15:00:04,1,"&lt;USER&gt;","&lt;DOMAIN&gt;",,,,,,"&lt;SWITCH ip=""&gt;",,9,"&lt;SWITCH ip=""&gt;","&lt;SWITCH name=""&gt;",,,,,,,1,,0,"311 1 &lt;SERVER ip=""&gt; 06/18/2013 10:14:44 63",,,,,,,,,"05000010",,,,,,,,,,,,,,,,,,,,,,,,,"Use Windows authentication for all users",1,,,,&lt;/SERVER&gt;&lt;/SWITCH&gt;&lt;/SWITCH&gt;&lt;/SWITCH&gt;&lt;/DOMAIN&gt;&lt;/USER&gt;&lt;/IAS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the retries set to 3 it locks out the AD account as well so it is attempting to authenticate.&amp;nbsp; I had to set the console to permit local in order to get access back both through SSH (PuTTy). I then went in and remove almost all of the aaa configuration so that I could get back on through the Web GUI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have the dual logon issue mentioned in the original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/4/9/7/142794-Dual%20Login.JPG" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First login doesn't seem to care what you put in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 18:57:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214175#M8809</guid>
      <dc:creator>Steven Carnahan</dc:creator>
      <dc:date>2013-06-19T18:57:24Z</dc:date>
    </item>
    <item>
      <title>I had the same issue (with</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214176#M8810</link>
      <description>&lt;P&gt;I had the same issue (with SG300 switch) and wasn't able to find a solution, so I am posting what I did here to fix it just in case someone else happens to wander past.&lt;/P&gt;&lt;P&gt;The issue seemed to be the assumption that "&lt;SPAN style="color: rgb(119, 119, 119); font-size: 14px;"&gt;Cisco-AVPair = "shell:priv-lvl=15""&amp;nbsp;&lt;/SPAN&gt;should be passed back to the device from the RADIUS server as it does with IOS devices. Once I removed this, I was able to logon to the SG300 switch successfully using RADIUS for SSH. Web Authentication still didn't like this though... not sure about that, so have left web authentication as local.&lt;/P&gt;&lt;P&gt;That line is required for our IOS based devices. We use Microsoft NPS for our Radius Server, so I now have two network policies, one for SG devices and one for IOS devices.&lt;/P&gt;&lt;P&gt;As for the 'double logon' it still seems to be an issue, but couldn't find a resolution.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 09:48:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214176#M8810</guid>
      <dc:creator>theitcrowd</dc:creator>
      <dc:date>2014-06-23T09:48:37Z</dc:date>
    </item>
    <item>
      <title>OMG .... 2 years + and this</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214177#M8811</link>
      <description>&lt;P&gt;OMG .... 2 years + and this is still an issue? WTF?&lt;/P&gt;&lt;P&gt;brendankearney's semi-workaround did work for me.&lt;/P&gt;&lt;P&gt;Strange part is that I have a small lab setup and it worked there ... in production it did not. As stated in the other comments above all other "Big Boy" switches work without issue ... however these SBS switches do not without Brendan's work around!&lt;/P&gt;&lt;P&gt;I've wasted 12 hours on this today! And still not solution.&lt;/P&gt;&lt;P&gt;On FW version 1.4.0.88 ... Late Dec 2014. No joy!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2014 01:29:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214177#M8811</guid>
      <dc:creator>WalterCoria</dc:creator>
      <dc:date>2014-12-29T01:29:18Z</dc:date>
    </item>
    <item>
      <title>Hi Walter,You need to make</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214178#M8812</link>
      <description>&lt;P&gt;Hi Walter,&lt;/P&gt;&lt;P&gt;You need to make sure both the “Administrative-User” and the privilege 15 values are to be seen in the accept message from the Radius server.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aleksandra&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2014 06:38:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214178#M8812</guid>
      <dc:creator>Aleksandra Dargiel</dc:creator>
      <dc:date>2014-12-29T06:38:55Z</dc:date>
    </item>
    <item>
      <title>To fix double-login you have</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214179#M8813</link>
      <description>&lt;P&gt;To fix double-login you have to enable ssh-like password authentication on switch using command:&lt;/P&gt;

&lt;PRE&gt;
ip ssh password-auth&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2014 12:45:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214179#M8813</guid>
      <dc:creator>Michal Bruncko</dc:creator>
      <dc:date>2014-12-29T12:45:33Z</dc:date>
    </item>
    <item>
      <title>You need to set your Standard</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214180#M8814</link>
      <description>&lt;P&gt;You need to set your Standard radius attributes Service-Type from Login to Administrative. &amp;nbsp;That should fix it. &amp;nbsp;Let me know if it works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2015 17:53:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214180#M8814</guid>
      <dc:creator>Jeremy Gibbs</dc:creator>
      <dc:date>2015-01-05T17:53:08Z</dc:date>
    </item>
    <item>
      <title>I tried your command and it</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214181#M8815</link>
      <description>&lt;P&gt;I tried your command and it fails:&lt;/P&gt;&lt;P&gt;iib-san-3#ip ssh password-auth&lt;BR /&gt;% Unrecognized command&lt;/P&gt;&lt;P&gt;Here is the help for the ip command:&lt;/P&gt;&lt;P&gt;iib-san-3#ip&lt;BR /&gt;&amp;nbsp; dhcp&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; Dhcp configuration commands&lt;BR /&gt;&amp;nbsp; source-guard&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP Source Guard action commands&lt;/P&gt;&lt;P&gt;I don't see ssh as an option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 23:22:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214181#M8815</guid>
      <dc:creator>Steven Carnahan</dc:creator>
      <dc:date>2015-01-06T23:22:59Z</dc:date>
    </item>
    <item>
      <title>it is an configuration</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214182#M8816</link>
      <description>it is an configuration command, so you have to put it inside configuration mode</description>
      <pubDate>Tue, 06 Jan 2015 23:25:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214182#M8816</guid>
      <dc:creator>Michal Bruncko</dc:creator>
      <dc:date>2015-01-06T23:25:41Z</dc:date>
    </item>
    <item>
      <title>Thank you, that worked like a</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214183#M8817</link>
      <description>&lt;P&gt;Thank you, that worked like a charm. Now only get the Login as prompt and not the additional Username prompt.&lt;/P&gt;&lt;P&gt;Now I just need to get the Radius working properly.&amp;nbsp; :)&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 23:28:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214183#M8817</guid>
      <dc:creator>Steven Carnahan</dc:creator>
      <dc:date>2015-01-06T23:28:52Z</dc:date>
    </item>
    <item>
      <title>Still not working even after</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214184#M8818</link>
      <description>Still not working even after two years? :) &lt;BR /&gt;
- do you have similar configuration like mentioned here: &lt;A href="http://www.tech-recipes.com/rx/1478/how-to-setup-ias-to-use-radius-to-authenticate-cisco-device/" target="_blank"&gt;http://www.tech-recipes.com/rx/1478/how-to-setup-ias-to-use-radius-to-authenticate-cisco-device/&lt;/A&gt; ?&lt;BR /&gt;
- did you tried to increase IAS logging verbosity?&lt;BR /&gt;
- did you performed packet capture to see RADIUS conversation between both parties? If so, did you saw Access-Accept or Access-Reject response coming from RADIUS server?&lt;BR /&gt;
- if it is "Access-Reject", are you sure you are using correct login name password? did you see correct values (username and password) inside RADIUS conversation (inside message Access-Request)? If so, are you use complicated password with non ASCII characters? Have you tried to simplify it to include only ASCII characters in password (I hope this is requirement)?&lt;BR /&gt;
- if it is "Access-Accept" message coming from RADIUS and you still not having access to device, have you checked mandatory fields inside "Access-Accept" message? both following were required in my scenario:&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;Service-Type = Administrative-User,
Cisco-AVPair = "shell:priv-lvl=15"&lt;/PRE&gt;
&lt;BR /&gt;
For me it is working well, but I am using FreeRADIUS instead of IAS (but this should not matter at all).</description>
      <pubDate>Tue, 06 Jan 2015 23:51:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214184#M8818</guid>
      <dc:creator>Michal Bruncko</dc:creator>
      <dc:date>2015-01-06T23:51:01Z</dc:date>
    </item>
    <item>
      <title>Thanks Michael Bruncko.</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214185#M8819</link>
      <description>&lt;P&gt;Thanks Michael Bruncko. Changing the service-type from "Login" to "Administrative" on my NPS Win 2012 R2 server fixed it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Would never have gotten there without your post.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 06:13:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/2214185#M8819</guid>
      <dc:creator>Michael Donaldson</dc:creator>
      <dc:date>2016-11-21T06:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: SG300-28 RADIUS login</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/4437756#M24494</link>
      <description>&lt;P&gt;&lt;SPAN&gt;SG300 Switches doesn’t allow AAA authentication. Request your support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Following are the commands used for the config.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;·&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Radius-server host &amp;lt;IP&amp;gt; key &amp;lt;key&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;·&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Aaa authentication login &amp;lt;SSH_list_name&amp;gt; radius local&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;·&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Aaa authentication login &amp;lt;Console_list_name&amp;gt; radius local&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;·&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Aaa authentication enable &amp;lt;SSH_list_name&amp;gt; radius&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;·&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Aaa authentication enable &amp;lt;Console_list_name&amp;gt; radius&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;·&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Line ssh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;·&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Login authentication &amp;lt;SSH_list_name&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;·&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Line console&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;·&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Login authentication &amp;lt;Console_list_name&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Same config works fine in SG350 switches.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&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; : SG300s are running on 1.4.11.5 (Boot Version: 1.3.5.06)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 11:49:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/4437756#M24494</guid>
      <dc:creator>00u17ijrcn4iTTKHb5d7</dc:creator>
      <dc:date>2021-07-23T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: You need to set your Standard</title>
      <link>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/4811911#M27197</link>
      <description>&lt;P&gt;I took our Radius setup over from a former colleague who said it would not work on an SG300.&amp;nbsp; Made the change suggested by Jeremy and everything is good to go.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 13:23:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switches-small-business/sg300-28-radius-login/m-p/4811911#M27197</guid>
      <dc:creator>dtapley1</dc:creator>
      <dc:date>2023-04-11T13:23:46Z</dc:date>
    </item>
  </channel>
</rss>

