/CiscoMacroScripts

Scripts for interfacing with Cisco CE's API for configuration

Primary LanguagePythonMIT LicenseMIT

CiscoMacroScripts

Scripts for interfacing with Cisco CE's API for configuration

Overview

Using a handful of scripts that assist with handling certain configurations or getting status of devices. The results are then saved to a file in csv format for later viewing. Results saved as per the image resultsreturned2

Example:

MacroRunning

Installation

Requirements - Python3.7, XMLtoDict, Requests

$ git clone https://github.com/ronpichardo/CiscoMacroScripts.git
$ cd CiscoMacroScripts
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

GitInstalled

Usage

Update lines 10 and 11 with the username and password used for the devices userandpass