Skip to content

arista-netdevops-community/configConverter

Repository files navigation

configConverter

Utilizes several tools to convert switch configurations to Arista EOS

Note: This tool has purposefully been written using a simplistic design to aid in readability and extensibility. While this may introduce inefficiencies in processing, it does allow for easier grokking by non-developers.

Requirements

pip install -r requirements.txt

usage

$ python configConverter.py --help
usage: configConverter.py [-h] -i I [--dissector DISSECTOR] [--output OUTPUT]

options:
  -h, --help            show this help message and exit
  -i I                  input file
  --dissector DISSECTOR
                        dissector file. default=ios.yaml
  --output OUTPUT       default=text, text|yaml

About

Switch configuration conversion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages