Hi,
I just committed simple SNMPv3 support based on Gerhard Roth's diff.
More testing is appreciated, especially with any other clients except
net-snmp.
1. Checkout snmpd(8) from -current (mirrors may take a while to sync)
2. Configure your snmpd.conf with SNMPv3 support:
seclevel enc
user test1 authkey foofoofoo enckey barbarbar enc aes
user test2 authkey blablabla enckey blubbblubb
3. Use snmpwalk/snmpbulkwalk from net-snmp for the quickest test:
$ snmpwalk -v3 -Os -u test1 -l AuthPriv -a SHA \
-A foofoofoo -x AES -X barbarbar 127.0.0.1
4. Use any other SNMPv3 tool, NMS or fuzzer and let us know if you
find any problems.
Thanks!
Reyk