forked from hardaker/net-snmp
-
Notifications
You must be signed in to change notification settings - Fork 2
How_can_I_disable_SNMPv3
Bill Fenner edited this page Aug 30, 2018
·
1 revision
How do I disable SNMPv3 when there is no --disable-snmpv3 option to configure
You can't.
What you can do is to remove the snmpv3mib and the vacm-mib, and since that means there will be no need for any hashing or security code you could also remove those parts so the end result is that you add
--with-out-mib-modules=snmpv3mib,mibII/vacm --disable-privacy \
--disable-md5 --without-openssl
to your configure line
Category:agent Category:build Category:SNMPv3