commit | fff5db6328f19c75cde9570ee9460d8d81cd767f | [log] [tgz] |
---|---|---|
author | Pier <pierventre@hotmail.com> | Tue Jan 21 18:41:55 2020 +0100 |
committer | Pier <pierventre@hotmail.com> | Fri Apr 24 12:27:35 2020 +0200 |
tree | bbdbe8749d5e004f897aa53931cb7ef9ed396a68 | |
parent | 11081f8638864f8a6bd44b289c8fcf90e5c36716 [diff] |
Adds scaled env. for multicast testing. Env. can support at most 4 aggregation switches (controlled by --a). Each aggregation device has 48 ports. netcfg is autogenerated by trellis_mcast_netcfg_gen.py. Additionally, makes the sleep configurable, puts in background dhclient, improves .gitignore and extends dhcp configs. Change-Id: I03bd0d3e94767b6b8846653989e5f9c452e7dc65
This repository contains a set of libraries and scripts that build on top of Mininet to construct topologies that include L3 routing elements. Quagga is used to construct routes that support a variety of routing protocols.
sudo apt-get install mininet
sudo apt-get install quagga
sudo pip install ipaddress
(if that doesn't work use sudo apt-get install python-pip
)