Huawei S5700 CE6800 SNMPv3 template Popular
! Recently updated : New temperature related macros + auto inventory fields + fixed typos.
This template has hardcoded values for SNMPv3 authPriv settings. In case you want to use this template without any modification, then you should create an snmp user with SHA authpass and AES privpass on your switches. Huawei CLI commands to accomplish this:
--LOGIN-via-SSH--
system-view
snmp-agent
snmp-agent udp-port 161
snmp-agent sys-info version v3
snmp-agent sys-info location
snmp-agent sys-info contact
snmp-agent group v3 monitoring privacy
snmp-agent usm-user v3 zabbix group monitoring
snmp-agent usm-user v3 zabbix authentication-mode sha
--long-random-pass--
snmp-agent usm-user v3 zabbix privacy-mode aes128
--long-random-pass--
return
save
--LOGOUT--
#####################
Required Value Mappings:
hwStackIsStackDevice
1 - Stacked (multiple switches)
2 - Standalone switch
hwStackPortStatus
1 - UP
2 - DOWN
hwEntityFanState
1 - normal
2 - abnormal
##############################
MACROS to be defined for the hosts:
- {$SNMP_USERNAME}
- {$SNMP_AUTHPASS}
- {$SNMP_PRIVPASS}
- {$SNMP_PORTNUM}
- {$TEMP_WARN}
- {$TEMP_CRIT}
Tested on Huawei S5720 and on CE6810.
Possible bugs:
- I am not sure if the temperature values are real ones or not. I had only remote access when I created this template from scratch. Maybe you should check that before applying this on a prod device.
- Could be more... leave a comment if something should be changed. Thx!
Vola