<?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: Is possible to add another user than extreme at EFA? in Data Center (SLX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-slx/is-possible-to-add-another-user-than-extreme-at-efa/m-p/93721#M431</link>
    <description>&lt;P&gt;Thanks a lot Michael, I was not able to find at any place the part of adding as linux user, that was the missing step, now I'm able to login with my new user &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Nov 2022 14:55:15 GMT</pubDate>
    <dc:creator>Alberto_Oter</dc:creator>
    <dc:date>2022-11-11T14:55:15Z</dc:date>
    <item>
      <title>Is possible to add another user than extreme at EFA?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/is-possible-to-add-another-user-than-extreme-at-efa/m-p/93713#M429</link>
      <description>&lt;P&gt;I'm trying to find a way to create a new user with specific new role locally at EFA, but I'm expecting to use a command as in SLX CLI where we can specify the username, password and role, is there a way to do like that at EFA?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 18:21:54 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/is-possible-to-add-another-user-than-extreme-at-efa/m-p/93713#M429</guid>
      <dc:creator>Alberto_Oter</dc:creator>
      <dc:date>2022-11-10T18:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to add another user than extreme at EFA?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/is-possible-to-add-another-user-than-extreme-at-efa/m-p/93720#M430</link>
      <description>&lt;P&gt;Alberto,&lt;/P&gt;&lt;P&gt;Yes this is possible.&amp;nbsp; The actual Username and Password should be setup on the linux subsystem first (TPVM, OVA, or StandAlone):&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;sudo useradd Alberto&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;sudo passwd&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Within EFA we first designate that this user is permitted to use CLI:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(efa:extreme)extreme@tpvm1:~$ efa auth client register --name Alberto --type cli&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then we map the Role to the user:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(efa:extreme)extreme@tpvm1:~$ efa auth rolemapping add --name Alberto --role SystemAdmin --type user&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a list of the current roles:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(efa:extreme)extreme@tpvm1:~$ efa rbac role show&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+-----------------+--------------------------------------------------------------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| Name | Description |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+-----------------+--------------------------------------------------------------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| NetworkOperator | Views Fabric configurations and Inventory related |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| information and also all Ecosystem related information. |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Cannot make any changes in the system. |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+-----------------+--------------------------------------------------------------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| SystemAdmin&amp;nbsp; &amp;nbsp; &amp;nbsp;| Complete privileges to all operations in the system |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+-----------------+--------------------------------------------------------------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| ServiceAdmin&amp;nbsp; &amp;nbsp; | Internal role with limited privileges to service operations |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| in the system and cannot be assigned to a user |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+-----------------+--------------------------------------------------------------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| FabricAdmin&amp;nbsp; &amp;nbsp; &amp;nbsp;| Registers devices to fabric, Configures fabric parameters, |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Validate all the devices in the fabric and configure |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| switches for IP Fabric with/without overlay. Also has |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | privileges to create tenants, creates networks inside |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | tenants (VRFs, EPGs, POs etc). Also has privileges to |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | policy, openstack, hyperv, vcenter operations. Performs |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | fabric debug activities. |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+-----------------+--------------------------------------------------------------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| SecurityAdmin&amp;nbsp; &amp;nbsp;| Performs user management, PKI and key management operations |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | in the system. |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+-----------------+--------------------------------------------------------------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| SystemDebugger&amp;nbsp; | Performs Support Save, System Backup operations. Has |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| privileges to fabric debug operations. Set debug level for |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| services. Has privileges to collect execution logs from the |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| services. |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+-----------------+--------------------------------------------------------------+&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should now be able to login with the new user:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;extreme@tpvm1:~$ efa login --username Alberto --password password&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Login successful.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;--- Time Elapsed: 222.627744ms ---&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(&lt;STRONG&gt;efa:Alberto&lt;/STRONG&gt;)extreme@tpvm1:~$&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 14:22:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/is-possible-to-add-another-user-than-extreme-at-efa/m-p/93720#M430</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2022-11-11T14:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to add another user than extreme at EFA?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/is-possible-to-add-another-user-than-extreme-at-efa/m-p/93721#M431</link>
      <description>&lt;P&gt;Thanks a lot Michael, I was not able to find at any place the part of adding as linux user, that was the missing step, now I'm able to login with my new user &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 14:55:15 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/is-possible-to-add-another-user-than-extreme-at-efa/m-p/93721#M431</guid>
      <dc:creator>Alberto_Oter</dc:creator>
      <dc:date>2022-11-11T14:55:15Z</dc:date>
    </item>
  </channel>
</rss>

