I’d like to integrate my switches running SWOS with the “oxidized” [1] software.
How can I script the configuration backup functionality ?Is there a command line interface like routeros ?
Thanks for your support
I’d like to integrate my switches running SWOS with the “oxidized” [1] software.
How can I script the configuration backup functionality ?Is there a command line interface like routeros ?
Thanks for your support
For the CSS106 a simple wget ist enough to backup theSWOS configuration. I don’t know oxidized, but maybe you can set it up to download the backup via http?
wget -q "http://${user}:${password}@${host}/backup.swb"