Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bobuhiro11/mininetlab

A set of mininet scripts to simulate multi-node frr, bgp, evpn, vxlan, etc.
https://github.com/bobuhiro11/mininetlab

bgp evpn-vxlan frr mininet network-simulation p4 p4lang

Last synced: about 2 months ago
JSON representation

A set of mininet scripts to simulate multi-node frr, bgp, evpn, vxlan, etc.

Awesome Lists containing this project

README

        

# mininetlab [![action](https://github.com/bobuhiro11/mininetlab/actions/workflows/action.yaml/badge.svg)](https://github.com/bobuhiro11/mininetlab/actions/workflows/action.yaml)

A set of mininet scripts to simulate multi-node frr, bgp, evpn, vxlan, p4, xdp, etc.

## Environment

- Ubuntu 22.04 LTS
- mininet 2.3.0

See [action.yaml](https://github.com/bobuhiro11/mininetlab/blob/main/.github/workflows/action.yaml) for more detail.

## Usage

The following single command will create the environment and run the simulation. The same applies to the other scripts.

```bash
python ./mininetlab/bgp_unnumbered.py
```