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

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

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

2019-11-14 Thread Anders Wallin
Hi Larry, you need to use "-v 3", there is no TLS support in "2c" Regards Anders Wallin On Thu, Nov 14, 2019 at 9:18 PM Larry Hayes wrote: > I am using 5.8.r0 net-snmp. > > I have build the net-snmp library and snmpd with the flags for TSM: > > > *--with-security-modules=tsm

How to add SNMP-TSM-MIB to snmpd

2019-11-14 Thread Larry Hayes
I am using 5.8.r0 net-snmp. I have build the net-snmp library and snmpd with the flags for TSM: *--with-security-modules=tsm --with-transports=TLSTCP,DTLSUDP* *and--with-mibs=SNMP-TSM-MIB:* I can get the snmpd daemon running with self signed cert access working. Installed the TSM Mib in the