Script that simplifies configuration of network devices by generating CLI commands based on the config.csv file.
It supports following vendors:
- Cisco
- Dell
- Quanta
To run this script, you need to have jinja2 library. You can install it by using pip:
$ pip install jinja2
Documentation can be found on my blog - https://wandernets.com/networkconfiggenerator/