Hi,
I am having trouble getting WAN monitoring to work using SNMPv3. In contrast, I have had no problem getting it to work with version 2c. The error I get when I try to add the WAN monitor is:
"Add monitor failed - Check whether SNMP port and write community are properly configured for the device."
The Cisco configuration for SNMP v2c I used is below:
snmp-server view MY_VIEW iso included
snmp-server community public view MY_VIEW RW
snmp-server host <ip-address> public rtr
For SNMPv3 I used the below:
snmp-server view MY_VIEW iso included
snmp-server group MY_SNMP_GROUP v3 priv read MY_VIEW write MY_VIEW
snmp-server host <ip-address> version 3 priv snmp-user rtr
Below are system details I am using:
router - Cisco 1841
IOS - 12.4(8)
OPManager version - 12200 (64 Bit)
Server OS - Windows Server 2012 R2 Standard
Discovery of the router using SNMPv3 works fine .
Thanks.