TheWitness wrote:Also, if there is no authentication or privacy protocol, is the device just open to users to poll?
TheWitness
Good question! I found out I misread the net-snmp docs .. I will have to look at RFCs to see if this is true in all cases, but for Net-SNMP the choices look to be:
* User authentication, no privacy protocol, no privacy passphrase
* User authentication, privacy protocol, no privacy passphrase
* User authentication, privacy protocol, privacy passphrase
So it appears that while no auth no priv is a valid state, it isn't useful from a client perspective.
I tried to use that state with the SNMPv3 php functions and it won't allow it
So, the No Authentication, No Privacy appears to be useless for our needs
.. authentication is required always.
Updated the mockup to reflect this.