Re: snmpwalk

2022-04-13 Thread Simon Chamlian
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 -

snmpwalk

2022-04-13 Thread Simon Chamlian
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

Configuring user with HMAC_SHA256

2022-04-13 Thread Rowlands, Philip (Philip)
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