<?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 python module for excel in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/93083#M9698</link>
    <description>&lt;P&gt;&lt;SPAN&gt;It seems to me that it would be easiest for you to use one platform on which you will edit and create tables. Also, you may need to use additional formula calculation functions for your work, etc. For my work, for example, I often need to calculate indices, so I am always looking for a &lt;A href="https://www.wallstreetoasis.com/resources/excel/study/index-match-formula-excel" target="_self"&gt;handy index match formula program&lt;/A&gt;. To provide all of these requirements, many people use Excel. Suppose your work is also related to the analysis of statistics. In that case, it may be useful to know the match formula, which can also be calculated online.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Sep 2022 18:13:46 GMT</pubDate>
    <dc:creator>marleyagostinel</dc:creator>
    <dc:date>2022-09-19T18:13:46Z</dc:date>
    <item>
      <title>XMC python module for excel</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85937#M9274</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m trying to make a table of the arp table of a VSP and put it to a excel file.&lt;/P&gt;&lt;P&gt;Does the XMC have a python module for that?&amp;nbsp;I normally&amp;nbsp;use&amp;nbsp;openpyxl for that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose Chaves&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 07:41:19 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85937#M9274</guid>
      <dc:creator>Jose_Chaves</dc:creator>
      <dc:date>2021-01-14T07:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: XMC python module for excel</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85938#M9275</link>
      <description>&lt;P&gt;Hello Jose,&lt;/P&gt;&lt;P&gt;as far as I know there is no Excel module included in XMC. But you can try to install the module you need. But because of XMC uses Jython not all modules will work. In addition be aware Jython is still based on Python 2.7.x&lt;/P&gt;&lt;P&gt;Please be aware, there is no offical support for additional modules from GTAC.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 13:38:55 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85938#M9275</guid>
      <dc:creator>StephanH</dc:creator>
      <dc:date>2021-01-14T13:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: XMC python module for excel</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85939#M9276</link>
      <description>&lt;P&gt;There is a built-in CSV export feature for flexviews. I did a quick test and have scheduled a flexview to be runned via “Tasks” and send per email (you have to choose email send). The CSV file landed in&amp;nbsp;/usr/local/Extreme_Networks/NetSight/appdata/OneView/tmp.&lt;/P&gt;&lt;P&gt;So maybe you can build something with that approach.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 17:16:01 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85939#M9276</guid>
      <dc:creator>Dan15</dc:creator>
      <dc:date>2021-01-14T17:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: XMC python module for excel</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85940#M9277</link>
      <description>&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;From my perspective it should be ok but you need to take a step back defining your requirements.&lt;/P&gt;&lt;P&gt;I would do it this way:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;python script in XMC&lt;/LI&gt;	&lt;LI&gt;connect to voss and dump the arp table	&lt;UL&gt;&lt;LI&gt;enable&lt;/LI&gt;		&lt;LI&gt;term more disable&lt;/LI&gt;		&lt;LI&gt;show ip arp&lt;/LI&gt;	&lt;/UL&gt;&lt;/LI&gt;	&lt;LI&gt;use the module csv to work it out on a csv table that can be read easily with excel	&lt;UL&gt;&lt;LI&gt;use a text fixed with to csv&amp;nbsp; method, there are plenty of examples on the net&lt;/LI&gt;	&lt;/UL&gt;&lt;/LI&gt;	&lt;LI&gt;send the result to the file system or elsewhere (mail)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This can also done with a workflow but an advanced license is needed.&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 17:21:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85940#M9277</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-01-14T17:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: XMC python module for excel</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85941#M9278</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I did not find the flexview to see the arp table, I’m using a vsp 4450.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try to save the info to a sqlite3 db.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose Chaves&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 02:43:09 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85941#M9278</guid>
      <dc:creator>Jose_Chaves</dc:creator>
      <dc:date>2021-01-15T02:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: XMC python module for excel</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85942#M9279</link>
      <description>&lt;P&gt;Hello Jose,&lt;/P&gt;&lt;P&gt;perhaps you can describe your project in more detail. Should XMC write directly into your sqlite3 DB, or store the ARP info somewhere and the database system fetches the data itself?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 04:02:27 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85942#M9279</guid>
      <dc:creator>StephanH</dc:creator>
      <dc:date>2021-01-15T04:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: XMC python module for excel</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85943#M9280</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a 100 VSP 4400 all connected by SPB and all have 5 L3VSN share among then.&lt;/P&gt;&lt;P&gt;Those VSP have in average 8 ERS (4800 and 3600) connected to the in FA.&lt;/P&gt;&lt;P&gt;Each VSP as its own network in the VRF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to collect the IP, mac and if possible the port where the IPs are connected (the hosts are in the ERS). Them I have to pass it to a more user-friendly format like excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be able to see the ARP table of a VSP in flexview is also a very interesting. How can I do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose Chaves&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 01:04:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85943#M9280</guid>
      <dc:creator>Jose_Chaves</dc:creator>
      <dc:date>2021-01-19T01:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: XMC python module for excel</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85944#M9281</link>
      <description>&lt;P&gt;based on my experience the way suggested by Mig is the easiest to implement and most flexible.&lt;/P&gt;&lt;P&gt;It is possible to read out the data from the individual switches via FlexViews and to display it in the GUI (if the devices have corresponding MIB entries for the required data). However, the FlexViews do not offer any reasonable possibilities to process the data as you want.&lt;/P&gt;&lt;P&gt;Besides the possibility mentioned by Mig to send the data by mail, there is of course also the possibility to simply include a shared folder in the Linux file system of the XMC and thus store the data directly there.&lt;/P&gt;&lt;P&gt;If you want to use the FlexViews you have to search the corresponding MIB tables of your switch for the data and build own&amp;nbsp;FlexViews matching your requirements&amp;nbsp;(can only be done in the legacy Java tool).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 00:43:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85944#M9281</guid>
      <dc:creator>StephanH</dc:creator>
      <dc:date>2021-01-20T00:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: XMC python module for excel</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85945#M9282</link>
      <description>&lt;P&gt;You have to create the ARP table flexview by hand with the legacy Java tool as mentioned by Stephan. The problem is you need to set&amp;nbsp;the “SNMP context” to the right vrf where the IPs&amp;nbsp;belong. By default you poll vrf0 (Global routing). You can do that in the Java MIB tool for queries, but not when you create a flexview. At least I do not know how.&lt;/P&gt;&lt;P&gt;Here is my flexview for the ARP table. If you copy the content to a tpl file and place it in /usr/local/Extreme_Networks/NetSight/appdata/System/FlexViews/My FlexViews, it should work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;flextablelist version="8.5.1.60"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;flextable autoExportCsvTextDelineation="DQUOTE" autoExportFrequencyUnit="Minutes" autoExportFormat="HTML" showHorizontalLines="true" autoExportFilename="" autoExportFileManagement="Replace" highlightBackground="153,255,255,255" class="com.enterasys.netsight.console.client.flexview.FvTable" id="IPmib_ARPTable" columnSelectionAllowed="false" autoCreateColumnsFromModel="false" autoExportAllowed="false" autoExportCsvFieldDelimiter="Comma"&amp;gt;IPmib_ARPTable&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tableModel&amp;gt;com.ets.nac.tables.TbModel&amp;lt;/tableModel&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;column comparator="com.ets.flextable.col.IntStringComparator" id="0" sortOrder="descending" class="com.enterasys.netsight.console.client.flexview.FvColumn" fixed="true" hidden="true"&amp;gt;ReqID&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;notes&amp;gt;&amp;lt;/notes&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dataField&amp;gt;OID::ReqID:::SNMP::ReqID&amp;lt;/dataField&amp;gt;&amp;lt;/column&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;column comparator="com.ets.nac.tables.TbCompOid" id="1" sortOrder="descending" class="com.enterasys.netsight.console.client.flexview.FvColumn" fixed="true" modelIndex="1"&amp;gt;IP Address&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;notes&amp;gt;&amp;lt;/notes&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dataField&amp;gt;OID::IP Address:::SNMP::IP Address&amp;lt;/dataField&amp;gt;&amp;lt;/column&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;column comparator="com.ets.nac.tables.TbCompOid" id="2" sortOrder="descending" class="com.enterasys.netsight.console.client.flexview.FvColumn" fixed="true" hidden="true" modelIndex="2"&amp;gt;Instance&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;notes&amp;gt;&amp;lt;/notes&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dataField&amp;gt;OID::Instance:::SNMP::Instance&amp;lt;/dataField&amp;gt;&amp;lt;/column&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;column comparator="com.ets.flextable.col.VarStringComparator" id="104" sortOrder="descending" class="com.enterasys.netsight.console.client.flexview.FvColumn" modelIndex="3"&amp;gt;Interface Name&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;notes&amp;gt;&amp;lt;/notes&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dataField&amp;gt;OID::ifName:::SNMP::SNMP;false;15;3;false;false;5;7;0;0;0;0;0&amp;lt;/dataField&amp;gt;&amp;lt;/column&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;column comparator="com.ets.nac.tables.TbCompIp" id="102" sortOrder="descending" class="com.enterasys.netsight.console.client.flexview.FvColumn" modelIndex="4"&amp;gt;IP Address&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;notes&amp;gt;&amp;lt;/notes&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dataField&amp;gt;OID::ipNetToMediaNetAddress:::SNMP::SNMPW;false;64;4;true;false;4;2;0;0;0;0;0&amp;lt;/dataField&amp;gt;&amp;lt;/column&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;column comparator="com.ets.flextable.col.VarStringComparator" id="101" sortOrder="descending" class="com.enterasys.netsight.console.client.flexview.FvColumn" modelIndex="5"&amp;gt;MAC Address&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;notes&amp;gt;&amp;lt;/notes&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dataField&amp;gt;OID::ipNetToMediaPhysAddress:::SNMP::SNMPW;false;4;5;true;false;4;2;0;0;0;0;0&amp;lt;/dataField&amp;gt;&amp;lt;/column&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;column comparator="com.enterasys.netsight.console.client.flexview.FvCompMibEnum" id="103" sortOrder="descending" class="com.enterasys.netsight.console.client.flexview.FvColumn" modelIndex="6"&amp;gt;Type&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;notes&amp;gt;&amp;lt;/notes&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dataField&amp;gt;OID::ipNetToMediaType:::SNMP::SNMPW;false;2;6;true;false;4;2;0;0;0;0;0&amp;lt;/dataField&amp;gt;&amp;lt;/column&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;column comparator="com.ets.flextable.col.IntStringComparator" id="100" width="1374" sortOrder="descending" class="com.enterasys.netsight.console.client.flexview.FvColumn" modelIndex="7"&amp;gt;Interface Index&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;notes&amp;gt;&amp;lt;/notes&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dataField&amp;gt;OID::ipNetToMediaIfIndex:::SNMP::SNMPW;false;2;7;true;false;4;2;1;0;0;0;0&amp;lt;/dataField&amp;gt;&amp;lt;/column&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;notes&amp;gt;IP-MIB ARP Table&amp;lt;/notes&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dataField&amp;gt;TBLHASH::::TBLHDR::0;0;true;30;None;V.0.3.3.0;0;0;105&amp;lt;/dataField&amp;gt;&amp;lt;/flextable&amp;gt;&amp;lt;/flextablelist&amp;gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 00:12:16 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85945#M9282</guid>
      <dc:creator>Dan15</dc:creator>
      <dc:date>2021-01-21T00:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: XMC python module for excel</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85946#M9283</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a script to send the command that I want and them, process the output and save a csv file file in the XMC file system.&lt;/P&gt;&lt;P&gt;Now I creating &amp;nbsp;a workflow to process all the files and&amp;nbsp;send me the resolt&amp;nbsp;by mail.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose Chaves&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 00:04:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/85946#M9283</guid>
      <dc:creator>Jose_Chaves</dc:creator>
      <dc:date>2021-01-29T00:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: XMC python module for excel</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/93083#M9698</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It seems to me that it would be easiest for you to use one platform on which you will edit and create tables. Also, you may need to use additional formula calculation functions for your work, etc. For my work, for example, I often need to calculate indices, so I am always looking for a &lt;A href="https://www.wallstreetoasis.com/resources/excel/study/index-match-formula-excel" target="_self"&gt;handy index match formula program&lt;/A&gt;. To provide all of these requirements, many people use Excel. Suppose your work is also related to the analysis of statistics. In that case, it may be useful to know the match formula, which can also be calculated online.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 18:13:46 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-python-module-for-excel/m-p/93083#M9698</guid>
      <dc:creator>marleyagostinel</dc:creator>
      <dc:date>2022-09-19T18:13:46Z</dc:date>
    </item>
  </channel>
</rss>

