Sample code, examples, and resources for use with the DevNet Multi-IOS Sandbox
You can reserve a sandbox lab here. During the reservation, you can select "None" for simulation, as we will be launching the required topologies as part of the setup.
It takes about 15 minutes to spin up the VIRL servers and your devbox. Hang tight and do some emails.
Here's a video overview of the process... from here feel free to press fast forward in the middle...
After your reservation is complete you will receive and email with credential to
connect to the sandbox via VPN. Once connected you can ssh to the devbox using the following credentials: developer/C1sco12345
ssh developer@10.10.20.50
git clone --recurse-submodules https://github.com/DevNetSandbox/sbx_multi_ios.git
cd sbx_multi_ios/gitlab
./setup.sh
Seriously, this is going to take like 5 minutes...
cd sbx_multi_ios/cicd-3tier
./setup.sh
Seriously, this is going to take like 10 minutes...
A number of different lab environments that can be quickly stood up.
GitLab Community Edition - Add version control and CI/CD to your sandbox. Recommend starting here, as it's used in some of the others... don't worry it only takes a few minutes for us to set it up for you.
Network CI/CD Pipeline - A core-distribution-access network with a CICD pipeline including GitLab, VIRL, pyATS, and NSO. Now we're having fun...
Streaming Telemetry - Get insights by analyzing large amounts of data through visualizations using streaming telemetry using Pipeline, InfluxDB, and Grafana. You're going to want something to look at while your network is being deployed... and lets face it, there wasn't anything good in email.
Log Analytics with ELK - Use Elasticsearch, Logstash, and Kibana (ELK) for analyzing syslog message from network devices.
These are designed to be starting points for future tutorials, and not tutorials themselves.