Hello there, brand new Unimus user trying to test it out. Things have been going well, my only issue so far is I can't seem to get Cumulus Linux switches to backup? I get ENABLE_SWITCH_FAILED as the error, but I've tried giving the service account Unimus uses full admin rights to no avail on multiple switches.
We're running the latest Unimus 2.6.3. The switches are Cumulus Linux 5.9.1. If it matters we're using NVUE to manage the switches, which I don't think uses Enable, so I really only need Unimus to run "nv config show --output commands" to get us a good backup of the config. I didn't see a way to customize the script run during backups though.
Any help would be appreciated, impressed so far otherwise with how easy I was able to add other network devices. Thank you,
Cumulus Switches ENABLE_SWITCH_FAILED
I figured this out on my own.
Learned about Backup Flows and wrote my own. Just runs one command:
nv config show --output commands | tee
And this captures exactly what I want while still restricting the credentials to monitor role on the switch.
Learned about Backup Flows and wrote my own. Just runs one command:
nv config show --output commands | tee
And this captures exactly what I want while still restricting the credentials to monitor role on the switch.