Lab Configuration Generator API. How to use my Free Networking Lab Config Generator.

Опубликовано: 10 Октябрь 2024
на канале: C Bax
177
1

Hey folks, I have finally gotten around to start deploying some of the tools i have written and use in my personal and professional life. This first service is something I have been working on for a few months and its called the Lab Configuration Generator(LCG). While the name isnt that catchy, this has been my main tool for starting new labs in eve-ng, espcially when i wanted to do enviornments with more than 20 devices. I wanted a way to genreate multiple device configuration types with using a single data model. My key requirements was I want to just change a "node_type" option and the coresponding configuration is generated. I have deceied to deploy a demo of the app that will allow you to generate cisco and cumulus configurations. Please keep in mind this is not a full depoyment so the models provided are implemented, but fell free to change the values to generate your own configs. Happy Labbing.
Guide to follow
GITHUB_REPO: https://github.com/byt3-m3/LCG_DEMO
#Python #NetworkDev #LCG #eve-ng #lab_config_tool