09-18-2013 12:07 AM - edited 03-07-2019 03:32 PM
Hi,
I'm polling the ifTable from a Nexus 5596 (with 4 FEX's connected) . It takes between 10-20 seconds (compared to 100 ms on a catalyst switch)
Running version 5.2(1)
Any idea how to improve this ?
Regards, Tore
09-17-2018 12:26 AM
Same problem here on a 5696 running 7.3(3)N1(1)
Any Ideas?
09-17-2018 12:58 AM
Hello,
what are you using for SNMP polling (e.g. SolarWinds, PRTG) ?
09-17-2018 01:08 AM
I am running snmpwalk on a RedHat CLI.
09-17-2018 01:26 AM
Hello,
check the control plane policy. Most likely you are running the default CoPP. In the default policy, SNMP is policed in the below class:
class copp-system-class-mgmt
police cir 12000 kbps bc 4800000 bytes
Check if you see drops in that class with the 'show policy-map interface control-plane' command. If there are drops, your only option is to use and modify the 'copp-system-policy-customized', and increase the cir for the copp-system-class-mgmt class...
09-17-2018 01:43 AM
Looks like there are no drops:
#show policy-map interface control-plane class copp-system-class-mgmt
Control Plane
service-policy input: copp-system-policy-default
class-map copp-system-class-mgmt (match-any)
match protocol mgmt
police cir 12000 kbps , bc 4800000 bytes
conformed 0 bytes; action: transmit
violated 0 bytes;
I also checked the other classes, no violations:
#show policy-map interface control-plane | i violated
violated 0 bytes;
violated 0 bytes;
violated 0 bytes;
...
violated 0 bytes;
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide