I am trying to set the SNMP authentication protocol to SHA to connect to my CISCO switch. When I run:
sudo munin-node-configure --snmp SWITCH01 --snmpversion 3 --snmpauthprotocol sha --snmpusername munin --snmpauthpass PASSWORD
I am getting the error:
Unknown option: snmpauthprotocol
It does say in the manual that the option is available:
--snmpauthprotocol <protocol>
Authentication protocol. One of 'md5' or 'sha' (HMAC-MD5-96, RFC1321 and SHA-1/HMAC-SHA-96, NIST FIPS PIB 180, RFC2264). ['md5']
I could change the protocol on the switch ... If I hadn't accidentally denied ssh access for myself ... I don't feel like taking a 2 hour drive today :/
Just as an extra note, if I run it without the --snmpauthprotocol
and with --debug
I get:
Received usmStatsWrongDigests.0 Report-PDU with value 4 during synchronization
So, I definitely can't use md5 ...