05-18-2021 07:32 AM
When I do virl ls --all I get this. Nothing else shows up and no nodes.
(venv) [developer@devbox ~]$virl ls --all
Running Simulations
╒══════════════╤══════════╤════════════════════════════╤═══════════╕
│ Simulation │ Status │ Launched │ Expires │
╞══════════════╪══════════╪════════════════════════════╪═══════════╡
│ ~jumphost │ ACTIVE │ 2018-08-02T19:21:08.764190 │ │
05-18-2021 07:33 AM
Trying to use Open NXOS DevNet lab.
05-18-2021 07:47 AM
Hello @ekratz1 You can follow these steps
You will need to shutdown any running lab in the sandbox (i think this starts a DC network) then start up the sbx_nxos one (it takes a good 5 - 10 mins to spin these four NX-OS up)
(py3venv) [developer@devbox sbx_nxos]$ pwd /home/developer/sbx_nxos
# Get a list of currently running simulations virl ls --all # Stop any running simulations. virl down --sim-name API-Test # Start the VIRL Simulation for demo virl up # Monitor status of simulation virl nodes # Node startup
I did a full write up here.
Hope this help.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide