Start
These labs use the INE-SPv4 topology, and focus on NSO. There is no diagram provided, because the only focus of these labs is to connect to the routers from NSO. You are welcome to use NSO with some of the other INE-SPv4 topologies to practice configuring real, working services from NSO. The focus of these labs is simply to get you familiar with how NSO works.
First you will need to pull the NSO container that I created. This is an ubuntu container that has NSO, the NEDs, and an NSO instance fully loaded and setup. The ncsrc file is sourced as well in the bash profile, so once the container is started, you can simply SSH to it with nso/nso and run ncs_cli -Cu admin
To begin, run the following command on your containerlab machine:
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.
The script will prompt you for a directory name. Enter "ine-spv4".
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.
When you are done with the lab, use the following command to wipe it:
Last updated