<?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: Cisco ACS server in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-acs-server/m-p/382521#M433351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the issue is trying to do it with just the vtyport group and not the "default" group.  When I use the aaa accounting commands 15 default start-stop group tacacs+" it works for me I was just trying to figure out if there was some issue why I couldn't use just the "aaa accounting commands 15 vtyport start-stop group tacacs+" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Oct 2004 16:43:04 GMT</pubDate>
    <dc:creator>Patrick Laidlaw</dc:creator>
    <dc:date>2004-10-21T16:43:04Z</dc:date>
    <item>
      <title>Cisco ACS server</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-acs-server/m-p/382519#M433349</link>
      <description>&lt;P&gt;Hello I'm haveing problems logging exec commands with Cisco ACS server when we use our own groups instead of the default command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently were trying to use the following commands for aaa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login vtyport group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authentication login consoleport group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authorization config-commands&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization exec vtyport group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization exec consoleport group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 vtyport group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 consoleport group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization network vtyport group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization network consoleport group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting exec vtyport start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting exec consoleport start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 vtyport start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 consoleport start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network vtyport start-stop group &lt;/P&gt;&lt;P&gt;tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network consoleport start-stop group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; access-class 102 in&lt;/P&gt;&lt;P&gt; authorization commands 15 vtyport&lt;/P&gt;&lt;P&gt; authorization exec vtyport&lt;/P&gt;&lt;P&gt; accounting commands 15 vtyport&lt;/P&gt;&lt;P&gt; login authentication vtyport&lt;/P&gt;&lt;P&gt; transport input telnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For somereason ACS will let me login and records me logging in but it won't log any of the commands I issue on the router.  If I input the command "aaa accounting commands 15 default start-stop group tacacs+" Cisco ACS will then log,  anyone have any idea why my groups won't log to the ACS server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 20:51:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-acs-server/m-p/382519#M433349</guid>
      <dc:creator>Patrick Laidlaw</dc:creator>
      <dc:date>2019-03-10T20:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACS server</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-acs-server/m-p/382520#M433350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a bit strange. I tested this with the following config and works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ line&lt;/P&gt;&lt;P&gt;aaa authentication login notac line&lt;/P&gt;&lt;P&gt;aaa authentication login vtyport group tacacs+ line&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization exec vtyport group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 vtyport group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting exec vtyport 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;aaa accounting commands 15 vtyport start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line vty 1&lt;/P&gt;&lt;P&gt; password 7 045A&lt;/P&gt;&lt;P&gt; authorization exec vtyport&lt;/P&gt;&lt;P&gt; accounting commands 15 vtyport&lt;/P&gt;&lt;P&gt; login authentication vtyport&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recieved the commands logged to the ACS server. I used this config on a 2950. IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(12c)EA1, RELEASE SOFTWARE (fc1).&lt;/P&gt;&lt;P&gt;Not sure if its a bug on your IOS or perhaps something else. Try it again using a fresh aaa config.&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2004 08:17:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-acs-server/m-p/382520#M433350</guid>
      <dc:creator>pvanvuuren</dc:creator>
      <dc:date>2004-10-21T08:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACS server</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-acs-server/m-p/382521#M433351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the issue is trying to do it with just the vtyport group and not the "default" group.  When I use the aaa accounting commands 15 default start-stop group tacacs+" it works for me I was just trying to figure out if there was some issue why I couldn't use just the "aaa accounting commands 15 vtyport start-stop group tacacs+" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2004 16:43:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-acs-server/m-p/382521#M433351</guid>
      <dc:creator>Patrick Laidlaw</dc:creator>
      <dc:date>2004-10-21T16:43:04Z</dc:date>
    </item>
  </channel>
</rss>

