Skip to content

dbrown92700/vManagerGUI

Repository files navigation

Cisco SDWAN Ops GUI

Web GUI for basic SDWAN operations tasks. Currently supports:

  • Deploy a New Edge
  • Change Edge Template Values
  • RMA an Edge (Hardware Replacement)
  • List Edges
  • List Templates

Runs as a Python3 Flask app natively for testing. Tested on GCP and Apache for production.

Screenshots

Menu Screenshot:

ScreenShotMenu

Edit or Deploy a Device Screenshot:

ScreenShotEdit

Basic use instructions:

  • Clone repository

    git clone https://github.com/dbrown92700/vManagerGUI

  • Change to directory and create a virtual environment

    cd vManagerGUI

    python3 -m venv env

    source env/bin/activate

  • Install python libraries

    pip install -r requirements.txt

  • Execute the app

    python3 main.py

  • Browse to the local webserver

    http://localhost:8080

This project was written and is maintained by the following individuals:

Author

About

Web GUI for basic vManage tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published