eduardogsilva / routerfleet

RouterFleet: An open-source solution for centralized router and network equipment management. Initially focused on Mikrotik devices, it offers simplified backups, updates, and security. Perfect for managing a fleet of devices efficiently. Join us in evolving RouterFleet's capabilities
MIT License
65 stars 3 forks source link

Add Cisco support #12

Open enduring78 opened 4 months ago

enduring78 commented 4 months ago

Cisco switches have built-in commands for showing the config (within Enabled mode, run "show running config'' ).

Since they also have SSH and Telnet support, it might be a good brand to start supporting alongside MikroTik. I would imagine only showing the text version of the backup, without binary download option. Cisco devices are entirely based on shell command so it would be easy to just copy/paste the backup contents and overwrite the existing config.

eduardogsilva commented 4 months ago

I do believe that ciscos are a good choice to add. I just need to fix some papercuts before starting to add routers. It will be soon. Maybe a week or two.

hellofaduck commented 4 months ago

I apologize for not posting in a new thread, but it would be good to add support for SwOS, binary backups from there can be retrieved via http with basic auth, should not be difficult to implement. This would allow to cover all mikrotik devices, not only RouterOS. Thanks for your work, this is a very useful project!

eduardogsilva commented 4 months ago

I apologize for not posting in a new thread, but it would be good to add support for SwOS, binary backups from there can be retrieved via http with basic auth, should not be difficult to implement. This would allow to cover all mikrotik devices, not only RouterOS. Thanks for your work, this is a very useful project! Hi, please open a new issue so it can be discussed there. This issue is for cisco support.