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/CiscoTestAutomation/solutions_examples.git
cd solutions_examples
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
You can visit our documentation for more information.
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"
-
hostname_checker - "Verify devices hostname with Testbed file names"