-
Notifications
You must be signed in to change notification settings - Fork 139
Tutorial 2: rftest2
allanv edited this page Apr 12, 2013
·
6 revisions
This tutorial is incomplete and still being written
This tutorial assumes you've read the first one. We will not go into much detail about the basic steps, instead we will focus on configuring a more complex setup with OSPF and using Mininet as a simulation tool.
We are simulating the following scenario:

There are four routers (A, B, C and D), each connected to a host. They will route traffic from the different networks in the topology by using OSPF.
The RouteFlow approach to this scenario is given below:

The basic steps for creating virtual machines were given in the first tutorial. The basic steps are the same, so now we will show how to configure Quagga for this new scenario.
Still being written...