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

CSCvq01185 - percentSNMP-3-RESPONSE_DELAYED and timeout when polling entSensorValueEntry on 16.9.3

mr-blt
Level 1
Level 1

Which OID are we to block? I tried several different ones and I'm still getting these log entries.

I've tried:

snmp-server view BUG_CSCvq01185_WORKAROUND entSensorValueTable excluded
snmp-server view BUG_CSCvq01185_WORKAROUND entSensorValueEntry excluded
snmp-server view BUG_CSCvq01185_WORKAROUND entSensorType excluded
...and a few others

 

show log entries

Jul 6 16:51:57.326: %SNMP-3-RESPONSE_DELAYED: processing GetNext of entSensorType (30006 msecs)
Jul 6 16:52:10.140: %SNMP-3-RESPONSE_DELAYED: processing GetNext of entSensorType (12813 msecs)
Jul 6 16:53:13.399: %SNMP-3-RESPONSE_DELAYED: processing GetNext of entSensorType (30006 msecs)

 

Running Cisco Catalyst 3850 version 16.9.3

 

Snippet of SNMP Trap

image.png

Thanks

2 Replies 2

mr-blt
Level 1
Level 1

I figured out what I was doing wrong with help of this guide, https://www.oreilly.com/library/view/cisco-ios-in/156592942X/re658.html. I had the view name incorrect, but that's taken care of now.

 

So now when I try :

switch(config)# snmp-server view <NAME_OF_ACL> entSensorValueEntry excluded

 

I get a new log entry:

Jul 8 16:41:56.328: %SNMP-3-RESPONSE_DELAYED: processing GetNext of cefcFanTrayStatusEntry.1 (10004 msecs) <--new
Jul 8 16:43:23.664: %SNMP-3-RESPONSE_DELAYED: processing GetNext of entSensorType (31583 msecs) <--still here

 

and this config entry doesn't seem to block anything

switch(config)# snmp-server view <NAME_OF_ACL> entSensorType excluded

 

Hello

I am having the same problem on a cisco 3850 sw. How did you manage to resolve the problem ?