Magnus Fromreide <[email protected]> writes: > #1 snmptrapd drops notifications from unknown users despite that > > disableAuthorization yes
Fair point and we should look into that (feel free to file an issue), though I'll note that doing using this flag is EXTREMELY dangerous and you simply shouldn't. We should probably make this more clear in the manual as well. > #2 snmpusm seems to lack a way to create users with different algorithms > than the current user. The way the USM mib module is designed, you must clone from an existing user in order to set a key up for it. The snmpusm manual talks about this, though it's not a limitation of the command but rather how the SNMP USM protocol was designed. You should be able to use one user with one algorithm to clone from a different user with a different algorithm though. [note: I didn't double check this with a test]. -- Wes Hardaker Please mail all replies to [email protected] _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
