Hi guys,
I'm trying to use KSM in SNMPv3, but I experienced some errors and I'm
wondering why.
I'm using a CentOS7 system and MIT Krb5, using:
./configure --with-security-modules="ksm" --with-cflags="-I
usr/include/krb5" \ --with-ldflags="-L usr/lib64 -lkrb5 -lk5crypto
-lcom_err"
I can aparently
I'm trying to follow
http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_Subagent
This is my snmpd.conf file: https://pastebin.com/mCTXpbXM
This is my /usr/share/snmp/mibs: https://pastebin.com/8ryW8EVk
Trying the "quick and dirty" example: https://pastebin.com/K1ckRCfU
Trying the "hands