Error while using SNMPV3 aes encryption
Posted: Mon Aug 24, 2015 11:42 am
Hello Sir,
I am setting up SNMPv3 for my nagios. I created SNMPV3 user in Nagios using below command
net-snmp-create-v3-user -ro -A nagiosuser -a SHA -X nagiospwd -x AES nagiosuser
When I try to check storage using the below command
./check_snmp_storage.pl -v 3 -H 127.0.0.1 -l nagiosuser -x nagiospwd -L SHA,aes -X nagiospwd -m test -w 80 -c 90 -f
ERROR: Support unavailable for privProtocol [aes] (Required module Crypt/Rijndael.pm not found)
When I create a user using DES encryption and try to look it using DES it works fine. Please suggest if there is any solution.
Thanks a lot for help!!!!
I am setting up SNMPv3 for my nagios. I created SNMPV3 user in Nagios using below command
net-snmp-create-v3-user -ro -A nagiosuser -a SHA -X nagiospwd -x AES nagiosuser
When I try to check storage using the below command
./check_snmp_storage.pl -v 3 -H 127.0.0.1 -l nagiosuser -x nagiospwd -L SHA,aes -X nagiospwd -m test -w 80 -c 90 -f
ERROR: Support unavailable for privProtocol [aes] (Required module Crypt/Rijndael.pm not found)
When I create a user using DES encryption and try to look it using DES it works fine. Please suggest if there is any solution.
Thanks a lot for help!!!!