Hi,
I'm trying to add a node implementing a custom SNMP MIB to NPM and it appears to be failing.
If I use the SNMPWalk application (installed I believe as part of NPM) it is able to read the objects from the custom MIB on the node; looking at Wireshark it appears to be doing this by performing a set of 'getBulkRequest' exchanges.
If I use NMP, either through the "Test" button or just adding the node, NMP reports failing to talk to the node. Looking at Wireshark it seems to be going some much simpler 'get-request' exchanges. I believe it is looking for explicit OIDs (e.g. a request for 1.3.6.1.2.1.1.3.0 is made) which the node has no information on (it reports 'noSuchbject'). I assume it is this that is causing the testing/adding to fail?
What is NPM actually doing? How can I get it to look at the OIDs I want it to look at rather than the ones that are not implemented?
I hope that makes sense (I'm not to NPM); any questions, please ask.
Many thanks,