Having a bit of difficulty since there are so many options for configuring SNMPv3 on Nexus. So basically I want one user tied to one group with I guess full privledges and another user tied to another group with I guess just limited monitoring (can't make changes) privledges, and apply and access-list as well.
I will configure these on Nexus 9k series and the SNMP or polling software will be Splunk or something in near future if that part is important.
Do I configure mutliple like statements for the different users and groups as such below?
Should I be using a community to apply an ACL?
Can anyone tell me what I should change if this is not right?
role name Group1v3
snmp-server globalEnforcePriv
snmp-server user networks TEST1 auth sha password1 priv password2
snmp-server user networks TEST2 auth sha password3 priv password4
snmp-server community TEST2 ro
snmp-server host 192.168.10.10 informs version 3 auth TEST1
snmp-server host 192.168.10.10 use interface vlan 10