Start

These labs use only two XRd routers and an Ubuntu node. The Ubuntu node acts as the MDT collector. This is a simply topology that only focuses on MDT. There is no diagram given, because this is such a simple topology, with just XR1 and XR2 directly connected.

First you will need to pull the ubuntu container. This is a container that was built using vrnetlab, with a disk size of 8G.

sudo docker image pull andrewohanian1/canonical_ubuntu:jammy

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

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

There are no configs to transfer for these labs.

Use the MTPutty session file located in mdt/mdt_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 mdt/mdt.clab.yml

Last updated