netlab icon indicating copy to clipboard operation
netlab copied to clipboard

Making virtual networking labs suck less

Results 114 netlab issues
Sort by recently updated
recently updated
newest added

Based on https://netlab-cicd.pages.dev/srlinux/clab/bgp/04-originate.yml-validate.log, it seems that SR Linux (under some circumstances?) does not add its loopback address into the BGP table even when the **bgp.advertise_loopback** is set to True. The...

bug

The SR Linux caveats clearly state that: > Inter-VRF route leaking is supported only in combination with BGP EVPN We have to add a device quirk that will identify this...

bug

The lab topology https://github.com/ipspace/netlab/blob/dev/tests/integration/ospf/ospfv2/02-areas.yml results in the following configuration error https://netlab-cicd.pages.dev/srlinux/clab/ospf/ospfv2/02-areas.yml-initial.log The same error happens with OSPFv3. Unfortunately I can't figure out what's wrong :(

bug

Configuration log @ https://netlab-cicd.pages.dev/srlinux/clab/bgp/20-dual-stack-activate.yml-initial.log Lab topology @ https://github.com/ipspace/netlab/blob/dev/tests/integration/bgp/20-dual-stack-activate.yml I can't figure out what's wrong :(

bug

There are still some issues to be solved: ``` / # arping -I eth1 172.16.0.1 # VRRP VIP ARPING 172.16.0.1 from 172.16.0.5 eth1 Unicast reply from 172.16.0.1 [aa:c1:ab:95:31:67] 0.022ms Unicast...

Due to lack of maintenance and support for the gnmi plugin, the Ansible galaxy collection is a better way forward Obviously needs some further testing - will do that as...

Context: https://github.com/ipspace/netlab/pull/482 For users that need topology information as input to per-node configuration scripts, in cases where this information is not 'naturally' included by the core modules. One use case...

### Describe the bug When playing around with https://bgplabs.net/challenge/40-mpls-core/ and trying to add EVPN VXLAN, I get a warning: ``` [ERRORS] Errors found in evpn-topology.yml [VALUE] evpn: Cannot get a...

bug

We can use **docker image ls --format json** command and **vagrant box list --machine-readable** command to get the list of installed containers/boxes and then generate a warning (in 'netlab create')...

enhancement

#1014 implemented daemons in clab containers. We also have to implement them on Linux VMs. Major changes required to do that include: * Push configuration files from _daemon_config into the...

backburner