RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
12-04-2023 01:07 PM
I'm interested in finding a tool to convert a backed-up switch configuration into a list of commands that will recreate the configuration when run in order. So far I think NTCfgCompare might be an option. The idea is that it will help me better understand the network I've recently been hired to manage. Anyone have any other recommendations?
12-06-2023 09:27 AM
Hi Ericbord
Thank you for reaching us.
Thanks
12-08-2023 02:35 AM
Hi Ericbord,
Adding to the above, if the backed-up config statements for the switches are being used as a template, once the template like structure is formed, you could use an python scritp made using Netmiko Library, for a sequential execution of the statements,
However when forming the template as such : you would need to make sure of few things such as port numbers, ip addresses etc, and settings such as the passwords that are a part of the config but which are encrypted : you would need to specify this as a plaintext statement in-order for the same to be applied.
This would be an Easier way : as you can have the script designed either in VS code or Anaconda IDE.
Do let us know your thoughts !
Thanks !
