<?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: AAA authentication when logging into the router via the web  in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653566#M421498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my config of the TACACS+ file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user =   cciesec   {&lt;/P&gt;&lt;P&gt;         member = admin&lt;/P&gt;&lt;P&gt;         name = "ccie security"&lt;/P&gt;&lt;P&gt;         login = cleartext "123456"&lt;/P&gt;&lt;P&gt;         service = exec { priv-lvl = 15 }&lt;/P&gt;&lt;P&gt;         expires = "Dec 31 2007"&lt;/P&gt;&lt;P&gt;                 }&lt;/P&gt;&lt;P&gt;user =   $cciesec$ {&lt;/P&gt;&lt;P&gt;         member = admin&lt;/P&gt;&lt;P&gt;         name = "ccie security"&lt;/P&gt;&lt;P&gt;         global = cleartext "cciesec1"&lt;/P&gt;&lt;P&gt;         service = exec { priv-lvl = 15 }&lt;/P&gt;&lt;P&gt;         expires = "Dec 31 2007"&lt;/P&gt;&lt;P&gt;                 }&lt;/P&gt;&lt;P&gt;group = admin {&lt;/P&gt;&lt;P&gt;         default service = permit&lt;/P&gt;&lt;P&gt;              }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now can &lt;A class="jive-link-custom" href="http://router-IP" target="_blank"&gt;http://router-IP&lt;/A&gt; and login with&lt;/P&gt;&lt;P&gt;cciesec account but I have to use the "exec"&lt;/P&gt;&lt;P&gt;password.  In other words, it works with &lt;/P&gt;&lt;P&gt;"123456" but NOT "cciesec1".  Worse, I now&lt;/P&gt;&lt;P&gt;can telnet/ssh into the router and when I &lt;/P&gt;&lt;P&gt;issue "cciesec/123456" and it takes directly&lt;/P&gt;&lt;P&gt;into "enable" mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to accomplish is to have &lt;/P&gt;&lt;P&gt;user cciesec logging into the router via the &lt;/P&gt;&lt;P&gt;web browser but he has to use the password&lt;/P&gt;&lt;P&gt;"cciesec1" because that is his unique enable&lt;/P&gt;&lt;P&gt;password.  Furthermore, when cciesec telnet&lt;/P&gt;&lt;P&gt;or ssh into the router, I want him to be able&lt;/P&gt;&lt;P&gt;to login as "cciesec/123456" and that will &lt;/P&gt;&lt;P&gt;take him on the "exec" prompt.  After that,&lt;/P&gt;&lt;P&gt;cciesec has to use "cciesec1" to go into&lt;/P&gt;&lt;P&gt;privilege mode.  Is that doable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other thing, when I use cciesec to log&lt;/P&gt;&lt;P&gt;into the router via the browser, I am not &lt;/P&gt;&lt;P&gt;seeing in the tacacs log.  How do I enable&lt;/P&gt;&lt;P&gt;accounting for user(s) logging into the&lt;/P&gt;&lt;P&gt;router via the browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2007 16:00:17 GMT</pubDate>
    <dc:creator>daviddtran</dc:creator>
    <dc:date>2007-02-26T16:00:17Z</dc:date>
    <item>
      <title>AAA authentication when logging into the router via the web browser</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653563#M421495</link>
      <description>&lt;P&gt;Hi group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get access the a cisco 2621 via http and authentication&lt;/P&gt;&lt;P&gt;via AAA but there is something I am not quite understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the freeware TACACS+ server running on RedHat Linux&lt;/P&gt;&lt;P&gt;Enterprise Server 3.0.  I setup the TACACS+ account for myself with&lt;/P&gt;&lt;P&gt;enable privilege on the TACACS+ box.  This account, let call it,&lt;/P&gt;&lt;P&gt;ddt123, can telnet/ssh into the IOS router and the enable secret&lt;/P&gt;&lt;P&gt;is associated with this account as setup in TACACS+.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my configuration looks like on the TACACS+ file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root@dca2-LinuxES tacacs]# more tac_plus.cfg&lt;/P&gt;&lt;P&gt;accounting file = /var/log/tac_plus.log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;key  = zFgGkIooIsZ.Q&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user =   ddt123   {&lt;/P&gt;&lt;P&gt;         member = admin&lt;/P&gt;&lt;P&gt;         name = "ddt 123"&lt;/P&gt;&lt;P&gt;         login = cleartext "exec123"&lt;/P&gt;&lt;P&gt;                   }&lt;/P&gt;&lt;P&gt;user =   $ddt123$ {&lt;/P&gt;&lt;P&gt;         member = admin&lt;/P&gt;&lt;P&gt;         name = "ddt 123"&lt;/P&gt;&lt;P&gt;         login = cleartext "privi123"&lt;/P&gt;&lt;P&gt;                }&lt;/P&gt;&lt;P&gt;group = admin {&lt;/P&gt;&lt;P&gt;         default service = permit&lt;/P&gt;&lt;P&gt;              }&lt;/P&gt;&lt;P&gt;[root@dca2-LinuxES tacacs]#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my configuration on the IOS device:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login notac none&lt;/P&gt;&lt;P&gt;aaa authentication login VTY group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication login web local enable&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authorization console&lt;/P&gt;&lt;P&gt;aaa authorization config-commands&lt;/P&gt;&lt;P&gt;aaa authorization exec notac none&lt;/P&gt;&lt;P&gt;aaa authorization exec VTY group tacacs+ if-authenticated none&lt;/P&gt;&lt;P&gt;aaa authorization commands 0 VTY group tacacs+ if-authenticated none&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 VTY group tacacs+ if-authenticated none&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 VTY group tacacs+ if-authenticated none&lt;/P&gt;&lt;P&gt;aaa authorization network VTY group tacacs+ if-authenticated none&lt;/P&gt;&lt;P&gt;aaa accounting exec VTY start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 0 VTY start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 1 VTY start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 VTY start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network VTY start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting connection VTY start-stop group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tacacs-server host 192.168.15.10 key ***&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 VTY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; exec-timeout 0 0&lt;/P&gt;&lt;P&gt; authorization exec notac&lt;/P&gt;&lt;P&gt; accounting commands 0 VTY&lt;/P&gt;&lt;P&gt; accounting commands 1 VTY&lt;/P&gt;&lt;P&gt; accounting commands 15 VTY&lt;/P&gt;&lt;P&gt; accounting exec VTY&lt;/P&gt;&lt;P&gt; logging synchronous&lt;/P&gt;&lt;P&gt; login authentication notac&lt;/P&gt;&lt;P&gt;line vty 0 15&lt;/P&gt;&lt;P&gt; exec-timeout 0 0&lt;/P&gt;&lt;P&gt; authorization commands 0 VTY&lt;/P&gt;&lt;P&gt; authorization commands 1 VTY&lt;/P&gt;&lt;P&gt; authorization commands 15 VTY&lt;/P&gt;&lt;P&gt; authorization exec VTY&lt;/P&gt;&lt;P&gt; accounting commands 0 VTY&lt;/P&gt;&lt;P&gt; accounting commands 1 VTY&lt;/P&gt;&lt;P&gt; accounting commands 15 VTY&lt;/P&gt;&lt;P&gt; accounting exec VTY&lt;/P&gt;&lt;P&gt; login authentication VTY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question I have is that when I open the browser and enter &lt;A class="jive-link-custom" href="http://router_IP_address" target="_blank"&gt;http://router_IP_address&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;the it prompts me for authetication, which password should I use, "exec123" or "privi123"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain to me how this work, and if it works at all?  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:00:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653563#M421495</guid>
      <dc:creator>daviddtran</dc:creator>
      <dc:date>2019-03-10T22:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication when logging into the router via the web</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653564#M421496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the "debug aaa authen" and "debug aaa author" on the router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C2621#term mon&lt;/P&gt;&lt;P&gt;C2621#&lt;/P&gt;&lt;P&gt;Feb 25 23:11:33.967 UTC: AAA/AUTHOR/TAC+: (3081244823): send AV cmd-arg=monitor&lt;/P&gt;&lt;P&gt;Feb 25 23:11:33.971 UTC: AAA/AUTHOR/TAC+: (3081244823): send AV cmd-arg=&lt;CR&gt;&lt;/CR&gt;&lt;/P&gt;&lt;P&gt;Feb 25 23:11:34.183 UTC: TAC+: (-1213722473): received author response status = PASS_ADD&lt;/P&gt;&lt;P&gt;Feb 25 23:11:34.187 UTC: AAA/AUTHOR (3081244823): Post authorization status = PASS_ADD&lt;/P&gt;&lt;P&gt;Feb 25 23:11:34.187 UTC: AAA/MEMORY: free_user (0x8276F8AC) user='ddt123' ruser='C2621' port='tty66' rem_addr='192.168.15.1' authen_type=ASCII service=NONE priv=0 vrf= (id=0)&lt;/P&gt;&lt;P&gt;Feb 25 2007 23:11:36 UTC: %SEC-6-IPACCESSLOGP: list 111 permitted tcp 192.168.15.10(49) -&amp;gt; 192.168.15.1(24127), 1 packet&lt;/P&gt;&lt;P&gt;Feb 25 2007 23:11:38 UTC: %SEC-6-IPACCESSLOGP: list 111 permitted tcp 192.168.15.10(49) -&amp;gt; 192.168.15.1(14840), 1 packet&lt;/P&gt;&lt;P&gt;Feb 25 23:11:39.248 UTC: AAA/AUTHEN/LOGIN (00000000): Pick method list 'VTY'&lt;/P&gt;&lt;P&gt;Feb 25 23:11:39.268 UTC: AAA/AUTHOR (00000000): Method=None for method list id=A0000003. Skip author&lt;/P&gt;&lt;P&gt;Feb 25 2007 23:11:40 UTC: %SEC-6-IPACCESSLOGP: list 111 permitted tcp 192.168.15.10(49) -&amp;gt; 192.168.15.1(36781), 1 packet&lt;/P&gt;&lt;P&gt;Feb 25 2007 23:11:41 UTC: %SEC-6-IPACCESSLOGP: list 111 permitted udp 192.168.4.10(2537) -&amp;gt; 192.168.15.1(161), 1 packet&lt;/P&gt;&lt;P&gt;Feb 25 23:11:42.553 UTC: AAA/AUTHEN/LOGIN (00000000): Pick method list 'VTY'&lt;/P&gt;&lt;P&gt;Feb 25 2007 23:11:43 UTC: %SEC-6-IPACCESSLOGP: list 111 permitted tcp 192.168.15.10(49) -&amp;gt; 192.168.15.1(19535), 1 packetu&lt;/P&gt;&lt;P&gt;All possible debugging has been turned off&lt;/P&gt;&lt;P&gt;C2621#&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.552 UTC: AAA: parse name=tty66 idb type=-1 tty=-1&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.552 UTC: AAA: name=tty66 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=66 channel=0&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.552 UTC: AAA/MEMORY: create_user (0x8276AD88) user='ddt123' ruser='C2621' ds0=0 port='tty66' rem_addr='192.168.15.1' authen_type=ASCII service=NONE priv=0 initial_task_id='0', vrf= (id=0)&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.556 UTC: tty66 AAA/AUTHOR/CMD(1541751897): Port='tty66' list='VTY' service=CMD&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.556 UTC: AAA/AUTHOR/CMD: tty66(1541751897) user='ddt123'&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.556 UTC: tty66 AAA/AUTHOR/CMD(1541751897): send AV service=shell&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.556 UTC: tty66 AAA/AUTHOR/CMD(1541751897): send AV cmd=undebug&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.556 UTC: tty66 AAA/AUTHOR/CMD(1541751897): send AV cmd-arg=all&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.556 UTC: tty66 AAA/AUTHOR/CMD(1541751897): send AV cmd-arg=&lt;CR&gt;&lt;/CR&gt;&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.556 UTC: tty66 AAA/AUTHOR/CMD(1541751897): found list "VTY"&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.556 UTC: tty66 AAA/AUTHOR/CMD(1541751897): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.560 UTC: AAA/AUTHOR/TAC+: (1541751897): user=ddt123&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.560 UTC: AAA/AUTHOR/TAC+: (1541751897): send AV service=shell&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.560 UTC: AAA/AUTHOR/TAC+: (1541751897): send AV cmd=undebug&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.560 UTC: AAA/AUTHOR/TAC+: (1541751897): send AV cmd-arg=all&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.560 UTC: AAA/AUTHOR/TAC+: (1541751897): send AV cmd-arg=&lt;CR&gt;&lt;/CR&gt;&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.768 UTC: TAC+: (1541751897): received author response status = PASS_ADD&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.772 UTC: AAA/AUTHOR (1541751897): Post authorization status = PASS_ADD&lt;/P&gt;&lt;P&gt;Feb 25 23:11:46.772 UTC: AAA/MEMORY: free_user (0x8276AD88) user='ddt123' ruser='C2621' port='tty66' rem_addr='192.168.15.1' authen_type=ASCII service=NONE priv=0 vrf= (id=0)no&lt;/P&gt;&lt;P&gt;Feb 25 2007 23:11:47 UTC: %SEC-6-IPACCESSLOGRL: access-list logging rate-limited or missed 976 packets&lt;/P&gt;&lt;P&gt;C2621#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2007 23:23:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653564#M421496</guid>
      <dc:creator>daviddtran</dc:creator>
      <dc:date>2007-02-25T23:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication when logging into the router via the web</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653565#M421497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Login to http requires privilege level 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to add the following in the user's profile :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service = exec {&lt;/P&gt;&lt;P&gt;priv-lvl = 15&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 10:52:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653565#M421497</guid>
      <dc:creator>Vivek Santuka</dc:creator>
      <dc:date>2007-02-26T10:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication when logging into the router via the web</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653566#M421498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my config of the TACACS+ file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user =   cciesec   {&lt;/P&gt;&lt;P&gt;         member = admin&lt;/P&gt;&lt;P&gt;         name = "ccie security"&lt;/P&gt;&lt;P&gt;         login = cleartext "123456"&lt;/P&gt;&lt;P&gt;         service = exec { priv-lvl = 15 }&lt;/P&gt;&lt;P&gt;         expires = "Dec 31 2007"&lt;/P&gt;&lt;P&gt;                 }&lt;/P&gt;&lt;P&gt;user =   $cciesec$ {&lt;/P&gt;&lt;P&gt;         member = admin&lt;/P&gt;&lt;P&gt;         name = "ccie security"&lt;/P&gt;&lt;P&gt;         global = cleartext "cciesec1"&lt;/P&gt;&lt;P&gt;         service = exec { priv-lvl = 15 }&lt;/P&gt;&lt;P&gt;         expires = "Dec 31 2007"&lt;/P&gt;&lt;P&gt;                 }&lt;/P&gt;&lt;P&gt;group = admin {&lt;/P&gt;&lt;P&gt;         default service = permit&lt;/P&gt;&lt;P&gt;              }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now can &lt;A class="jive-link-custom" href="http://router-IP" target="_blank"&gt;http://router-IP&lt;/A&gt; and login with&lt;/P&gt;&lt;P&gt;cciesec account but I have to use the "exec"&lt;/P&gt;&lt;P&gt;password.  In other words, it works with &lt;/P&gt;&lt;P&gt;"123456" but NOT "cciesec1".  Worse, I now&lt;/P&gt;&lt;P&gt;can telnet/ssh into the router and when I &lt;/P&gt;&lt;P&gt;issue "cciesec/123456" and it takes directly&lt;/P&gt;&lt;P&gt;into "enable" mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to accomplish is to have &lt;/P&gt;&lt;P&gt;user cciesec logging into the router via the &lt;/P&gt;&lt;P&gt;web browser but he has to use the password&lt;/P&gt;&lt;P&gt;"cciesec1" because that is his unique enable&lt;/P&gt;&lt;P&gt;password.  Furthermore, when cciesec telnet&lt;/P&gt;&lt;P&gt;or ssh into the router, I want him to be able&lt;/P&gt;&lt;P&gt;to login as "cciesec/123456" and that will &lt;/P&gt;&lt;P&gt;take him on the "exec" prompt.  After that,&lt;/P&gt;&lt;P&gt;cciesec has to use "cciesec1" to go into&lt;/P&gt;&lt;P&gt;privilege mode.  Is that doable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other thing, when I use cciesec to log&lt;/P&gt;&lt;P&gt;into the router via the browser, I am not &lt;/P&gt;&lt;P&gt;seeing in the tacacs log.  How do I enable&lt;/P&gt;&lt;P&gt;accounting for user(s) logging into the&lt;/P&gt;&lt;P&gt;router via the browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 16:00:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653566#M421498</guid>
      <dc:creator>daviddtran</dc:creator>
      <dc:date>2007-02-26T16:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication when logging into the router via the web</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653567#M421499</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;Http connection requires level 15 login. Which means you will have to push the priv-lvl attribute. HTTP authentication will never prompt for the enable password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also when you push the priv-lvl 15 it will effect the shell by allowing users directly into the privilege mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no workaround that I can think of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also as far as I know we cannot account for http sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 15:31:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653567#M421499</guid>
      <dc:creator>Vivek Santuka</dc:creator>
      <dc:date>2007-02-27T15:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication when logging into the router via the web</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653568#M421500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vivek,&lt;/P&gt;&lt;P&gt;I don't quite understand.  If I can log into&lt;/P&gt;&lt;P&gt;the router via http but I can not get accounting&lt;/P&gt;&lt;P&gt;of what user(s) do via http, where is the&lt;/P&gt;&lt;P&gt;accounting piece?  Isn't that a security risk?&lt;/P&gt;&lt;P&gt;Should cisco fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 15:48:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653568#M421500</guid>
      <dc:creator>daviddtran</dc:creator>
      <dc:date>2007-02-27T15:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication when logging into the router via the web</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653569#M421501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it makes a good feature request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 14:42:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-when-logging-into-the-router-via-the-web/m-p/653569#M421501</guid>
      <dc:creator>Vivek Santuka</dc:creator>
      <dc:date>2007-02-28T14:42:38Z</dc:date>
    </item>
  </channel>
</rss>

