From 0aec84e54c5d7bffd01513ae1a7b1fe6623cf590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enric=20Perpiny=C3=A0=20Pitarch?= Date: Wed, 26 Jun 2024 21:23:11 +0200 Subject: [PATCH] Add FakeNOS emulator (#159) * Add FakeNOS emulator Co-authored-by: Ken Celenza --------- Co-authored-by: Ken Celenza --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 39b067b..ac5349c 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,9 @@ Network Automation is a cross between the discipline of [Network Infrastructure] - [CML](https://www.cisco.com/c/en/us/products/cloud-systems-management/modeling-labs/index.html) - Cisco Modeling Labs (CML), which replaces VIRL, is a network emulator with both an API and GUI frontend. - [Container-Lab](https://github.com/srl-wim/container-lab) - Containerlab provides a framework for orchestrating networking labs with containers. It starts the containers, builds a virtual wiring between them to create lab topologies of users choice and manages labs lifecycle. - [EVE-NG](http://www.eve-ng.com/) - The Emulated Virtual Environment for Network, Security and DevOps professionals. + - [FakeNOS](https://fakenos.github.io/fakenos/) - Simulate network operating systems in a programmatic and easy way. + + - [GNS3](https://www.gns3.com/) - Graphical Network Simulator-3. - [Mininet](http://mininet.org/) - Mininet creates a realistic virtual network, running real kernel, switch and application code, on a single machine (VM, cloud or native), in seconds, with a single command. - [netlab](https://github.com/ipspace/netlab) - Brings 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 create configs for VirtualBox/libvirt/containerlab, Ansible inventory, IPv4/v6 addressing, VLANs and VRFs, OSPF, EIGRP, IS-IS, BGP, BFD, MPLS, MPLS/VPN, VXLAN, EVPN and Segment Routing.