<?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: xmc device mapping in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/65147#M7781</link>
    <description>&lt;P&gt;following NBI can give you the mapping for XMC. I am not aware of group to profile mapping.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{&lt;BR /&gt;  network {&lt;BR /&gt;    devices {&lt;BR /&gt;      ip&lt;BR /&gt;      deviceData {&lt;BR /&gt;        profileName&lt;BR /&gt;      }&lt;BR /&gt;    }&lt;BR /&gt;  }&lt;BR /&gt;}&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Sep 2020 21:09:46 GMT</pubDate>
    <dc:creator>Zdeněk_Pala</dc:creator>
    <dc:date>2020-09-22T21:09:46Z</dc:date>
    <item>
      <title>xmc device mapping</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/65146#M7780</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We installed a new xmc server from scratch. Now after re-creating Sites/devices/profiles/users/scripts …&lt;/P&gt;&lt;P&gt;We would like to associate profiles to device like on the old server without creating it by hand.&lt;/P&gt;&lt;P&gt;Is it possible to retrieve from our old server, the “Administration → Profiles → Device Mapping” spreadsheet via an API script ?&lt;/P&gt;&lt;P&gt;Or is there an entry corresponding to this table into the NBI or else where (sql database) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anybody can help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rija&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 21:05:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/65146#M7780</guid>
      <dc:creator>Rasolo_Rija</dc:creator>
      <dc:date>2020-09-22T21:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: xmc device mapping</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/65147#M7781</link>
      <description>&lt;P&gt;following NBI can give you the mapping for XMC. I am not aware of group to profile mapping.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{&lt;BR /&gt;  network {&lt;BR /&gt;    devices {&lt;BR /&gt;      ip&lt;BR /&gt;      deviceData {&lt;BR /&gt;        profileName&lt;BR /&gt;      }&lt;BR /&gt;    }&lt;BR /&gt;  }&lt;BR /&gt;}&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 21:09:46 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/65147#M7781</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2020-09-22T21:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: xmc device mapping</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/65148#M7782</link>
      <description>&lt;P&gt;Thank you fr the information.&lt;/P&gt;&lt;P&gt;I’ll ask the GTAC to know if its possible&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rija&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 21:28:35 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/65148#M7782</guid>
      <dc:creator>Rasolo_Rija</dc:creator>
      <dc:date>2020-09-22T21:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: xmc device mapping</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/65149#M7783</link>
      <description>&lt;P&gt;here is the command you can use to get the data through the XMC shell:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;cd /usr/local/Extreme_Networks/NetSight/scripts/&lt;BR /&gt;./mysql.sh&lt;BR /&gt;use netsight&lt;BR /&gt;&lt;BR /&gt;select nsdevices.ip, nsusergroups.groupname,nsprofiles.profilename from nsgrouptoprofile inner join nsusergroups on nsgrouptoprofile.GROUPID = nsusergroups.GROUPID INNER JOIN nsdevices on nsdevices.DeviceID = nsgrouptoprofile.DeviceID inner join nsprofiles on nsgrouptoprofile.profileid = nsprofiles.profileid;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I know it is not API call, but may help you...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 21:59:35 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/65149#M7783</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2020-09-22T21:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: xmc device mapping</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/65150#M7784</link>
      <description>&lt;P&gt;This is exactly what i need.&lt;/P&gt;&lt;P&gt;Thank you so much !!!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 14:36:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/65150#M7784</guid>
      <dc:creator>Rasolo_Rija</dc:creator>
      <dc:date>2020-09-23T14:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: xmc device mapping</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/117059#M12471</link>
      <description>&lt;P&gt;Thanks for this query!&amp;nbsp; &amp;nbsp;When we add a new device to XIQ-SE, I would like it to automatically get a "device mapping" of what operators can see it etc. according to its site. I am not familiar with writing sql but could we modify the above query to insert a new entries for a new IP with all the operators getting this or that profile?&lt;BR /&gt;&lt;BR /&gt;I am asking because it does not seem that "Device mapping" matrix values are available in the NBI to manipulate with a workflow.&lt;BR /&gt;&lt;BR /&gt;With the above ask to insert in the sql database I think I could get python to do that in a workflow. I just don't know sql at all. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 01:20:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-device-mapping/m-p/117059#M12471</guid>
      <dc:creator>MaxHibbin</dc:creator>
      <dc:date>2024-12-10T01:20:07Z</dc:date>
    </item>
  </channel>
</rss>

