[IOS XR] SNMP Monitor Graph not stable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2020 10:47 AM
hello , i have user PRTG for Monitoring my router ASR9001
i have added snmp interface sensors and CQOS sensors
the problem is sometime PRTG have a stable traffic Graph and sometime Zigzag Graph
we my router in peak-load traffic , that is happened
- Labels:
-
XR OS and Platforms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2020 11:16 AM
How often are you polling the router for IFMIB?
Do you have ifmib caching enabled?
1. Without ifmib caching it takes longer to get results back as we have to poll the interfaces one at a time to get real data.
2. With ifmib caching SNMP will poll the cached value not the actual value which is quicker, the downside is that the values in the cache are only updated every 30s.
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2020 11:51 AM
thanks for helping ,
i have not idea about ifmib caching
how to enable it in cisco 9001 (xr os )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2020 12:25 PM
It would show under 'show run snmp-server'.
If it is or isn't there we can try toggling it to see what results you get in your collector after that.
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2020 12:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2020 12:53 PM
thanks , u enabled it , but same problem to now , the graph is like Zigzag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 03:28 AM
Anyone have the solution to this problem?
I have the exact same issue. We have ASR9k 6.2 showing values like zizag. For example i have an interface police rate at 4 gbps against a upstream provider and some times y get a lecture like 3.5 gbps and the next one of 4.5 gbps. Its seems like it is triying compensate the previos reading with a higher value. I have tested it with ifmib caching and without but the problem persist.
In the begining I thought it could be a problem of zabbix but it is not. I made a script that polls every 5 minutes and I get the exact sames results that zabbix does.
I have a multivendor environment and this behavior its only seen with ios xr.
Any sugestions? thank in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 12:49 PM
what is the interface load-interval set to?
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 05:05 AM
Hi, thanks for the answer.
The load interval is 5 minutes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 08:49 AM
Can you try changing the load-interval to the minimum? I believe that is 30s. Also what OID are you polling?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 09:34 AM
I'm polling IF-MIB::ifHCInOctets.
I did change the load-interval to 30 secs and now its seems to be working find.
Can you explain why was that? as per my understanding the curve should have been smoother than polling every 30 sec.
Thank you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 09:50 AM
When you change the load-interval it changes how often the statistics are updated, which is why you saw the ping ponging before.
Sam
