<?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 command authorization in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657862#M421489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;On the Cisc0 router, the configuration is &lt;/P&gt;&lt;P&gt;quite simple.  I will look into ACS and find&lt;/P&gt;&lt;P&gt;out how to do this.  I guess I have to learn&lt;/P&gt;&lt;P&gt;how to use ACS eventually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the configuration on the router:&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 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 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;&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2007 18:15:50 GMT</pubDate>
    <dc:creator>daviddtran</dc:creator>
    <dc:date>2007-02-26T18:15:50Z</dc:date>
    <item>
      <title>AAA command authorization</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657859#M421486</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone tell me how to i configure a router() and the ACS 4.1 to only permit some commnads for some users. To be more specific i want to know how will i configure it to let some users issue just the "shutdown" and "no shutdown" commands on interfaces?&lt;/P&gt;&lt;P&gt;I already configured the ACS and the router not to allow some users issue the "configure" commnand and it works, but this "shut, no shut" thing is more tricky...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:00:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657859#M421486</guid>
      <dc:creator>costin.vilcu</dc:creator>
      <dc:date>2019-03-10T22:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: AAA command authorization</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657860#M421487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not an expert with Cisco ACS 4.1 (even &lt;/P&gt;&lt;P&gt;though I have one running the production&lt;/P&gt;&lt;P&gt;environment).  I have love-hate relationship&lt;/P&gt;&lt;P&gt;with windows so I am afraid to use it for&lt;/P&gt;&lt;P&gt;my production environment.  I am much more&lt;/P&gt;&lt;P&gt;familiar with Cisco Freeware TACACS+.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have in my TACACS+ config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group =  advanced {&lt;/P&gt;&lt;P&gt;    default service = deny&lt;/P&gt;&lt;P&gt;         cmd = show { permit .* }&lt;/P&gt;&lt;P&gt;         cmd = copy { permit flash }&lt;/P&gt;&lt;P&gt;         cmd = copy { permit running }&lt;/P&gt;&lt;P&gt;         cmd = ping { permit .* }&lt;/P&gt;&lt;P&gt;         cmd = configure { permit .* }&lt;/P&gt;&lt;P&gt;         cmd = enable { permit .* }&lt;/P&gt;&lt;P&gt;         cmd = disable { permit .* }&lt;/P&gt;&lt;P&gt;         cmd = telnet { permit .* }&lt;/P&gt;&lt;P&gt;         cmd = disconnect { permit .* }&lt;/P&gt;&lt;P&gt;         cmd = where { permit .* }&lt;/P&gt;&lt;P&gt;         cmd = set { permit .* }&lt;/P&gt;&lt;P&gt;         cmd = clear { permit line }&lt;/P&gt;&lt;P&gt;         cmd = exit  { permit .* }&lt;/P&gt;&lt;P&gt;         cmd = interface { permit .* }&lt;/P&gt;&lt;P&gt;                 }&lt;/P&gt;&lt;P&gt;user =   adv   {&lt;/P&gt;&lt;P&gt;         member = advanced&lt;/P&gt;&lt;P&gt;         name = "Advanced User"&lt;/P&gt;&lt;P&gt;         login = cleartext "adv123"&lt;/P&gt;&lt;P&gt;#        login = des DJVS9kfrcLbus&lt;/P&gt;&lt;P&gt;                   }&lt;/P&gt;&lt;P&gt;user =   $adv$ {&lt;/P&gt;&lt;P&gt;         member = advanced&lt;/P&gt;&lt;P&gt;         name = "Advanced User"&lt;/P&gt;&lt;P&gt;         login = cleartext "adv1234"&lt;/P&gt;&lt;P&gt;#        login = des W/3UA7J1cz3sQ&lt;/P&gt;&lt;P&gt;                   }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out when I log into the router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juniper&amp;gt;en&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;Juniper#conf t&lt;/P&gt;&lt;P&gt;Enter configuration commands, one per line.  End with CNTL/Z.&lt;/P&gt;&lt;P&gt;Juniper(config)#int lo0&lt;/P&gt;&lt;P&gt;Juniper(config-if)#shut&lt;/P&gt;&lt;P&gt;Command authorization failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% Incomplete command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juniper(config-if)#no shut&lt;/P&gt;&lt;P&gt;Command authorization failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% Incomplete command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juniper(config-if)#exit&lt;/P&gt;&lt;P&gt;Juniper(config)#exit&lt;/P&gt;&lt;P&gt;Juniper#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 16:41:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657860#M421487</guid>
      <dc:creator>daviddtran</dc:creator>
      <dc:date>2007-02-26T16:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: AAA command authorization</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657861#M421488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you David,&lt;/P&gt;&lt;P&gt;it works indeed, but id doesn't solve my issue;&lt;/P&gt;&lt;P&gt;you didn't tell me neither how to do the aaa authorization on routers for this case neither how to configure the ACS and i don't know how to match the Freeware Tacacs commands in ACS.&lt;/P&gt;&lt;P&gt;But thank you again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 17:05:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657861#M421488</guid>
      <dc:creator>costin.vilcu</dc:creator>
      <dc:date>2007-02-26T17:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: AAA command authorization</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657862#M421489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;On the Cisc0 router, the configuration is &lt;/P&gt;&lt;P&gt;quite simple.  I will look into ACS and find&lt;/P&gt;&lt;P&gt;out how to do this.  I guess I have to learn&lt;/P&gt;&lt;P&gt;how to use ACS eventually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the configuration on the router:&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 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 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;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 18:15:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657862#M421489</guid>
      <dc:creator>daviddtran</dc:creator>
      <dc:date>2007-02-26T18:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: AAA command authorization</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657863#M421490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, David. So that is the router part, i did it almost like you, but i didn't know that i should put all 0,1 and 15 level authorization comands, i only put "aaa authorization commands 15 default group tacacs+ if-authenticated none".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And another question if you don't mind, what is the use of the "aaa authorization config-commands" command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 21:37:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657863#M421490</guid>
      <dc:creator>costin.vilcu</dc:creator>
      <dc:date>2007-02-26T21:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: AAA command authorization</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657864#M421491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aaa authorization config-commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This command allows you to give users comand&lt;/P&gt;&lt;P&gt;inside the config mode but not allowing them &lt;/P&gt;&lt;P&gt;from doing specific things such as "int lo0, no shut".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 22:14:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-command-authorization/m-p/657864#M421491</guid>
      <dc:creator>daviddtran</dc:creator>
      <dc:date>2007-02-26T22:14:54Z</dc:date>
    </item>
  </channel>
</rss>

