Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bobuhiro11/mininetlab
- Owner: bobuhiro11
- License: mit
- Created: 2021-04-28T15:01:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T13:28:43.000Z (4 months ago)
- Last Synced: 2024-08-13T16:19:59.558Z (4 months ago)
- Topics: bgp, evpn-vxlan, frr, mininet, network-simulation, p4, p4lang
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.0See [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
```