Device authentication via nautobot failed #6126
PuntaTacco
started this conversation in
General
Replies: 1 comment 4 replies
-
See here: https://docs.nautobot.com/projects/plugin-nornir/en/latest/user/faq/ and specifically |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to configure the Golden Configuration in Nautobot and I am having trouble performing backups of the devices. When I attempt to perform the backup, I receive the following errors:
E1005: There was no username (redacted) preemptively failed.
BACKUP CONFIG failed: Subtask: TEST CONNECTIVITY (failed)
The configuration I am using in my plugin is as follows:
PLUGINS = ["nautobot_plugin_nornir", "nautobot_golden_config"]
PLUGINS_CONFIG = {
"nautobot_plugin_nornir": {
"nornir_settings": {
"credentials": "nautobot_plugin_nornir.plugins.credentials.settings_vars.CredentialsSettingsVars",
"runner": {
"plugin": "threaded",
"options": {
"num_workers": 20,
},
},
"username": "xxxx",
"password": "yyyy",
"secret": "yyyy",
},
},
Could you please instruct me on what is needed to correct the error?
Beta Was this translation helpful? Give feedback.
All reactions