<?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 AAA accounting in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-accounting/m-p/197684#M437520</link>
    <description>&lt;P&gt;I just setup ACS 3.1.  One of my goal is to be able to view accounting info.  The main one is what my users are typing on routers/switches.  The Accounting Log does not show this.  Where do I find this info?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 14:05:18 GMT</pubDate>
    <dc:creator>wsitu</dc:creator>
    <dc:date>2019-03-10T14:05:18Z</dc:date>
    <item>
      <title>AAA accounting</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-accounting/m-p/197684#M437520</link>
      <description>&lt;P&gt;I just setup ACS 3.1.  One of my goal is to be able to view accounting info.  The main one is what my users are typing on routers/switches.  The Accounting Log does not show this.  Where do I find this info?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:05:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-accounting/m-p/197684#M437520</guid>
      <dc:creator>wsitu</dc:creator>
      <dc:date>2019-03-10T14:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: AAA accounting</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-accounting/m-p/197685#M437521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do tacacs command authorization :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/acs31/acsuser/o.htm#xtocid22" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/acs31/acsuser/o.htm#xtocid22&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_r/faaacr/srfauth.htm#xtocid1" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_r/faaacr/srfauth.htm#xtocid1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_r/faaacr/srfacct.htm#xtocid1" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_r/faaacr/srfacct.htm#xtocid1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2002 06:25:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-accounting/m-p/197685#M437521</guid>
      <dc:creator>edadios</dc:creator>
      <dc:date>2002-12-21T06:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: AAA accounting</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-accounting/m-p/197686#M437522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the urls.  I am still looking for an answer to where I would find detail level accounting informations, specifically "commands user executed" during a login session.  This information is missing from "TACACS Accounting Report".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2002 20:17:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-accounting/m-p/197686#M437522</guid>
      <dc:creator>wsitu</dc:creator>
      <dc:date>2002-12-23T20:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: AAA accounting</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-accounting/m-p/197687#M437523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does work.  You are looking in the adminstrative accounting log aren't you ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the device my config is:&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting command 1 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting command 15 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2002 20:36:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-accounting/m-p/197687#M437523</guid>
      <dc:creator>shamilton-wilkes</dc:creator>
      <dc:date>2002-12-30T20:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: AAA accounting</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-accounting/m-p/197688#M437524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Simon.&lt;/P&gt;&lt;P&gt;Do you know how I can create a group of users who has full access only to their departmental routers/switches and nothing else? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wayne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2002 21:29:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-accounting/m-p/197688#M437524</guid>
      <dc:creator>wsitu</dc:creator>
      <dc:date>2002-12-30T21:29:16Z</dc:date>
    </item>
  </channel>
</rss>

