# Start

These labs use INE's topology from their SPv4 workbook. Labs are influenced primarily from Cisco documentation, *OSPF and IS-IS* by Jeff Doyle, and Russo's SPv4 workbook.

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

```
cd ccie-spv5.1-labs/
containerlab deploy -t ine-spv4/ine-spv4.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-spv4".&#x20;

Use the MTPutty session file located in **ine-spv4/ine-spv4\_putty\_sessions.xml** to quickly setup your SSH sessions to the nodes. Go to **Server - Import Tree** and browse for the file.&#x20;

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

```
containerlab destroy -t ine-spv4/ine-spv4.clab.yml
```
