|
2 | 2 |
|
3 | 3 | *[netlab](https://netlab.tools)* is bringing infrastructure-as-code concepts to networking labs. You'll describe your high-level network topology and routing design in a YAML file, and the tools in this repository will
|
4 | 4 |
|
5 |
| -* Create *Vagrantfile* configuration file for *VirtualBox* or *libvirt* environment |
| 5 | +* Create *Vagrantfile* configuration file for *libvirt* or *VirtualBox* environment |
6 | 6 | * Create *containerlab* configuration file
|
7 | 7 | * Create Ansible inventory and configuration file
|
8 |
| -* Create IPv4 and IPv6 addressing plan and OSPFv2, OSPFv3, EIGRP, IS-IS, and BGP routing design |
9 |
| -* Configure IPv4, IPv6, DHCP, DHCPv6, VLANs, VRFs, VXLAN, LLDP, BFD, OSPFv2, OSPFv3, EIGRP, IS-IS, BGP, RIPv2, RIPng, VRRP, LACP, STP, anycast gateways, route maps, prefix lists, AS-path prefix lists, route redistribution, default route origination, MPLS, BGP-LU, L3VPN (VPNv4 + VPNv6), 6PE, EVPN, SR-MPLS, or SRv6 on your lab devices. |
| 8 | +* Create IPv4 and IPv6 addressing plan and OSPFv2, OSPFv3, EIGRP, IS-IS, RIPv2, RIPng, and BGP routing design |
| 9 | +* Configure IPv4, IPv6, DHCP, DHCPv6, VLANs, VRFs, VXLAN, LLDP, BFD, OSPFv2, OSPFv3, EIGRP, IS-IS, BGP, RIPv2, RIPng, VRRP, LACP, LAG, MLAG, link bonding, STP, anycast gateways, static routes, route maps, prefix lists, AS-path prefix lists, route redistribution, default route origination, MPLS, BGP-LU, L3VPN (VPNv4 + VPNv6), 6PE, EVPN, SR-MPLS, or SRv6 on your lab devices. |
10 | 10 |
|
11 | 11 | Instead of wasting time creating lab topology in a GUI and configuring boring details, you'll start with a lab preconfigured according to your specifications.
|
12 | 12 |
|
13 | 13 | Interested? [Read the documentation](https://netlab.tools) and [installation guidelines](https://netlab.tools/install/).
|
14 | 14 |
|
15 | 15 | ## Releases
|
16 | 16 |
|
17 |
| -The latest release is [release 1.9.2](https://github.com/ipspace/netlab/releases/tag/release_1.9.2). It should be pretty stable, but if you encounter bugs, please report them as [GitHub issues](https://github.com/ipspace/netlab/issues/new/choose) and use release [1.9.1](https://github.com/ipspace/netlab/releases/tag/release_1.9.1) or [1.8.4-post2](https://github.com/ipspace/netlab/releases/tag/release_1.8.4-post2). |
| 17 | +The latest release is [release 1.9.3](https://github.com/ipspace/netlab/releases/tag/release_1.9.3). It should be pretty stable, but if you encounter bugs, please report them as [GitHub issues](https://github.com/ipspace/netlab/issues/new/choose) and use release [1.9.2-post1](https://github.com/ipspace/netlab/releases/tag/release_1.9.2-post1). |
18 | 18 |
|
19 | 19 | <!--
|
| 20 | +or [1.8.4-post2](https://github.com/ipspace/netlab/releases/tag/release_1.8.4-post2). |
| 21 | +
|
20 | 22 | If you encounter bugs using release 1.7.x, please downgrade to [1.6.4](https://github.com/ipspace/netlab/releases/tag/release_1.6.4) and [open a GitHub issue](https://github.com/ipspace/netlab/issues).
|
21 | 23 | -->
|
22 | 24 |
|
|
0 commit comments