<?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: C9800 HTTP authorization with AAA in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/c9800-http-authorization-with-aaa/m-p/4016752#M22941</link>
    <description>Glad you came right, and thanks for sharing the working config!</description>
    <pubDate>Thu, 23 Jan 2020 05:17:30 GMT</pubDate>
    <dc:creator>Jurgens L</dc:creator>
    <dc:date>2020-01-23T05:17:30Z</dc:date>
    <item>
      <title>C9800 HTTP authorization with AAA</title>
      <link>https://community.cisco.com/t5/wireless/c9800-http-authorization-with-aaa/m-p/4016721#M22937</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I wonder if the community can advice on the problem below.&lt;/P&gt;&lt;P&gt;I'm configuring a stack of C9800 16.12.1&lt;/P&gt;&lt;P&gt;And I want to configure HTTP authorization via AAA.&lt;/P&gt;&lt;P&gt;First it should ask Radius, then go Local.&lt;/P&gt;&lt;P&gt;The Radius is not available now, but the WLC refuses to log in under local account.&lt;/P&gt;&lt;P&gt;I'm connecting on SP IP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The configuration:&lt;/P&gt;&lt;P&gt;aaa group server radius RADIUS_SRV&lt;BR /&gt;server name RADIUS_1&lt;BR /&gt;server name RADIUS_2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username cisco privilege 15 password cisco&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login Local_Access group RADIUS_SRV local&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;radius server RADIUS_1&lt;BR /&gt;address ipv4 172.22.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;timeout 5&lt;BR /&gt;key smth&lt;BR /&gt;!&lt;BR /&gt;radius server RADIUS_2&lt;BR /&gt;address ipv4 172.22.1.2 auth-port 1812 acct-port 1813&lt;BR /&gt;timeout 5&lt;BR /&gt;key smth&lt;/P&gt;&lt;P&gt;i&lt;/P&gt;&lt;P&gt;ip http authentication aaa login-authentication&amp;nbsp;Local_Access&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 18:34:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/c9800-http-authorization-with-aaa/m-p/4016721#M22937</guid>
      <dc:creator>Fairytale16</dc:creator>
      <dc:date>2021-07-05T18:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: C9800 HTTP authorization with AAA</title>
      <link>https://community.cisco.com/t5/wireless/c9800-http-authorization-with-aaa/m-p/4016729#M22938</link>
      <description>&lt;P&gt;Did you follow this document below for setting up the WLC?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/214490-configure-radius-and-tacacs-for-gui-and.html" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/214490-configure-radius-and-tacacs-for-gui-and.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;&amp;lt;&amp;lt; Pls remember to rate all useful responses &amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 04:27:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/c9800-http-authorization-with-aaa/m-p/4016729#M22938</guid>
      <dc:creator>Jurgens L</dc:creator>
      <dc:date>2020-01-23T04:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: C9800 HTTP authorization with AAA</title>
      <link>https://community.cisco.com/t5/wireless/c9800-http-authorization-with-aaa/m-p/4016739#M22939</link>
      <description>&lt;P&gt;Thank you, Jurgens.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've missed that doco.&lt;BR /&gt;It works now.&lt;/P&gt;&lt;P&gt;The working configuration below:&lt;BR /&gt;aaa group server radius RADIUS_SRV&lt;BR /&gt;server name RADIUS_1&lt;BR /&gt;server name RADIUS_2&lt;BR /&gt;!&lt;BR /&gt;username cisco privilege 15 password cisco&lt;BR /&gt;enable secret cisco&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login Local_Access group RADIUS_SRV local&lt;BR /&gt;aaa authorization exec Local_Access group RADIUS_SRV local if-authenticated&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;radius server RADIUS_1&lt;BR /&gt;address ipv4 172.22.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;timeout 5&lt;BR /&gt;key smth&lt;BR /&gt;!&lt;BR /&gt;radius server RADIUS_2&lt;BR /&gt;address ipv4 172.22.1.2 auth-port 1812 acct-port 1813&lt;BR /&gt;timeout 5&lt;BR /&gt;key smth&lt;BR /&gt;!&lt;BR /&gt;ip http authentication aaa login-authentication Local_Access&lt;BR /&gt;ip http authentication aaa exec-authorization Local_Access&lt;BR /&gt;!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 04:58:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/c9800-http-authorization-with-aaa/m-p/4016739#M22939</guid>
      <dc:creator>Fairytale16</dc:creator>
      <dc:date>2020-01-23T04:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: C9800 HTTP authorization with AAA</title>
      <link>https://community.cisco.com/t5/wireless/c9800-http-authorization-with-aaa/m-p/4016740#M22940</link>
      <description>If you change the auth to local then radius, can you login with local credentials?&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2020 04:58:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/c9800-http-authorization-with-aaa/m-p/4016740#M22940</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2020-01-23T04:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: C9800 HTTP authorization with AAA</title>
      <link>https://community.cisco.com/t5/wireless/c9800-http-authorization-with-aaa/m-p/4016752#M22941</link>
      <description>Glad you came right, and thanks for sharing the working config!</description>
      <pubDate>Thu, 23 Jan 2020 05:17:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/c9800-http-authorization-with-aaa/m-p/4016752#M22941</guid>
      <dc:creator>Jurgens L</dc:creator>
      <dc:date>2020-01-23T05:17:30Z</dc:date>
    </item>
  </channel>
</rss>

