Hello,
We are using SNMPV3 to monitor network devices . The Zabbix server is patched with AES/SHA 128 bit encryption. Out of the many network devices , there are a few network devices ( routers : cisco 1841 model ) in which there is DES-56 bit encryption.
I am able to do an snmpwalk on this router by using the below command :
snmpwalk -v 3 -u ZABBIX -l AuthPriv -x DES -a SHA -X <SNMPv3 auth passphrase> -A <SNMPv3 priv passphrase> <fqdn of device>
At present i have created an item and trigger of monitoring "Uptime" of this router .
Under "SNMPv3 security level" , i can see only three options :
a. noAuthNoPriv
b. authNoPriv
c. authPriv.
I am using the "authPriv" option
The problem is that , i don't get any data in "Latest Data"
Kindly suggest.
Thanks in advance.
We are using SNMPV3 to monitor network devices . The Zabbix server is patched with AES/SHA 128 bit encryption. Out of the many network devices , there are a few network devices ( routers : cisco 1841 model ) in which there is DES-56 bit encryption.
I am able to do an snmpwalk on this router by using the below command :
snmpwalk -v 3 -u ZABBIX -l AuthPriv -x DES -a SHA -X <SNMPv3 auth passphrase> -A <SNMPv3 priv passphrase> <fqdn of device>
At present i have created an item and trigger of monitoring "Uptime" of this router .
Under "SNMPv3 security level" , i can see only three options :
a. noAuthNoPriv
b. authNoPriv
c. authPriv.
I am using the "authPriv" option
The problem is that , i don't get any data in "Latest Data"
Kindly suggest.
Thanks in advance.
Comment