We want to poll and monitor a node using SNMPv3, however I am unsure whether our version of NPM is able to receive SNMPv3 Traps? Could anyone confirm this for me?
Hello,
SNMPv3 is definitely supported in this version of NPM
@Pavol.Sojcik thanks for the feed back. i Do you know if there is any documentation related to this version documenting this? I searched through the 10.3 release notes and the closest thing I found was "SNMP traps are no longer forwarded as SNMPv1 with an agent IP address of 0.0.0.0. Forwarded traps are now sent using the same SNMP version with which they were originally sent." Does this imply that SNMP v3 traps are now supported by 10.3? Thanks!
0.0.0.0
SNMPv3 Traps were added in Orion Core 2011.2 which should be NPM 10.2 if I remember correctly.
I have documentation for how to setup SNMPv3 Traps and how to check the log files for the Trap Viewer to ensure that they are coming in and being processed correctly. Setup SNMPv3 via CLI for Cisco Devices
Thanks so much!