This application uses PYATS in python to automate the transfer of VLANs and trunking ports on routers and switches.
- Charles Llewellyn
- ISR
- Catalyst
- Flask
- Python
- Update/replace the testbed.yaml file in the res/directory with device information from your enivronment. The "role" variable is used to differentiate switches and routers. This is not required, but you will need to create your own logic to interact with your testbed devices.
- Create Python Virtual Environment
python3 -m venv venv
- Use the virtual environment
source venv/bin/activate
- Install requirements
pip install -r requirements.txt
$ python main.py
Provided under Cisco Sample Code License, for details see LICENSE
Our code of conduct is available here
See our contributing guidelines here
Please note: This script is meant for demo purposes only. All tools/ scripts in this repo are released for use "AS IS" without any warranties of any kind, including, but not limited to their installation, use, or performance. Any use of these scripts and tools is at your own risk. There is no guarantee that they have been through thorough testing in a comparable environment and we are not responsible for any damage or data loss incurred with their use. You are responsible for reviewing and testing any scripts you run thoroughly before use in any non-testing environment.