Does anyone have SNMPv3 running with Cirrus? I'm trying to add my first Cirrus node in that is using v3 and I'm having some trouble. I have the same exact settings in Cirrus as I do in Orion, but for some reason, Cirrus cannot poll the device. In Orion (which is on the same server), I have no context configured, but in Cirrus, it seems that I need a context, or I get an authorization failure when attempting to validate the SNMP credentials. However, with the context in, the SNMP validation passes, but no information is populated, such as the System OID and name. My SNMPv3 view on the router is configured to allow this particular user (the same user that is configured in Orion) to view the entire 1.3 tree. Here's my settings in Cirrus:
SNMP Version: 3
Context: context1
Username: noc
Auth Type: SHA1
Auth Password: <auth_pass>
Encryption Type: AES128
Encryption Password: <encryption_pass>
Is there something I'm missing?