This is a live project repository supporting the blogseries at Karneliuk.com
You can read the details in out blog about it. In a nutshell, the steps are:
- Make sure your Docker is up and running checking with
docker info
. - Download the Batfish container
docker image pull batfish/allinone
. - Launch it
docker run -d --name batfish -v batfish-data:/data -p 8888:8888 -p 9997:9997 -p 9996:9996 batfish/allinone
. - Create the Python virtual environment
python3.9 -m venv venv
. - Activate it
source venv/bin/activate
. - Install requirements
pip install -r requirements.txt
. - Launch the Python script
python main.py
with provided lab files.
Our consulting services are at your disposal. Get in touch with us.
Join our Zero-to-Hero Network Automation Training
(c)2021, Karneliuk.com