commit | b0dd5eda75c8b425ecb9317b94201261cbb74990 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Wed Mar 29 17:36:21 2017 -0700 |
committer | Charles Chan <rascov@gmail.com> | Mon Apr 24 17:05:22 2017 -0700 |
tree | 46fd5f293889df9180ab26b495043535b0e021b0 | |
parent | 279fabf3885f087d5581be8c1c0a324764712e14 [diff] |
Dual-homed Trellis environment Done: - Dual homed host with bonding interface - Dual link between leaf-spine - Backup link between paired leaves Not included: - Dual homed routers Change-Id: Ib27198a1db13bb257eecf5dc20d997ea4ea643fb
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
)