<?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 tac_plus Configuration AV-PAIR for CISCO ACI in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/tacacs-tac-plus-configuration-av-pair-for-cisco-aci/m-p/5312054#M597398</link>
    <description>&lt;P&gt;Hi, I'm struggling with this integration.&lt;/P&gt;&lt;P&gt;Even though I have it as you indicated, it doesn't work. Perhaps it's different in the latest version?&lt;/P&gt;&lt;P&gt;APIC version: 6.0(9d)&lt;BR /&gt;FreeTacacs Version: F4.0.4.27a&lt;BR /&gt;###ACI GROUP###&lt;BR /&gt;group = cisco-aci-admins {&lt;BR /&gt;default service = permit&lt;BR /&gt;service = shell {&lt;BR /&gt;set = "shell:domains=all/admin/"&lt;BR /&gt;set = "priv-lvl=15"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;I would appreciate it if you could help me.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2025 22:23:24 GMT</pubDate>
    <dc:creator>Emiliano Almonacid</dc:creator>
    <dc:date>2025-07-21T22:23:24Z</dc:date>
    <item>
      <title>TACACS tac_plus Configuration AV-PAIR for CISCO ACI</title>
      <link>https://community.cisco.com/t5/network-access-control/tacacs-tac-plus-configuration-av-pair-for-cisco-aci/m-p/4576647#M573599</link>
      <description>&lt;P&gt;Hello All!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you all are doing ok!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does someone already had to change your tac_plus.conf file to insert the av pair in order to allow tacacs authentication in Cisco ACI ( APIC and switches[Spine/Leaf]) ?&lt;/P&gt;&lt;P&gt;I'am trying to edit inserting the av-pair as documented but not sure if should do it inside the brackets of 'service exec' session or create a new session.&lt;/P&gt;&lt;P&gt;I'am doing inside the group session for my network administrators.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried this way below and didn't work:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;group = networkadmins {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default service = permit
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; service = exec {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; priv-lvl = 15
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; optional brcd-role = "admin"
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#FF0000"&gt;service = cisco-aci {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cisco-av-pair = "shell:domains=all/custom-role-tacacs-admin/custom-role-tacacs-read-all|aaa"
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/FONT&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; service = junos-exec {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; local-user-name = netmanager
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
}&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;=================================================================&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Also tried this way inside the exec:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;group = networkadmins {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default service = permit
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; service = exec {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; priv-lvl = 15
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; optional brcd-role = "admin"
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#FF0000"&gt;cisco-av-pair = "shell:domains=all/custom-role-tacacs-admin/custom-role-tacacs-read-all|aaa"&lt;/FONT&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; service = junos-exec {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; local-user-name = netmanager
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
}&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Does anyone has an example of tacacs configuration(tacacs server side) for this cisco-av-pair in order to use with Cisco ACI ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Mar 2022 23:34:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacacs-tac-plus-configuration-av-pair-for-cisco-aci/m-p/4576647#M573599</guid>
      <dc:creator>caemcaetano</dc:creator>
      <dc:date>2022-03-22T23:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: TACACS tac_plus Configuration AV-PAIR for CISCO ACI</title>
      <link>https://community.cisco.com/t5/network-access-control/tacacs-tac-plus-configuration-av-pair-for-cisco-aci/m-p/4697834#M577547</link>
      <description>&lt;P&gt;Was looking for something else and came across your post, bit late but here's how I have it set up:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    group = cisco-aci-admins {
        default service = permit
        service = shell {
            set shell:domains = "all/admin/"
            set priv-lvl = 15
        }
    }

    group = cisco-aci-readonly {
        default service = permit
        service = shell {
            set shell:domains = "all//read-all"
            set priv-lvl = 15
        }
    }&lt;/LI-CODE&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>Tue, 04 Oct 2022 04:37:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacacs-tac-plus-configuration-av-pair-for-cisco-aci/m-p/4697834#M577547</guid>
      <dc:creator>Peter Koleff</dc:creator>
      <dc:date>2022-10-04T04:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: TACACS tac_plus Configuration AV-PAIR for CISCO ACI</title>
      <link>https://community.cisco.com/t5/network-access-control/tacacs-tac-plus-configuration-av-pair-for-cisco-aci/m-p/5312054#M597398</link>
      <description>&lt;P&gt;Hi, I'm struggling with this integration.&lt;/P&gt;&lt;P&gt;Even though I have it as you indicated, it doesn't work. Perhaps it's different in the latest version?&lt;/P&gt;&lt;P&gt;APIC version: 6.0(9d)&lt;BR /&gt;FreeTacacs Version: F4.0.4.27a&lt;BR /&gt;###ACI GROUP###&lt;BR /&gt;group = cisco-aci-admins {&lt;BR /&gt;default service = permit&lt;BR /&gt;service = shell {&lt;BR /&gt;set = "shell:domains=all/admin/"&lt;BR /&gt;set = "priv-lvl=15"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;I would appreciate it if you could help me.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 22:23:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacacs-tac-plus-configuration-av-pair-for-cisco-aci/m-p/5312054#M597398</guid>
      <dc:creator>Emiliano Almonacid</dc:creator>
      <dc:date>2025-07-21T22:23:24Z</dc:date>
    </item>
  </channel>
</rss>

