<?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: Script to auto add MAC's to a End system group in NAC in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/script-to-auto-add-mac-s-to-a-end-system-group-in-nac/m-p/48975#M6979</link>
    <description>Hello Andre,&lt;BR /&gt;
&lt;BR /&gt;
if you a not familiar with programming, there is a third quite easy way to add your end systems.&lt;BR /&gt;
You can use the &lt;A href="https://documentation.extremenetworks.com/netsight/8.1/9035443_NAC_Req_Tool.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;NAC Request Tool&lt;/A&gt; (available for Linux and Windows). With the &lt;A href="https://documentation.extremenetworks.com/netsight/8.1/9035443_NAC_Req_Tool.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;NAC Request Tool&lt;/A&gt; you can add endsystems in the CSV format.&lt;BR /&gt;
&lt;BR /&gt;
You will find the tool in the download section for XMC and a PDF manual in documentation section.&lt;BR /&gt;
You will find a lot of examples, too.&lt;BR /&gt;
&lt;BR /&gt;
Best regards&lt;BR /&gt;
Stephan&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Jul 2018 22:58:00 GMT</pubDate>
    <dc:creator>StephanH</dc:creator>
    <dc:date>2018-07-16T22:58:00Z</dc:date>
    <item>
      <title>Script to auto add MAC's to a End system group in NAC</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/script-to-auto-add-mac-s-to-a-end-system-group-in-nac/m-p/48972#M6976</link>
      <description>Hi Community&lt;BR /&gt;
&lt;BR /&gt;
Thought I will ask here before I try and re invent the wheel.&lt;BR /&gt;
&lt;BR /&gt;
We have deployed a NAC at a corporate client.&lt;BR /&gt;
Different policies is applied to the clients based on various End system Groups.&lt;BR /&gt;
&lt;BR /&gt;
The problem the client has is that currently they are manually adding clients to end system groups.&lt;BR /&gt;
They are looking for automating this process by having something like a central Excel sheet with a list of all the MAC, and having this imported to the NAC end system groups automatically.&lt;BR /&gt;
New Mac's can just be added to the excel sheet by a non technical person and then place the user in the correct end system group.&lt;BR /&gt;
&lt;BR /&gt;
Using the XMS connect module with web service this can be done, but programming is not my strong point :0....&lt;BR /&gt;
&lt;BR /&gt;
Anybody out their done something like this that you can share with me.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 15:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/script-to-auto-add-mac-s-to-a-end-system-group-in-nac/m-p/48972#M6976</guid>
      <dc:creator>Andre_Brits_Kan</dc:creator>
      <dc:date>2018-07-16T15:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to auto add MAC's to a End system group in NAC</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/script-to-auto-add-mac-s-to-a-end-system-group-in-nac/m-p/48973#M6977</link>
      <description>Hi Andre,&lt;BR /&gt;
&lt;BR /&gt;
the XMC API provides you with the functionality you are looking for. If you want to pull the data from an Excel sheet I'm assuming you are planning to build a script for the Windows platform!? &lt;BR /&gt;
&lt;BR /&gt;
My suggestion then would be to either use Powershell (advantage: nothing else to install on your Windows machine) or something like Python (you will need to install the scripting environment for it).</description>
      <pubDate>Mon, 16 Jul 2018 16:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/script-to-auto-add-mac-s-to-a-end-system-group-in-nac/m-p/48973#M6977</guid>
      <dc:creator>Kurt_Semba</dc:creator>
      <dc:date>2018-07-16T16:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to auto add MAC's to a End system group in NAC</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/script-to-auto-add-mac-s-to-a-end-system-group-in-nac/m-p/48974#M6978</link>
      <description>Hi Andre.&lt;BR /&gt;
&lt;BR /&gt;
Another option is to use Extreme Connect module called Distributed IPS to fill the endsystem table based on syslog.&lt;BR /&gt;
&lt;BR /&gt;
if you do not like scripting at all:&lt;BR /&gt;
1. enable and configure distriubted IPS under what conditions to fill what end-system table&lt;BR /&gt;
2. connect to the XMC by SSH (or any linux machine) and you can use command logger to send syslog message to XMC.&lt;BR /&gt;
&lt;BR /&gt;
logger Please add Printer MAC: 00:11:22:33:44:55will have result in the syslog:&lt;BR /&gt;
&amp;lt;5&amp;gt;Jul 16 19:10:27 XMC(127.0.0.1) root: Please add Printer MAC: 00:11:22:33:44:55&lt;BR /&gt;
Regarding the IPS module configuration you can take inspiration from GitHub = &lt;A href="https://github.com/extremenetworks/Integrations/blob/master/SonicWall/dips/README.md" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/Integrations/blob/master/SonicWall/dips/README.md&lt;/A&gt;&lt;BR /&gt;
and &lt;A href="https://github.com/extremenetworks/Integrations/blob/master/Infoblox/dips/README.md" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/Integrations/blob/master/Infoblox/dips/README.md&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
for the example above the regex will be &lt;BR /&gt;
Please.add.Printer.MAC:.$threatMacAddress&lt;BR /&gt;
&lt;BR /&gt;
good luck</description>
      <pubDate>Mon, 16 Jul 2018 22:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/script-to-auto-add-mac-s-to-a-end-system-group-in-nac/m-p/48974#M6978</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2018-07-16T22:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to auto add MAC's to a End system group in NAC</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/script-to-auto-add-mac-s-to-a-end-system-group-in-nac/m-p/48975#M6979</link>
      <description>Hello Andre,&lt;BR /&gt;
&lt;BR /&gt;
if you a not familiar with programming, there is a third quite easy way to add your end systems.&lt;BR /&gt;
You can use the &lt;A href="https://documentation.extremenetworks.com/netsight/8.1/9035443_NAC_Req_Tool.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;NAC Request Tool&lt;/A&gt; (available for Linux and Windows). With the &lt;A href="https://documentation.extremenetworks.com/netsight/8.1/9035443_NAC_Req_Tool.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;NAC Request Tool&lt;/A&gt; you can add endsystems in the CSV format.&lt;BR /&gt;
&lt;BR /&gt;
You will find the tool in the download section for XMC and a PDF manual in documentation section.&lt;BR /&gt;
You will find a lot of examples, too.&lt;BR /&gt;
&lt;BR /&gt;
Best regards&lt;BR /&gt;
Stephan&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2018 22:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/script-to-auto-add-mac-s-to-a-end-system-group-in-nac/m-p/48975#M6979</guid>
      <dc:creator>StephanH</dc:creator>
      <dc:date>2018-07-16T22:58:00Z</dc:date>
    </item>
  </channel>
</rss>

