WANRTT Monitor stopped working
Issue : WANRTT monitor stopped working in OpManager.
Solution : This could be due to the changes happened in the Cisco source devices for some reason , possibly after
a router reboot.
Click on IPSLA WAN tab under Network tab -> All Monitors -> mouse over to the problematic WANRTT
monitor, you will be able to see the ProbeID at the left bottom corner which is the operation id for the
monitor stored on Cisco source device, connect to Cisco router using telnet and run the command " show ip
sla configuration", we can see the monitor information with the same operation id , verify if it has"Pending
trigger" instead of "Next Scheduled Start Time" , if so update the it with the following information :
ip sla monitor schedule <operation id> start-time now life forever
Example : ip sla monitor schedule 101 start-time now life forever
(Where 101 is the operation id)
After the above change, save the configuration by "write mem" command and reload the router.
Once done, please wait for some time and check for the data collection.
Useful Link:
http://www.cisco.com/en/US/docs/ios/12_4/ip_sla/configuration/guide/hspaecho.html
New to ADSelfService Plus?
Related Articles
MSSQL Monitors not working - Shows N/A in OpManager
This problem could due to the following reasons: 1)WMI is not configured properly in OpManager (OpManager uses WMI credential to monitor MSSQL servers). 2)Required Monitors are not associated to the device in OpManager. 3)WMI might not be responding ...
Script monitor for Mounted volumes - Windows
This script can be added as a script monitor and can be used to monitor the mounted volumes, this can display graphs as well - ####################################################################### Command line - cscript ${FileName}.vbs ...
Adding Memory utilization script monitor for HP-UX devices
Question: CLI based memory utilization monitor shows wrong value in OpManager for HP-UX servers , how do I add custom script monitor as a work around? Solution: You can add script monitor and associate to HP-UX devices , go to admin > Script ...
Monitoring website URLs in OpManager
How to monitor Windows 2012 Server using local admin account?
Windows 2012 server can not be monitored using local admin account from a remote machine. We have to follow these steps on the monitored server to allow remote WMI polling for the local admin account. If you want to use a local user to monitor the ...