<?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: TACACS+ configuration in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38813#M8451</link>
    <description>Were you ever able to get this resolved?&lt;BR /&gt;</description>
    <pubDate>Sat, 06 Dec 2014 00:18:00 GMT</pubDate>
    <dc:creator>Drew_C</dc:creator>
    <dc:date>2014-12-06T00:18:00Z</dc:date>
    <item>
      <title>TACACS+ configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38809#M8447</link>
      <description>Hello, colleagues!&lt;BR /&gt;
&lt;BR /&gt;
Earlier was post about TACACS conf - &lt;A href="https://community.extremenetworks.com/extreme/topics/tacacs_server_setting_admin_setting-f140e" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/tacacs_server_setting_admin_setting-f140e&lt;/A&gt;&lt;BR /&gt;
But now I have question.&lt;BR /&gt;
When I enable TACACS on switch, I can't login with TACACS account (is present in TACACS server with max priviledge)&lt;BR /&gt;
&lt;BR /&gt;
Also question - is there possibility, for example, in VR-Default login on switch with TACACS account, in VR-MGMT login on switch with local account?&lt;BR /&gt;
&lt;BR /&gt;
Thank you!&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Dec 2014 21:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38809#M8447</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2014-12-05T21:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: TACACS+ configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38810#M8448</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
on the switch, I'd be expecting a config similar to this one:&lt;BR /&gt;
&lt;BR /&gt;
sw1.1 # sh conf "aaa"&lt;BR /&gt;
# &lt;BR /&gt;
# Module aaa configuration. &lt;BR /&gt;
#&lt;BR /&gt;
configure tacacs primary server 192.168.56.2 49 client-ip 192.168.56.121 vr VR-Mgmt&lt;BR /&gt;
configure tacacs primary shared-secret encrypted "ry{zfd"&lt;BR /&gt;
enable tacacs&lt;BR /&gt;
enable tacacs-authorization&lt;BR /&gt;
&lt;BR /&gt;
On the TACACS+ server, I'd be expecting something similar to:&lt;BR /&gt;
&lt;BR /&gt;
key = purple&lt;BR /&gt;
&lt;BR /&gt;
##########################&lt;BR /&gt;
#### Group Definition ####&lt;BR /&gt;
########################## &lt;BR /&gt;
&lt;BR /&gt;
group = admingroup { &lt;BR /&gt;
    default service = permit&lt;BR /&gt;
    service = exec { &lt;BR /&gt;
        priv-lvl = 15 &lt;BR /&gt;
    } &lt;BR /&gt;
} &lt;BR /&gt;
&lt;BR /&gt;
group = readonly { &lt;BR /&gt;
    default service = deny &lt;BR /&gt;
    service = exec { &lt;BR /&gt;
        priv-lvl = 1 &lt;BR /&gt;
    } &lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
########################## &lt;BR /&gt;
#### User Definition ##### &lt;BR /&gt;
########################## &lt;BR /&gt;
&lt;BR /&gt;
user = stef { &lt;BR /&gt;
    member = admingroup &lt;BR /&gt;
    login = cleartext "extreme" &lt;BR /&gt;
    name = "Stephane" &lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
user = bdx8 { &lt;BR /&gt;
    member = readonly &lt;BR /&gt;
    login = des “bT.YIz5L3PG3Y” &lt;BR /&gt;
    name = “BlackDiamond” &lt;BR /&gt;
    cmd = show { &lt;BR /&gt;
        deny ipconfig &lt;BR /&gt;
        deny tacacs &lt;BR /&gt;
        deny edp &lt;BR /&gt;
    } &lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Dec 2014 22:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38810#M8448</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2014-12-05T22:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: TACACS+ configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38811#M8449</link>
      <description>Hi Alexandr,&lt;BR /&gt;
Are there any errors logged in the TACACS server or on the switch?  In the past, I've done troubleshooting with Wireshark to watch the requests and responses to and from the server from the switch.  That may help you see what is happening.&lt;BR /&gt;
&lt;BR /&gt;
I'm not aware of any configuration to allow TACACS through VR-Default and local accounts on VR-MGMT.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Dec 2014 23:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38811#M8449</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2014-12-05T23:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: TACACS+ configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38812#M8450</link>
      <description>Hello, Drew!    I can login to switch, but I have user's permissions "&amp;gt;", but in TACACS server this account have admin privileges "15"    Thank you!</description>
      <pubDate>Sat, 06 Dec 2014 00:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38812#M8450</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2014-12-06T00:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: TACACS+ configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38813#M8451</link>
      <description>Were you ever able to get this resolved?&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Dec 2014 00:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38813#M8451</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2014-12-06T00:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: TACACS+ configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38814#M8452</link>
      <description>what is the username created in tacacs?&lt;BR /&gt;
Could you paste the current account configuration alone from the exos switch.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Dec 2014 21:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38814#M8452</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-12-06T21:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: TACACS+ configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38815#M8453</link>
      <description>AlexandrP, with priv-lvl = 15 you must be logged as an admin "#". You must have a mistake in your TACACS+ user config.&lt;BR /&gt;
&lt;BR /&gt;
The examples I gave above were for TACACS+ running on a Ubuntu server and are working. The "Stef" user has admin privileges, the "Blackdiamond" user has only read-only access (&amp;gt;) and some commands are unavailable (like "sh edp").&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Dec 2014 17:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38815#M8453</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2014-12-07T17:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: TACACS+ configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38816#M8454</link>
      <description>For configuring TACACS+ we have a "Front End" system if anyone wanted to try it and provide feedback.   We also offer a free TACACS VM server.  The link is &lt;A href="http://ironboxnetworks.com/" target="_blank" rel="nofollow noreferrer noopener"&gt;http://ironboxnetworks.com/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Oct 2015 21:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tacacs-configuration/m-p/38816#M8454</guid>
      <dc:creator>Ironbox_Support</dc:creator>
      <dc:date>2015-10-11T21:09:00Z</dc:date>
    </item>
  </channel>
</rss>

