<?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 Web Authentication with RSA SecureID on a Cisco Switch in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/web-authentication-with-rsa-secureid-on-a-cisco-switch/m-p/1878625#M267719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yep that's spot on&lt;/P&gt;&lt;P&gt;I needed to modify it a bit for our setup, but it looks a bit like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa cache profile httpauth&lt;/P&gt;&lt;P&gt; all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server radius webrad_grp&lt;/P&gt;&lt;P&gt;&amp;nbsp; server 10.10.0.30 auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;&amp;nbsp; cache expiry 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; cache authorization profile httpauth&lt;/P&gt;&lt;P&gt;&amp;nbsp; cache authentication profile httpauth&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login httpauth cache webrad_grp group webrad_grp&lt;/P&gt;&lt;P&gt;aaa authorization exec httpauth cache webrad_grp group webrad_grp&lt;/P&gt;&lt;P&gt;aaa authorization network httpauth cache webrad_grp group webrad_grp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip http secure-server&lt;/P&gt;&lt;P&gt;ip http authentication aaa login-authentication httpauth&lt;/P&gt;&lt;P&gt;ip http authentication aaa exec-authorization httpauth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it remembers the credentials for an hour or so&lt;/P&gt;&lt;P&gt;to reset them for http access (since the token changes all the time) all I need to do is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear aaa cache group webrad_grp all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2012 11:12:29 GMT</pubDate>
    <dc:creator>support</dc:creator>
    <dc:date>2012-02-13T11:12:29Z</dc:date>
    <item>
      <title>Web Authentication with RSA SecureID on a Cisco Switch</title>
      <link>https://community.cisco.com/t5/network-access-control/web-authentication-with-rsa-secureid-on-a-cisco-switch/m-p/1878623#M267691</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've recently been looking into linking in our Cisco 2960S Gb Switch with RSA SecureID via Radius&lt;/P&gt;&lt;P&gt;I've already managed to link it in for ssh access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I've not managed to get it working for http / web access to the switch&lt;/P&gt;&lt;P&gt;I think this is because we're using "single use" tokens for maximum security with RSA SecureID&lt;/P&gt;&lt;P&gt;and the web interface attempts to authenticate multiple times against the Radius part of the RSA SecureID server&lt;/P&gt;&lt;P&gt;(okay on the first authentication, but each time after it's going to want a different token code)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if anyone knew a way around this? (if there's a way to get the switch to just authenticate once instead of multiple times against the radius server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For info the switch is a WS-C2960S-24TS-L with IOS 15.0(1)SE2&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 01:47:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/web-authentication-with-rsa-secureid-on-a-cisco-switch/m-p/1878623#M267691</guid>
      <dc:creator>support</dc:creator>
      <dc:date>2019-03-11T01:47:47Z</dc:date>
    </item>
    <item>
      <title>Web Authentication with RSA SecureID on a Cisco Switch</title>
      <link>https://community.cisco.com/t5/network-access-control/web-authentication-with-rsa-secureid-on-a-cisco-switch/m-p/1878624#M267698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you test the following configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server radius webtac_grp&lt;/P&gt;&lt;P&gt; server &lt;RADIUS-SERVER-IP&gt;&lt;/RADIUS-SERVER-IP&gt;&lt;/P&gt;&lt;P&gt; cache expiry 1&lt;/P&gt;&lt;P&gt; cache authorization profile httpauth&lt;/P&gt;&lt;P&gt; cache authentication profile httpauth&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login httpauth cache webtac_grp group webtac_grp&lt;/P&gt;&lt;P&gt;aaa authorization exec httpauth cache webtac_grp group webtac_grp&lt;/P&gt;&lt;P&gt;aaa authorization network httpauth cache webtac_grp group webtac_grp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa cache profile httpauth&lt;/P&gt;&lt;P&gt; all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http authentication aaa login-authentication httpauth&lt;/P&gt;&lt;P&gt;ip http authentication aaa exec-authorization httpauth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;radius-server host &lt;RADIUS-SERVER-IP&gt; key ******&lt;/RADIUS-SERVER-IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know for sure the above configuration works when using TACACS+ instead of RADIUS in order to avoid the multiple prompts due to the JAVA Applets authentication when accessing the IOS GUI. I have not tested it against RSA acting as backend Authentication server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: As "aaa authorization exec" is configured the RSA should be sending Attribute Service-Type with value Administrative for it to work as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this was helpful please rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 19:42:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/web-authentication-with-rsa-secureid-on-a-cisco-switch/m-p/1878624#M267698</guid>
      <dc:creator>camejia</dc:creator>
      <dc:date>2012-02-08T19:42:43Z</dc:date>
    </item>
    <item>
      <title>Web Authentication with RSA SecureID on a Cisco Switch</title>
      <link>https://community.cisco.com/t5/network-access-control/web-authentication-with-rsa-secureid-on-a-cisco-switch/m-p/1878625#M267719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yep that's spot on&lt;/P&gt;&lt;P&gt;I needed to modify it a bit for our setup, but it looks a bit like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa cache profile httpauth&lt;/P&gt;&lt;P&gt; all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server radius webrad_grp&lt;/P&gt;&lt;P&gt;&amp;nbsp; server 10.10.0.30 auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;&amp;nbsp; cache expiry 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; cache authorization profile httpauth&lt;/P&gt;&lt;P&gt;&amp;nbsp; cache authentication profile httpauth&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login httpauth cache webrad_grp group webrad_grp&lt;/P&gt;&lt;P&gt;aaa authorization exec httpauth cache webrad_grp group webrad_grp&lt;/P&gt;&lt;P&gt;aaa authorization network httpauth cache webrad_grp group webrad_grp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip http secure-server&lt;/P&gt;&lt;P&gt;ip http authentication aaa login-authentication httpauth&lt;/P&gt;&lt;P&gt;ip http authentication aaa exec-authorization httpauth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it remembers the credentials for an hour or so&lt;/P&gt;&lt;P&gt;to reset them for http access (since the token changes all the time) all I need to do is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear aaa cache group webrad_grp all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 11:12:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/web-authentication-with-rsa-secureid-on-a-cisco-switch/m-p/1878625#M267719</guid>
      <dc:creator>support</dc:creator>
      <dc:date>2012-02-13T11:12:29Z</dc:date>
    </item>
  </channel>
</rss>

