My final question:
snmpwalk -v 2c -c public .1.3.6.1.4.1.8072..
returns 'NET-SNMP-MIB::netSnmpPlaypen = No Such Instance currently
exists at this OID'
and snmpwalk -v 2c -c public .1.3.6.1.4.1.8072...1.1
returns 'NET-SNMP-MIB::monoCount = INTEGER: 35' - which is the same
r
Hello again,
Well, I found that if I run 'snmpd -f' from another terminal, and just
leave it in the foreground on that terminal, I can then run my snmpget
-v 2c -c public 127.0.0.1 .1.3.6.1.4.1.8072...1.1 successfully
in the other terminal. I do not remember seeing anything that said y
Hello,
I forgot to mention that I also have the following line in snmpd.conf:
view all included .1.3.6.1.4.1.8072..
Thank you for any help or insight.
Original Message
SUBJECT:
pass_persist with ksh script timeout
Hello,
I am trying to extend snmpd with a ksh script on netbsd. The line I have
in snmpd.conf is:
pass_persist .1.3.6.1.4.1.8072.. "/usr/pkg/bin/stdbuf --input=0
--output=0 --error=0 /root/kshtest"
When I run my script with stdbuf from the command line, it works like
so:
<- PING