Start

These labs use INE's topology from their SPv4 workbook.

To begin, run the following command on your containerlab machine:

cd ccie-spv5.1-labs/
containerlab deploy -t ine-svp4/ine-svp4.clab.yml --reconfigure

Once all nodes are started, run the following command to transfer the config files to all nodes. These files will be used to change between startup configs for subsequent labs.

python3 transfer_configs_to_nodes.py

The script will prompt you for a directory name. Enter "ine-svp4".

Use the MTPutty session file located in ine-svp4/ine-svp4_putty_sessions.xml to quickly setup your SSH sessions to the nodes. Go to Server - Import Tree and browse for the file.

When you are done with the lab, use the following command to wipe it:

containerlab destroy -t ine-svp4/ine-svp4.clab.yml

Last updated