Start
There are multiple topologies used for these BGP labs. I've notated which topology is used on every lab, and provided a diagram on every lab. Where possible, I've tried to group topologies together so that you are not continually starting/stopping the same topology.
Make sure you perform these steps every time you start up a new topology:
cd ccie-spv5.1-labs/
containerlab destroy -t <old topology>/<old topology>.clab.yml
! or
containerlab destroy -a
containerlab deploy -t <new topology>/<new topology>.clab.yml --reconfigure
! Wait for all nodes to fully boot
python3 transfer_configs_to_nodes.py
! Enter <new topology> into the input prompt
Use the MTPutty session file located in <new topology>/<new topology>_putty_sessions.xml
Last updated