Solved

Proble plugin fresh install (UNKNOWN: SNMP Table Request : Timeout)

  • 24 September 2022
  • 3 replies
  • 1616 views

Badge +6

Hello,

 

I just finalize an installation of Centreon on Google Cloud, but I'm facing an issue an issue with my cisco Plugin, from my first poller I can request a cisco device using snmp but from my another one I not able the error that I encountered is : 

 

UNKNOWN: SNMP Table Request : Timeout.

 

Request is the same on both poller : 

 

/usr/lib/centreon/plugins//centreon_cisco_standard_snmp.pl --plugin=network::cisco::standard::snmp::plugin --mode=interfaces --hostname=X.X.X.X --snmp-version='2c' --snmp-community='XXXXX'  --interface='^Gi1/1/1$' --name --add-status --add-traffic --warning-in-traffic='70' --critical-in-traffic='80' --warning-out-traffic='70' --critical-out-traffic='80'

 

Thanks in advance for your help.

icon

Best answer by Bochi 26 September 2022, 13:49

View original

3 replies

Userlevel 3
Badge +9

Hello @Bochi,

 

The request works with one poller but doesn’t with another one. That means that either the UDP 161 connection from the poller to the Ciso device is blocked (beauce of a firewall for example) or the poller IP address is not allowed the communicate with the Cisco device (its snmp configuration).

 

Regards.

Badge +6

Hello @itoussies ,

It is not a flow issue, because somtime it’s work and sometime not.

If I add option ‘--snmp-autoreduce’ in my request it’s work…

Regards,

Userlevel 6
Badge +19

Answered here: https://github.com/centreon/centreon-plugins/issues/3918

Reply