How do I configure snmpv3 macros? I currently use Zabbix version 3.4.14.
When I use the following command "snmpwalk -v3 -a SHA -A password -x DES -X password -l authPriv -u user localhost" I get the information. But when I put the communication problem macros. {$SNMP_PRIV} password {$SNMP_SECNAME} user
For snmpv2 using the macro "{$SNMP_COMMUNITY}" works.
When I use the following command "snmpwalk -v3 -a SHA -A password -x DES -X password -l authPriv -u user localhost" I get the information. But when I put the communication problem macros. {$SNMP_PRIV} password {$SNMP_SECNAME} user
For snmpv2 using the macro "{$SNMP_COMMUNITY}" works.
Comment