Export to Excel all Nodes with specific SNMP Object OID

Started by clifford, December 11, 2018, 06:24:01 AM

Previous topic - Next topic

clifford

Hi

I use the find tool to list all object with specific object OID, however i can only list it, is it possible to export the list.

Regards

Clifford Dsouza

gdodd


clifford

Hi

Im trying to export the list from the script however i get the error below

Traceback (most recent call last):
  File "export.py", line 8, in <module>
    w.writerow([
AttributeError: 'org.netxms.client.objects.Interface' object has no attribute 'getPrimaryIP'


i also get the same error when i use the script in the below link by technikcst

https://www.netxms.org/forum/installation/move-container-to-new-server/msg17134/#msg17134

What i need is

Node name, SNMP Object OID, IP Address, System Description, SNMP sysName

Regards

Clifford