<?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 Order of authentication in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908179#M191971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The no_tacacs would not auto prompt as a keyword because it is not a keyword. What you have there is a different named list to define a special authentication. If this is configured then I would expect to find somewhere is the config a line that looked something like authentication no_tacacs. You would usually configure a special named list to define an authentication that was different from the default list. In this case the named list specifies the same (tacacs+ local) as the default and so I do not see the logic in configuring it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To illustrate what I am talking about assume that a customer wants their routers configured so that remote access using SSH to the vty ports would authenticate via tacacs with local as a fall back and they want the console configured so that it authenticates only using local user ID and password. Then you might have a configuration that looks something like this&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa authentication login default group tacacs+ local&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa authentication login no_tacacs&amp;nbsp; local&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; line console 0&lt;/P&gt;&lt;P&gt;authentication no_tacacs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 15:55:24 GMT</pubDate>
    <dc:creator>Richard Burts</dc:creator>
    <dc:date>2012-05-21T15:55:24Z</dc:date>
    <item>
      <title>Order of authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908174#M191966</link>
      <description>&lt;P&gt;I have the following AAA authentication config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, local authentication doesn't seem to work.&amp;nbsp; If the tacacs server is unavailable, will local authentication work, or fail?&amp;nbsp; I'm thinking it will authenticate locally.&amp;nbsp; I'd like to configure it so that it will only authenticate locally if the tacacs server is unavailable.&amp;nbsp; Any advice would help.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 02:06:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908174#M191966</guid>
      <dc:creator>John Biederstedt</dc:creator>
      <dc:date>2019-03-11T02:06:19Z</dc:date>
    </item>
    <item>
      <title>Order of authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908175#M191967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct, the configuration "aaa authentication login default group tacacs+ local" will work as you describe, ie: if tacacs server is not available, it will fall back to use local authentication.&lt;/P&gt;&lt;P&gt;It will only fall to use the local database if tacacs server is not available, if authentication failed through tacacs, the authentication will be unsuccessful, not fall to use local DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you test that tacacs server is not available? do you disconnect the tacacs from the network? configure access-list to temporary block request to tacacs? can you also run some debugs to see what it says "debug aaa authentication"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 04:01:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908175#M191967</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-05-21T04:01:26Z</dc:date>
    </item>
    <item>
      <title>Order of authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908176#M191968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you put some parts of the configuration? &lt;/P&gt;&lt;P&gt;That is, all the configuration concerning the tacacs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 10:14:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908176#M191968</guid>
      <dc:creator>rcapao</dc:creator>
      <dc:date>2012-05-21T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Order of authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908177#M191969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;rcapao wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you put some parts of the configuration? &lt;/P&gt;&lt;P&gt;That is, all the configuration concerning the tacacs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rui&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Sure but some info will need to be redacted:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;In NxOS, the tacacs feature is enabled and configured this way:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tacacs-server key 7 &lt;REDACTED&gt;&lt;/REDACTED&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tacacs-server host &lt;REDACTED&gt; &lt;/REDACTED&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tacacs-server host &lt;REDACTED&gt; &lt;/REDACTED&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tacacs-server host &lt;REDACTED&gt; &lt;/REDACTED&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa group server tacacs+ &lt;REDACTED&gt;&lt;/REDACTED&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; server &lt;REDACTED&gt;&lt;/REDACTED&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; server &lt;REDACTED&gt;&lt;/REDACTED&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; server &lt;REDACTED&gt;&lt;/REDACTED&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; source-interface loopback0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Then the aaa order is defined as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa authentication login default group &lt;SAMEASREDACTEDABOVE&gt;&lt;/SAMEASREDACTEDABOVE&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa authentication login console local &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;The lines are configured as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;line console&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; exec-timeout 15&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;line vty&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; exec-timeout 15&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;and that's it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;In IOS it's set up this way:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa new-model&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa authentication login default group tacacs+ local&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa authentication login no_tacacs group tacacs+ local&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa authorization exec default group tacacs+ none &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa authorization commands 1 default group tacacs+ none &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa authorization commands 15 default group tacacs+ none&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa session-id common&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;The lines are configured like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;line con 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; exec-timeout 15 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;line vty 0 4&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; exec-timeout 15 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;line vty 5 15&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; exec-timeout 15 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;How I read this is that in IOS local is only used if the tacacs server is unreachable, but I'm not sure what the&lt;/SPAN&gt; &lt;EM&gt;no_tacacs&lt;/EM&gt; &lt;SPAN style="color: #0000ff;"&gt;is for,&amp;nbsp; because it doesn't autoprompt as a keyword in gns lab I set up to check it, so I think it's a vestigial remain from an earlier config.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I don't think the commands configs affect order either, as far as I've been able to tell.&amp;nbsp; Is that how you read it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;John&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 14:58:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908177#M191969</guid>
      <dc:creator>John Biederstedt</dc:creator>
      <dc:date>2012-05-21T14:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Order of authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908178#M191970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for the reply - I really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I responded below with more detail below to rcapao reply.&amp;nbsp; I realized that the above initial post was rather terse.&amp;nbsp; Care to check it out and see if my current interpetation holds up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 15:08:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908178#M191970</guid>
      <dc:creator>John Biederstedt</dc:creator>
      <dc:date>2012-05-21T15:08:25Z</dc:date>
    </item>
    <item>
      <title>Order of authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908179#M191971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The no_tacacs would not auto prompt as a keyword because it is not a keyword. What you have there is a different named list to define a special authentication. If this is configured then I would expect to find somewhere is the config a line that looked something like authentication no_tacacs. You would usually configure a special named list to define an authentication that was different from the default list. In this case the named list specifies the same (tacacs+ local) as the default and so I do not see the logic in configuring it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To illustrate what I am talking about assume that a customer wants their routers configured so that remote access using SSH to the vty ports would authenticate via tacacs with local as a fall back and they want the console configured so that it authenticates only using local user ID and password. Then you might have a configuration that looks something like this&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa authentication login default group tacacs+ local&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aaa authentication login no_tacacs&amp;nbsp; local&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; line console 0&lt;/P&gt;&lt;P&gt;authentication no_tacacs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 15:55:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/order-of-authentication/m-p/1908179#M191971</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2012-05-21T15:55:24Z</dc:date>
    </item>
  </channel>
</rss>

