HPE Aruba Networking & ProVision-based
1835238 Members
2241 Online
110078 Solutions
New Discussion

SNMP - 500ms delay between requests required

 
CirrusMS
Occasional Contributor

SNMP - 500ms delay between requests required

I try to configure SNMP monitoring on ProCurve 5412zl but it returns zero value if previous request was made less then 500ms before:

# snmpwalk -v2c -c public my_snmp_host ifName.290 ; snmpwalk -v2c -c public my_snmp_host ifInOctets.290
IF-MIB::ifName.290 = STRING: Trk1
IF-MIB::ifInOctets.290 = Counter32: 0

# snmpwalk -v2c -c public my_snmp_host ifName.290 ; sleep .4; snmpwalk -v2c -c public my_snmp_host ifInOctets.290
IF-MIB::ifName.290 = STRING: Trk1
IF-MIB::ifInOctets.290 = Counter32: 0

# snmpwalk -v2c -c public my_snmp_host ifName.290 ; sleep .5; snmpwalk -v2c -c public my_snmp_host ifInOctets.290
IF-MIB::ifName.290 = STRING: Trk1
IF-MIB::ifInOctets.290 = Counter32: 922516504

It there any configuration directive to remove this delay?

Thanks,