netlab
netlab copied to clipboard
Making virtual networking labs suck less
Current documentation assumes SR-MPLS does not work on Cat8Kv. Create integration tests and check it out.
The current documentation assumes that MPLS and MPLS/VPN do not work on Cat8Kv. Create integration tests and check what's going on.
VXLAN configuration from CSR 1000v does not work on Cat8Kv. Figure out what the problem is and enable VXLAN.
Following the discussion in #1210: * We should check for the presence of prerequisite Linux kernel modules in device quirks (FRR and Cumulus Linux) * Device quirks should prepare the...
### Describe the bug Having the topology attached in the following section and executing `netlab up` with it brings up this error in the ansible phase ``` TASK [Check that...
The hosts file handling is done exclusively in the 'linux/hosts.j2' template with the contents being generated in the 'linux/hosts-common.j2' template. These templates are used in CL, FRR, and Linux initial...
Based on https://github.com/ipspace/netlab/discussions/1295#discussioncomment-10486601 by @hellt
We need a document describing how to run a single integration test and how to run the whole battery of tests
The VLAN configuration module cleans the VLAN access interfaces, resulting in useless wiring and addressing reports. It should leave at least some minimal information on those interfaces. Sample topology: vlan/01-vlan-bridge-single.yml...