<?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: Question about usage of aaa accounting commands  in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/question-about-usage-of-aaa-accounting-commands/m-p/678907#M421461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;I understand it !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2007 00:36:13 GMT</pubDate>
    <dc:creator>snakayama</dc:creator>
    <dc:date>2007-03-02T00:36:13Z</dc:date>
    <item>
      <title>Question about usage of aaa accounting commands</title>
      <link>https://community.cisco.com/t5/network-access-control/question-about-usage-of-aaa-accounting-commands/m-p/678904#M421455</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the problem that Cisco routers and switches do not send some accounting command&lt;/P&gt;&lt;P&gt;information to ACS.&lt;/P&gt;&lt;P&gt;Accounting commands do not send to ACS are "show log" and "show version".&lt;/P&gt;&lt;P&gt;Accounting commands send to ACS are "show runn", "conf t" and "debug"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration of routers and switches is the following&lt;/P&gt;&lt;P&gt;&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 tacacs+ line&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group tacacs+ none&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;tacacs-server host xxx.xxx.xxx.xxx key yyyy&lt;/P&gt;&lt;P&gt;----------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the commands do not send to ACS are privilege level 1 command and the commands &lt;/P&gt;&lt;P&gt;send to ACS are privilege level 15 command.&lt;/P&gt;&lt;P&gt;So I need to additional aaa accounting command below to get routers and switches send level 1 &lt;/P&gt;&lt;P&gt;command to ACS, because the "15" of "aaa accounting commands 15" does not include level 1&lt;/P&gt;&lt;P&gt;so need to configure "aaa accounting commands 1" for level 1 commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa accounting commands 1 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my understanding correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your information would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:01:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/question-about-usage-of-aaa-accounting-commands/m-p/678904#M421455</guid>
      <dc:creator>snakayama</dc:creator>
      <dc:date>2019-03-10T22:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question about usage of aaa accounting commands</title>
      <link>https://community.cisco.com/t5/network-access-control/question-about-usage-of-aaa-accounting-commands/m-p/678905#M421457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;plese do this and the router will send &lt;/P&gt;&lt;P&gt;everything to the ACS server, except &lt;/P&gt;&lt;P&gt;whatever you are doing to the router in http:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&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 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;aaa session-id common&lt;/P&gt;&lt;P&gt;ip http authentication aaa login-authentication VTY&lt;/P&gt;&lt;P&gt;ip http authentication aaa exec-authorization VTY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tacacs-server host 192.168.15.10 key 7 1446405858517C&lt;/P&gt;&lt;P&gt;tacacs-server directed-request&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 aux 0&lt;/P&gt;&lt;P&gt; session-timeout 35791&lt;/P&gt;&lt;P&gt; exec-timeout 35791 23&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; login authentication notac&lt;/P&gt;&lt;P&gt; transport input all&lt;/P&gt;&lt;P&gt;line vty 0&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;David &lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 11:51:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/question-about-usage-of-aaa-accounting-commands/m-p/678905#M421457</guid>
      <dc:creator>daviddtran</dc:creator>
      <dc:date>2007-03-01T11:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question about usage of aaa accounting commands</title>
      <link>https://community.cisco.com/t5/network-access-control/question-about-usage-of-aaa-accounting-commands/m-p/678906#M421459</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;What you mentioned is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you did not have level 1 command accounting enabled "show log" etc did not get sent to the ACS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding level 1 accounting would solve the problem.&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>Thu, 01 Mar 2007 13:57:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/question-about-usage-of-aaa-accounting-commands/m-p/678906#M421459</guid>
      <dc:creator>Vivek Santuka</dc:creator>
      <dc:date>2007-03-01T13:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question about usage of aaa accounting commands</title>
      <link>https://community.cisco.com/t5/network-access-control/question-about-usage-of-aaa-accounting-commands/m-p/678907#M421461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;I understand it !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 00:36:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/question-about-usage-of-aaa-accounting-commands/m-p/678907#M421461</guid>
      <dc:creator>snakayama</dc:creator>
      <dc:date>2007-03-02T00:36:13Z</dc:date>
    </item>
  </channel>
</rss>

