Python Script to get, add, update and delete telemetry on IOS-XE using netconf
This is created as the start to a larger project for module development for Ansible. In the initial version this script connects to a defined list of devices and gets the telemetry configurations. Also allows the user to configure new subscriptions, update them or delete them.
To use simple activate your virutal environment and issue python ios_telemetry.py
from the project root directory and follow the prompts.
- Clone repository to local machine
- create a python 3 virtual environment
- Install requirements using:
pip install -r requirements.txt
Smart people responsible for the creation and maintenance of this project:
- Russell Johnston [email protected]
This project is licensed to you under the terms of the Cisco Sample Code License.