Hi,
Im somewhat confused with the SNMP Group and User settings.
For example you can create a SNMP group with a noauth setting and you can tie that group to a user that has authpriv settings
snmp-server group group-noauth v3 noauth
snmp-server user user1 group-noauth v3 auth md5 cisco priv 3des cisco
You can also reference that user belonging to a NoAuth group with SNMP Informs/traps that require authpriv
snmp-server host 192.168.1.1 version 3 priv user1 cpu
How does the order of operations here work?