Actually, it should be* .1* instead of *0.1*
But I have different behaviors between version 5.7 and 5.9.
With 5.7, the walk continues until all MIBs are accessed.
With 5.9, the walk stops at SNMPv2-MIB::sysORUpTime.5 .
Is there a reason for this behavior?
With Version: 5.9
# snmpwalk -v 2c -
Hi,
When I use the snmpwalk command:
# snmpwalk -v 2c -c private localhost 0.1
ccitt.1 = No Such Object available on this agent at this OID
#
I got the error message above.
Am I missing a MIB?
Thanks,
S.
___
Net-snmp-users mailing list
Net-snmp-users
Hi,
I’ve been asked to look at supporting SNMPv3 with HMAC_SHA256 authentication in
something at work. To test it, I’m using net-snmp v5.8 to receive the SNMP
traps/informs, but so far, I can’t get anything other than HMAC_SHA1 to work.
Is there a way to create users with this?
I have installe