depending on the model of switch, campus, datacenter, you may have different constraint, but mostly you need 2 different password for auth and priv and the 2 protocol options.
(beware that multiple attempts will lock the snmp account on the switch… you need to know how to reset the lock on your switch, there are options to lower the number of retry in centreon, but to debug the snmp v3, you should do that in command line and a shell access on your switch)
Hello
I made test using --snmp-username='xxxx' --authprotocol=SHA --privprotocol=AES --authpassphrase='yyyy' --privpassphrase='zzzzz' --snmp-autoreduce
The result are good with -mode interfaces, list-interface or uptime.
But I have the problem with -mode hardware, cpu or mem
cpu : UNKNOWN: SNMP Table Request: Cant get a single value
hardware : OK: All 0 components are ok a]
Best regards
hello
I’m still using an plugin for huawei I didn’t upgrade in the last months, my centreon huawei template only have cpu, memory, uptime and interface, but no hardware check
the cpu is working fine an all model I monitor (57, 58, 67, 68)
did you use the template or duplicate a host with another hardware model
the default net-huawei-SNMP-custom should look like this
uptime and interface are “standard” snmp on almost every thing, cpu, memory and hardware can be different with some vendor.
oh, I did a --list-mode in command line and there is a hardware mode
so I can confirm that on a Cloud Engine (CE68xxx) and on Campus (S57xxx) the hardware and cpu check are working fine (i’m not sure if we have campus S67 switch somewhere)
I don’t know why the template is not existing in the plugin pack, but it’s definitely here in the command (even my old one)
If I remember correctly however, configuring a snmp view in v3 and grant access to some system information
(extract from a huawei doc, this is an example where the user can modify the switch, but i
it may not match your OS version but there are example and concept for various snmp versions
Hello
I have no change, no improvement.
Best regards
Hi @S.lhotellier,
If you are getting this message:
UNKNOWN: SNMP Table Request: Cant get a single value
It means that the communication over SNMP protocol works fine, but that the OIDs that the plugin tried to obtain are not supported by this device.
In other words, you configured both your equipment and your host well but your Huawei switch is not yet supported.
Please gather all useful information in The Watch Ideas with as much detail as possible and we will pick the most voted topics to add them to our product roadmap.
To develop a plugin/mode, we need the following information:
MIB files
Full snmpwalk of the enterprise branch (snmpwalk -ObentU -v 2c -c public address .1.3.6.1.4.1 > equipment.snmpwalk)
If some information is confidential, such as logins or IP addresses, obfuscate them in what is sent publicly and we'll get in touch with you by private message if this information is needed.