vrnetlab
vrnetlab copied to clipboard
Run virtual routers with docker
I've noticed you're doing connection stitching with socat due to issues with qemu user networking. I've come across a similar issue and it looks like it can be solved with...
Hello. After successful `make make docker-image` I got and image ``` docker images REPOSITORY TAG IMAGE ID CREATED SIZE vrnetlab/vr-xrv9k 7.6.1 123ad8d55c1e 21 minutes ago 1.9GB ``` Then I run...
Hey. I am following the guide [here](https://github.com/vrnetlab/vrnetlab/tree/master/csr) but after the container starts it is not responding. So I have some old image `csr1000vng-Gibraltar-16.10.01aED.qcow2`. I did: ``` make docker-image ``` and...
I am getting following Error while building Nexus Docker image. I got same Error with version "nexus9300v.10.1.2.qcow2" and " nxosv-final.7.0.3.I7.10.qcow2" ERROR: Incorrect version string (nexus9300v.10.1.2.qcow2). The regexp for extracting version...
This MR adds a new option `--install` for `xrv9k`. When the vanilla image from Cisco starts up, it takes a long time to install various packages. This happens every time...
While creating a "vr-vmx" from repo "https://github.com/vrnetlab/vrnetlab" and using Juniper KVM image - 18.2, I received the following Error failed to initialize KVM: Device or resource busy 2022-05-06 03:38:51,501: vrnetlab...
I'm seeing a syntax error on this line ``` File "/vrnetlab.py", line 51 logging.getLogger().info(f"Delaying VM boot of by {delay} seconds") ``` ``` sudo make docker-image Makefile:15: warning: overriding recipe for...
I built a CSR container. When I started the container, I found that the IP of the container and the CSR inside the container were not the same. but I...
Some versions of vEOS requires disabling zerotouch before it functions as expected.
To ensure the first PCI id is used for the mangement interface all ports were bumped by one so vr-xcon would be off by one when. Special handling for vEOS...