Skip to content

rudreshveerappaji/sdwan-apis

 
 

Repository files navigation

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/rudreshveerappaji/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>

Note: type "export" on terminal to see the existing settings (MAC or Linux)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%