We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the following error on centos 7 yum. Installed as follows
sudo yum install "perl(SNMP)" "perl(XML::Simple)"
Ran as follows
mib2zabbix -o .1.3.6.1.2.1 -f ~/test/printer-mib.xml -v 3 -L authPriv -a SHA -A test -x AES -X test -n snmp-server -u test
Also tried without success.
sudo yum install perl-Digest-SHA
The text was updated successfully, but these errors were encountered:
Please try lowercase sha
sha
Sorry, something went wrong.
v3 args are now case-insensitive. Ref: #13
ccc8bdf
No branches or pull requests
Getting the following error on centos 7 yum. Installed as follows
sudo yum install "perl(SNMP)" "perl(XML::Simple)"
Ran as follows
mib2zabbix -o .1.3.6.1.2.1 -f ~/test/printer-mib.xml -v 3 -L authPriv -a SHA -A test -x AES -X test -n snmp-server -u test
Also tried without success.
sudo yum install perl-Digest-SHA
The text was updated successfully, but these errors were encountered: