Hi. I first started playing with Vyatta about 10 years ago. Today for whatever reason I decided to make a tool that takes a bracked config (from the show command, or from the actual config file) and converts it into “set” commands that you can paste into a new router very easily. I also missed being not able to just copy paste a show from one router to another (like in the cisco world). Now with one small step it is quite possible.
I made a tool from PHP to build out set commands…no config needed. I was searching for an easier way to maintain config backups for a bunch of routers…and realized the easiest way was to NOT maintain config backups.
For the most part, all my routers configs are the same except for the unique info LAN subnet/DHCP, Public IP, VPN details, etc…so I maintain that unique info in simple arrays…
When I get a new router, I just click a hyperlink, the set commands get built out, and I paste them into the console…router done. I never have to wonder how out of date the config on file is, or when the last backup was…I already know my script has the most updated info.