I can't find how to set privacy protocol and privacy protocol pass phrase in net-snmp.
Is there some way?
Just trying to do the same as snmpget -v3 -a MD5 -A 'xxxx1' -u user -x AES -X 'xxx2' -l authPriv example.com .1.3.6.1.4.1.2021.4.5.0 does, but with net-snmp.
Hi.
I can't find how to set privacy protocol and privacy protocol pass phrase in net-snmp. Is there some way?
Just trying to do the same as
snmpget -v3 -a MD5 -A 'xxxx1' -u user -x AES -X 'xxx2' -l authPriv example.com .1.3.6.1.4.1.2021.4.5.0
does, but with net-snmp.Tried that:
and i get error:
I suspect this happens because I didn't set privacy protocol and privacy pass phrase.
Thanks.