ShShipra / sdwan-apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdwan-apis

Requirements

To use this application you will need:

  • Python 3.7+
  • Cisco SD-WAN 18.3+

Install and Setup

Clone the code to local machine.

git clone https://github.com/suchandanreddy/sdwan-apis.git
cd sdwan-apis/code_samples

Setup Python Virtual Environment (requires Python 3.7+)

python3.7 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Setup local environment variables to provide vManage instance details.

Examples:

export vmanage_host=<vmanage-ip>
export vmanage_port=<vmanage-port>
export username=<username>
export password=<password>

About


Languages

Language:Python 100.0%