Re: How to add SNMP-TSM-MIB to snmpd

2019-11-15 Thread Larry Hayes
Thanks for the suggestion, I am assuming you meant that the snmpget needed a -v 3 to do version 3 snmp. That did not work and I tried with USM and TSM models: bash-4.3# snmpget -v 3 -u v3admin -a md5 -A hello1234 -l authNoPriv 127.0.0.1 1.3.6.1.2.1.190.1.2.1.0 SNMP-TSM-MIB::snmpTsmConfigurationUse

snmptranslate: Print Filename MIB is Loaded From

2019-11-15 Thread Joe Clark
I would like to be able to print out the full path to the MIB file from which a particular MIB/MIB item is loaded. Normally, the output of snmptranslate just prints the MIB name. Consider if two versions of a MIB file are (inadvertently) loaded at two different locations in the MIB search path. I

Re: How to add SNMP-TSM-MIB to snmpd

2019-11-15 Thread Larry Hayes
I got it working. I was correct in that it was a build/configuration issue. I had to add this to the configuration options at build time: '--with-mib-modules=tsm-mib' After that the snmpd started to respond with data: larryh@apcon-ubuntu:~/.../tls$ snmpget -m +SNMP-TSM-MIB -v 3