<?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 authentication for Serial Console. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4042916#M1067556</link>
    <description>&lt;P&gt;The current configurations is like&amp;nbsp; this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa authentications ssh console My_tacacs+ LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication http console&amp;nbsp; My_tacacs+ LOCAL&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993366"&gt;aaa authentication enable console&amp;nbsp;My_tacacs+ LOCAL&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I my doing accounting and authorization via tacacs+.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I add&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993366"&gt;&lt;SPAN&gt;aaa authentication serial console&amp;nbsp;LOCAL&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will be able to login into the serial cable using local credentials BUT I won't be able to enter the enable password since it will be sent to TACACS+ server and it will fail.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please let me know if I can bypass sending enable passwords&amp;nbsp; ? for serial login alone so that both&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the login and exec login password are validated since only the local database credentials.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2020 16:36:30 GMT</pubDate>
    <dc:creator>Alfredcfc</dc:creator>
    <dc:date>2020-03-09T16:36:30Z</dc:date>
    <item>
      <title>AAA authentication for Serial Console.</title>
      <link>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4042821#M1067550</link>
      <description>&lt;P&gt;Currently I am not using aaa authentication to login into serial console cable, would this mean when I login into to&amp;nbsp;ASA via a serial cable I will bypass the AAA servers and use the local database ?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or do I have specify aaa authentication serial console LOCAL ?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But then this would force the enable password to be sent to my TACACS+ server. since I have use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa authenticaion enable.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 14:38:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4042821#M1067550</guid>
      <dc:creator>Alfredcfc</dc:creator>
      <dc:date>2020-03-09T14:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication for Serial Console.</title>
      <link>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4042833#M1067551</link>
      <description>&lt;P&gt;yes you need to add enable and authentication for serial to be local example :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;aaa authentication enable console LOCAL&lt;/P&gt;
&lt;P&gt;aaa authentication serial console LOCAL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;note : make sure you test with Local username and password before you write the config. or you should have alterbative method to login to box to remidate the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 14:51:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4042833#M1067551</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2020-03-09T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication for Serial Console.</title>
      <link>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4042916#M1067556</link>
      <description>&lt;P&gt;The current configurations is like&amp;nbsp; this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa authentications ssh console My_tacacs+ LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication http console&amp;nbsp; My_tacacs+ LOCAL&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993366"&gt;aaa authentication enable console&amp;nbsp;My_tacacs+ LOCAL&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I my doing accounting and authorization via tacacs+.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I add&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993366"&gt;&lt;SPAN&gt;aaa authentication serial console&amp;nbsp;LOCAL&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will be able to login into the serial cable using local credentials BUT I won't be able to enter the enable password since it will be sent to TACACS+ server and it will fail.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please let me know if I can bypass sending enable passwords&amp;nbsp; ? for serial login alone so that both&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the login and exec login password are validated since only the local database credentials.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 16:36:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4042916#M1067556</guid>
      <dc:creator>Alfredcfc</dc:creator>
      <dc:date>2020-03-09T16:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication for Serial Console.</title>
      <link>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4042953#M1067560</link>
      <description>&lt;P&gt;your answer is &lt;A href="https://community.cisco.com/t5/network-management/how-to-bypass-tacacs-on-console-connection/td-p/1125323" target="_self"&gt;here&lt;/A&gt; in this post.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 17:33:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4042953#M1067560</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2020-03-09T17:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication for Serial Console.</title>
      <link>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4046402#M1067806</link>
      <description>&lt;P&gt;HI Sheraz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I read through the answer you have posted but that answer is for a router so can please let me know if you can help me in this problem for an ASA firewall.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 07:58:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4046402#M1067806</guid>
      <dc:creator>Alfredcfc</dc:creator>
      <dc:date>2020-03-16T07:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication for Serial Console.</title>
      <link>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4046493#M1067810</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Can you try the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - have a username locally configured with privilege level 15&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - configure "aaa authentication enable console My_tacacs+ LOCAL and "aaa authorization exec LOCAL auto-enable"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See if you can authenticate on the console as requested, afterwards also test the remote SSH/telnet functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cristian Matei.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 11:31:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/aaa-authentication-for-serial-console/m-p/4046493#M1067810</guid>
      <dc:creator>Cristian Matei</dc:creator>
      <dc:date>2020-03-16T11:31:37Z</dc:date>
    </item>
  </channel>
</rss>

