cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1644
Views
0
Helpful
2
Replies

decreasing SNMP update timer on IOS-XR (CISCO ASR)

from88
Level 4
Level 4

Hello,

 

I've a case where i'm trying to poll SNMP information every 10 seconds from a Cisco IOS-XR devices (interfaces mib). Seems like CISCO IOS-XR updates SNMP information every 15secs, so sometimes management platfortm (in this sitaution - prometheus) reads the same information twice. I know that one of the ways would be increase SNMP polling time from 10S to at least 15s. But we can't do that. Is there any workaround to make a Cisco IOS-XR refresh SNMP information more frequently than 15secs ?

 

Thanks

 

 

Device version: "Cisco IOS XR Software, Version 5.1.3[Default] "

2 Replies 2

iportuga
Cisco Employee
Cisco Employee

Hi,

 

This is not a best practice. It's recommended raise the polling time.
You could raise it to at least 30 seconds and also enable the IF-MIB statistics cache (snmp-server ifmib stats cache).
Another alternative instead of SNMP polling is to use Periodic MIB Data Collection and Transfer feature.

 

Regards,