netlab
netlab copied to clipboard
Making virtual networking labs suck less
Right now, all Junos-based devices use the same initial configuration template with quirks handled with "if device = X" conditions. It might be better to split the template into common...
We're wasting tons of time arguing about MTU settings and ignoring the elephant in the room: it won't work unless we adjust the underlying virtualization infrastructure FWIW, it would be...
This may be an issue specific to my environment, but in my case I loose connectivity to libvirt lab nodes that are left running for "too long" I suspect it...
01-l3-lag: * [Test topology](https://github.com/ipspace/netlab/blob/dev/tests/integration/lag/01-l3-lag.yml) * [Test results](https://tests.netlab.tools/dellos10/libvirt/lag/01-l3-lag.yml-validate.log) It's weird: OS10 claims one of the LAGs is up, the other is down, while Arista claims only one link in the LAG...
Instead of handcrafting management IP addresses we should: * Convert the management pool into a link-like data structure * Use the "standard" interface address assignment logic to assign IPv4 or...
#1933 would add several dummy templates and task lists to get around the safeguards we put in place that broke the devices that do not use the mainstream "config template...
We cannot use **netlab_interfaces** in most IGP configuration templates because there's no IGP information on the loopback interface. OSPF is an exception -- ospf.area is set on node.loopback. The minimum...
We need a mechanism to test the configuration deployment on devices that cannot accept device configurations (for example, FortiOS). As Arista EOS Ansible collection includes a number of interface- and...
There are currently no integration tests that combine EVPN/VXLAN with anycast gateways [On EOS](https://arista.my.site.com/AristaCommunity/s/question/0D52I00007ERMXmSAP/what-is-different-between-ip-virtualrouter-address-and-ip-address-virtual-command) it is suggested there are 2 different anycast configurations (for IPv4): 1. ```ip virtual-router address``` (currently...
The only major change found between FRR release 10.0 and 10.2 is the change in the **show isis route** JSON field names. However, 10.2.1 has a showstopper: BGP daemon crashes...