01-13-2021 11:41 PM
Hi,
I’m trying to make a table of the arp table of a VSP and put it to a excel file.
Does the XMC have a python module for that? I normally use openpyxl for that.
Regards,
Jose Chaves
01-18-2021 05:04 PM
Hi,
I have a 100 VSP 4400 all connected by SPB and all have 5 L3VSN share among then.
Those VSP have in average 8 ERS (4800 and 3600) connected to the in FA.
Each VSP as its own network in the VRF.
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.
To be able to see the ARP table of a VSP in flexview is also a very interesting. How can I do it?
Regards,
Jose Chaves
01-14-2021 08:02 PM
Hello Jose,
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?
01-14-2021 06:43 PM
Thanks for the reply.
I did not find the flexview to see the arp table, I’m using a vsp 4450.
I will try to save the info to a sqlite3 db.
Regards,
Jose Chaves
01-14-2021 09:21 AM
Hi Jose,
From my perspective it should be ok but you need to take a step back defining your requirements.
I would do it this way:
This can also done with a workflow but an advanced license is needed.
Mig
01-14-2021 09:16 AM
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 /usr/local/Extreme_Networks/NetSight/appdata/OneView/tmp.
So maybe you can build something with that approach.