<?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 and ASA in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-and-asa/m-p/2206084#M136208</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am working on AAA for ASA . In IOS we can create AAA commands using specific group names and then apply it to aux , con , vty ( 0 - 15 ) but here in ASA I dont see putting con , ssh etc with AAA and it looks like it is applied globally simillar to the default keyword used in IOS . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; "&gt;EXAMPLE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Router :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;aaa authorization commands 0 AAA group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization commands 15 AAA group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization exec AAA group tacacs+ local &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; exec-timeout 5 0&lt;/P&gt;&lt;P&gt; authorization commands 15 AAA&lt;/P&gt;&lt;P&gt; authorization exec AAA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;aaa authorization command acs LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference here is that in ASA it gets applied globally while my aim is not to apply this on Console and only to apply this with SSH sessions . Is there a way we can do it on per session basis on ASA ( ssh , console , telnet etc ) . &lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 03:27:01 GMT</pubDate>
    <dc:creator>communication.boy</dc:creator>
    <dc:date>2019-03-11T03:27:01Z</dc:date>
    <item>
      <title>AAA and ASA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-and-asa/m-p/2206084#M136208</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am working on AAA for ASA . In IOS we can create AAA commands using specific group names and then apply it to aux , con , vty ( 0 - 15 ) but here in ASA I dont see putting con , ssh etc with AAA and it looks like it is applied globally simillar to the default keyword used in IOS . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; "&gt;EXAMPLE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Router :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;aaa authorization commands 0 AAA group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization commands 15 AAA group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization exec AAA group tacacs+ local &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; exec-timeout 5 0&lt;/P&gt;&lt;P&gt; authorization commands 15 AAA&lt;/P&gt;&lt;P&gt; authorization exec AAA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;aaa authorization command acs LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference here is that in ASA it gets applied globally while my aim is not to apply this on Console and only to apply this with SSH sessions . Is there a way we can do it on per session basis on ASA ( ssh , console , telnet etc ) . &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 03:27:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-and-asa/m-p/2206084#M136208</guid>
      <dc:creator>communication.boy</dc:creator>
      <dc:date>2019-03-11T03:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: AAA and ASA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-and-asa/m-p/2206085#M136288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's correct! When you enable command authorization, it get applied globally and would be applicable for all sessions including console. We can't get rid of it because in ASA there is&amp;nbsp; no concept of method list like IOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From command refrence guide:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Be sure that your TACACS+ system is completely stable and reliable. The necessary level of reliability typically requires that you have a fully redundant TACACS+ server system and fully redundant connectivity to the adaptive security appliance. For example, in your TACACS+ server pool, include one server connected to interface 1, and another to interface 2. You can also configure local command authorization as a fallback method if the TACACS+ server is unavailable. In this case, you need to configure local users and command privilege levels. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization command &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/a1.html#wp1556861" rel="nofollow"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/a1.html#wp1556861&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jatin Katyal &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;- Do rate helpful posts -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 May 2013 21:01:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-and-asa/m-p/2206085#M136288</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-05-26T21:01:44Z</dc:date>
    </item>
  </channel>
</rss>

