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.
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
we've provided a topology.virl file for you to test with.
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
-
bgp_adjacencies - "if a neighbor is configured, it should be established"
-
crc_errors - "No interface should be accumulating CRC errors"
-
OSPF Neighbor Verification - "This device should
have these OSPF neighbors"