You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With plaintext passwords for auth_passphrase and priv_passphrase: The commands get inserted and my monitoring host can poll the hosts - it's workin! :)
As first step I tried to insert the SNMPv3 auth/priv-config manually onto the devices, but then my monitoring host can't poll the device anymore. When inserting the configuration with plaintext passwords I can see that the SHA1 hashes and AES128 keys change every time (and therefore are different on all my devices), so they seem to be salted. It's also not working when I copy the previously secured config from a device, execute no snmp-server and insert it once again. The salt key seems to be gone and therefore the hash and key don't work anymore.
What do I need to do to configure the YAML file with the correct values? Do you have a working example?
ISSUE TYPE
Documentation Report
COMPONENT NAME
eos_snmp_server
The text was updated successfully, but these errors were encountered:
SUMMARY
I'm already using SNMPv3 as a manual configuration on my EOS 24.x devices. I now want to use Ansible for this configuration task:
I tested two approaches:
With plaintext passwords for
auth_passphrase
andpriv_passphrase
: The commands get inserted and my monitoring host can poll the hosts - it's workin! :)As first step I tried to insert the SNMPv3 auth/priv-config manually onto the devices, but then my monitoring host can't poll the device anymore. When inserting the configuration with plaintext passwords I can see that the SHA1 hashes and AES128 keys change every time (and therefore are different on all my devices), so they seem to be salted. It's also not working when I copy the previously secured config from a device, execute
no snmp-server
and insert it once again. The salt key seems to be gone and therefore the hash and key don't work anymore.What do I need to do to configure the YAML file with the correct values? Do you have a working example?
ISSUE TYPE
COMPONENT NAME
eos_snmp_server
The text was updated successfully, but these errors were encountered: