Technical Blog


netdisco-sshcollector now available for Netdisco 1.x and 2.x

We’ve released our Open Source netdisco-sshcollector on github. It is a modular package for Netdisco ARP table collection by SSH, intended for devices which do not offer conventional SNMP IP-MIB access to this information. Depending on your Netdisco version, use these repositories: For Netdisco 1.x Legacy, the code is maintained by us as long as […]


converting IANA enterprise-numbers to JSON

http://www.iana.org/assignments/enterprise-numbers maps all SMI Network Management Private Enterprise Codes in iso.org.dod.internet.private.enterprise (1.3.6.1.4.1) to organizations, contacts and e-mails. I had to convert this file in JSON to be able to load it into Agent-Jones, my SNMP web-service. At first look, the file looks easy to parse. However, it is buggy at many places, with wrong number of spaces, line-continuations, […]