<?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 and Cisco MDS switches......... in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725486#M421073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAK Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you authenticating against local or line after tacacs?  Local will authenticate to a local username/password.  Line will authenticate to the password on the vty line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 14:22:51 GMT</pubDate>
    <dc:creator>hegleran</dc:creator>
    <dc:date>2007-04-12T14:22:51Z</dc:date>
    <item>
      <title>AAA and Cisco MDS switches.........</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725485#M421071</link>
      <description>&lt;P&gt; have configured Cisco ACS 4.0 (TACACS) with Windows AD for all Cisco MDS switches and it is working fine. But local "admin" access to the Cisco MDS switches via telnet is not working. At the same time , if I create a user with "network-admin" role locally, that works but not the default admin user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me in this regard.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:05:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725485#M421071</guid>
      <dc:creator>SAK_Mohan</dc:creator>
      <dc:date>2019-03-10T22:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: AAA and Cisco MDS switches.........</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725486#M421073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAK Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you authenticating against local or line after tacacs?  Local will authenticate to a local username/password.  Line will authenticate to the password on the vty line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 14:22:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725486#M421073</guid>
      <dc:creator>hegleran</dc:creator>
      <dc:date>2007-04-12T14:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: AAA and Cisco MDS switches.........</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725487#M421075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 14:31:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725487#M421075</guid>
      <dc:creator>SAK_Mohan</dc:creator>
      <dc:date>2007-04-12T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: AAA and Cisco MDS switches.........</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725488#M421076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;local. Below is the script I used to configure TACACS (Cisco ACS 4.0) on Cisco MDS switches. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;#---------------------------------------&lt;/P&gt;&lt;P&gt;# Enable TACACS+&lt;/P&gt;&lt;P&gt;#---------------------------------------&lt;/P&gt;&lt;P&gt;tacacs+ enable&lt;/P&gt;&lt;P&gt;tacacs-server host nnn.nnn.nnn.nnn key 0 xxxxxx&lt;/P&gt;&lt;P&gt;tacacs-server host mmm.mmm.mmm.mmm key 0 xxxxx&lt;/P&gt;&lt;P&gt;#--------------------------------------&lt;/P&gt;&lt;P&gt;# Specify TACACS+ Server groups&lt;/P&gt;&lt;P&gt;#---------------------------------------&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ tacgrp&lt;/P&gt;&lt;P&gt;server nnn.nnn.nnn.nnn&lt;/P&gt;&lt;P&gt;server  mmm.mmm.mmm.mmm&lt;/P&gt;&lt;P&gt;#---------------------------------------&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacgrp&lt;/P&gt;&lt;P&gt;aaa authentication login console local&lt;/P&gt;&lt;P&gt;#---------------------------------------&lt;/P&gt;&lt;P&gt;# Enable TACACS+ Accounting&lt;/P&gt;&lt;P&gt;#---------------------------------------&lt;/P&gt;&lt;P&gt;aaa accounting default group tacgrp local&lt;/P&gt;&lt;P&gt;#---------------------------------------&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;copy running-config startup-config&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;MOhan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 14:32:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725488#M421076</guid>
      <dc:creator>SAK_Mohan</dc:creator>
      <dc:date>2007-04-12T14:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: AAA and Cisco MDS switches.........</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725489#M421078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a local username called admin created?  Or are you trying to login as admin, and then using the vty password when there is no admin account created?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 14:44:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725489#M421078</guid>
      <dc:creator>hegleran</dc:creator>
      <dc:date>2007-04-12T14:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: AAA and Cisco MDS switches.........</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725490#M421080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes....it is there which is the default/local "admin" user that comes with Cisco MDS switches. I am using the right password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This we need as a backdoor to Switches in case TACACS fails for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;MOhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 14:49:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725490#M421080</guid>
      <dc:creator>SAK_Mohan</dc:creator>
      <dc:date>2007-04-12T14:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: AAA and Cisco MDS switches.........</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725491#M421081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want it as a backdoor (for default login)&lt;/P&gt;&lt;P&gt;you need to add local at the end of your statement.&lt;/P&gt;&lt;P&gt;the following statement&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacgrp &lt;/P&gt;&lt;P&gt;should be modified to &lt;/P&gt;&lt;P&gt;aaa authentication login default group tacgrp local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will enable you to authenticate with a local account (assuming you have configured a local cli user) in the event of a AAA server outage.&lt;/P&gt;&lt;P&gt;--Colin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 21:13:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725491#M421081</guid>
      <dc:creator>colin.mcnamara</dc:creator>
      <dc:date>2007-04-12T21:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: AAA and Cisco MDS switches.........</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725492#M421082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THat is what I haebeen tying to configure....but unfortunately "local" option after "aaa authentication login default group tacgrp" is not available in Cisco MDS if i press Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing is..without the local option , I am able to login using locally created users with "netwok-admin" role but not the default "admin" user....... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 22:17:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-and-cisco-mds-switches/m-p/725492#M421082</guid>
      <dc:creator>SAK_Mohan</dc:creator>
      <dc:date>2007-04-12T22:17:21Z</dc:date>
    </item>
  </channel>
</rss>

