Hello,
I've configured SNMPv3 on a Dell iDrac, I cannot get any SNMP template working on the Zabbix server.
- IP
- Port 161
- SNMP version: V3
- Security name: snmp_user
- Security level: authPriv
- Authentication protocol: SHA512 (or SHA1, tested both)
- Privacy Protocol: AES256 (tested 512 as well)
- Both Authentication and Privacy passphrase used
I've checked with snmpwalk:
Works fine
I've configured the host with SNMPv2 on the Zabbix server, also works fine.
Are there any other settings needed to get this working on the server side?
I've configured SNMPv3 on a Dell iDrac, I cannot get any SNMP template working on the Zabbix server.
- IP
- Port 161
- SNMP version: V3
- Security name: snmp_user
- Security level: authPriv
- Authentication protocol: SHA512 (or SHA1, tested both)
- Privacy Protocol: AES256 (tested 512 as well)
- Both Authentication and Privacy passphrase used
I've checked with snmpwalk:
Code:
snmpwalk -v3 -l authPriv -u <snmp_user> -a SHA -A <pass> -x AES -X <pass> <some_ip>
I've configured the host with SNMPv2 on the Zabbix server, also works fine.
Are there any other settings needed to get this working on the server side?
Comment