TheMysteriousX / SNMPv3-Hash-Generator

Apache License 2.0
13 stars 5 forks source link

Error: Engine ID seems invalid; ensure that it is entered as a hex character string #6

Open sebma opened 9 months ago

sebma commented 9 months ago

Hi, I have extracted the following engineID from an ESXi server :

$ esxcli system snmp get | grep -i engineid
   Engineid: 80001ADC055182162511699019324
$

When I use it as an argument of the snmpv3-hashgen tool, it says : Error: Engine ID seems invalid; ensure that it is entered as a hex character string

Do I need to convert it to hexadecimal first ?