Skip to content

kecorbin/pyats-network-checks

Repository files navigation

pyats-network-checks

This repository contains several scripts for network health checking using the pyATS Framework.

These are intended be examples/starting points for solving common network operations challenges.

Installation / configuration

Installation
git clone https://github.com/kecorbin/pyats-network-checks
cd pyats-network-checks
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Simulation

We've provided a topology.virl file for you to test with.

Testbed configuration

We've provided a default_testbed.yaml to go along with the sample topology. You'll likely need to change it to match your devices.

checks

About

various network health checks using the pyATS Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published