Hi
Check with below option:
Edit /etc/default/snmpd and change:
SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid
127.0.0.1'
to
SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -p /var/run/snmpd.pid '
I don't know why removing the smux stuff works, but it's necessary. Removing
the lo
Hello SNMP Experts.
I installed net-snmp on three RHEL5 servers, and set up user authentication for
snmpv3 with the same username and passcode on each server. I am able to query
mibs locally on each of the servers; but neither server responds queries from
remote servers. All systems are on th
Dear users,
I have worked on the evolution of a academic monitoring software which
uses Net-SNMP 5.0.8 in order to read network information from SNMP
MIBs.
Our software has poor documentation and the previous developers did
not register how they used Net SNMP.
When I got in the project, Net SNMP
It seems it is a configuration problem on the freebsd on which i do the
test.
With another freebsd it works well...
Thanks
2008/11/23 Fred <[EMAIL PROTECTED]>
>
>
> I see, IF-MIB::ifInOctets != IF-MIB::ifInOctets.1 but the string in the
>> input of the snmp_parse_oid function is same on both pla
I see, IF-MIB::ifInOctets != IF-MIB::ifInOctets.1 but the string in the
> input of the snmp_parse_oid function is same on both platform:
>
> snmp_parse_oid(".1.3.6.1.2.1.2.2.1.10.1", name, &name_length);
>
> I ve got the following error:
>
> Resultat: SNMPv2-SMI::zeroDotZero.0 = No Such Object avai