On Wed, Jun 11, 2014 at 09:35:18PM +0100, James Bensley wrote: > What seems much more important is automatic config generation. Even if > via a dirty fudge I think I can force the confif onto the router > automatically whatever the weather so before that I really need > automatic config generation (from templates seems to be the best way > thinking through the process). > > Does anyone have a tool like this they can show me (privatly off list > even)? Are there any comercial products that do this? Open source > ones?
For non-profit AS8283 I wrote a small peering automation toolchain, it parses a YAML file hosted on github [1], expands all AS-SETS of peers with bgpq3 [2], generates a config and uploads the configs relies on netconf over SSH using a 'lock, update, commit, unlock' methodology. Archive: http://instituut.net/~job/coloclue-peering-automation.tar.gz Disclaimer: apologies for bad coding style, run from cron, and will need some tinkering to work for your specific environment! I accept no responsiblity. Kind regards, Job [1]: https://github.com/coloclue/peering [2]: http://snar.spb.ru/prog/bgpq3/
