Difference between revisions of "Allexamples"
(→Laboratory Scenarios ) |
(→Laboratory Scenarios ) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 48: | Line 48: | ||
| A set of virtual scenarios designed to explore an OpenStack environment running OpenDaylight as the network management provider. Prepared by Raúl Álvarez Pinilla as a result of his [http://www.dit.upm.es/muirst Master's] Thesis. | | A set of virtual scenarios designed to explore an OpenStack environment running OpenDaylight as the network management provider. Prepared by Raúl Álvarez Pinilla as a result of his [http://www.dit.upm.es/muirst Master's] Thesis. | ||
|- | |- | ||
− | | style="text-align: left" | [[Vnx-labo-openstack|Openstack | + | | style="text-align: left" | [[Vnx-labo-openstack|Openstack laboratories]] |
− | | | + | | A set of Openstack tutorial scenarios designed to experiment with [http://openstack.org Openstack] free and open-source software platform for cloud-computing, covering Kilo and Liberty Openstack versions and different network configurations. |
− | + | |- | |
+ | | style="text-align: left" | [https://github.com/cletomcj/vnx-sdn SDN laboratories] | ||
+ | | A repository where users can find virtual environments to test how SDN networks work, how Floodlight controller works and practice with some examples of SDN applications. Prepared by Carlos Martín-Cleto for his Master's Thesis | ||
+ | |- | ||
+ | | style="text-align: left" | [[Vnx-labo-opennebula|OpenNebula laboratory]] | ||
+ | | An OpenNebula tutorial scenario designed to experiment with [http://opennebula.org OpenNebula] free and open-source software platform for cloud-computing. | ||
+ | |- | ||
+ | | style="text-align: left" | [[Vnx-labo-vpls|VPLS laboratory]] | ||
+ | | A VNX implementation of the basic VPLS test setup scenario for OpenBSD created by Renato Westphal and described [https://github.com/rwestphal/openbsd-ldpd/wiki/VPLS-basic-test-setup here]. | ||
|} | |} | ||
Latest revision as of 23:33, 24 May 2016
VNX Scenarios
Simple Example Scenarios
Name | Description |
---|---|
VNX Simple Scenarios | Several simple example scenarios are included in VNX distribution to allow testing the tool functionalities with the different types of virtual machines supported (see /usr/share/vnx/examples/simple_*.xml files). |
Tutorial Ubuntu (KVM) | Tutorial scenario made of 6 Ubuntu KVM virtual machines (4 hosts and 2 routers) connected through three virtual networks. The host participates in the scenario having a network interface in one of the virtual networks. |
Tutorial Ubuntu (LXC) | Tutorial scenario made of 6 Ubuntu LXC virtual machines (4 hosts and 2 routers) connected through three virtual networks. The host participates in the scenario having a network interface in one of the virtual networks. |
Tutorial Ubuntu (KVM & dynamips) | Tutorial scenario made of 4 Ubuntu KVM virtual machines and two dynamips routers connected through three virtual networks. The host participates in the scenario having a network interface in one of the virtual networks. |
Tutorial Android | Tutorial scenario made of 2 Android X86 clients, 2 LXC ubuntu based routers and two LXC ubuntu based servers connected through three virtual networks. The host participates in the scenario having a network interface in one of the virtual networks. |
Tutorial using Open vSwitch and VLANs | Tutorial scenario made of 6 Ubuntu LXC virtual machines (4 hosts and 2 routers) connected through three virtual networks based on Open vSwitch and using VLANs. |
Olive example | A simple escenario made of three Olive routers conected in a triangle topology and three ubuntu hosts |
Testing big scenarios with LXC | Use a simple script to generate 2-level tree topologies to test big scenarios made of LXC virtual machines. |
Simple two-routers OSPF scenario | A simple escenario made of two routers using quagga OSPF daemon. |
Laboratory Scenarios
Name | Description |
---|---|
Security laboratory | A security laboratory scenario designed to allow 16 student groups to work together configuring firewalls and using security related tools and distributions. |
Openstack-Opendaylight laboratory | A set of virtual scenarios designed to explore an OpenStack environment running OpenDaylight as the network management provider. Prepared by Raúl Álvarez Pinilla as a result of his Master's Thesis. |
Openstack laboratories | A set of Openstack tutorial scenarios designed to experiment with Openstack free and open-source software platform for cloud-computing, covering Kilo and Liberty Openstack versions and different network configurations. |
SDN laboratories | A repository where users can find virtual environments to test how SDN networks work, how Floodlight controller works and practice with some examples of SDN applications. Prepared by Carlos Martín-Cleto for his Master's Thesis |
OpenNebula laboratory | An OpenNebula tutorial scenario designed to experiment with OpenNebula free and open-source software platform for cloud-computing. |
VPLS laboratory | A VNX implementation of the basic VPLS test setup scenario for OpenBSD created by Renato Westphal and described here. |
VNX Plugins Example Scenarios
Name | Description |
---|---|
OSPF plugin example | A simple escenario made of two routers running quagga OSPF daemon configured using the OSPF plugin. |
DHCP plugin example | A simple escenario made of two routers and two hosts using DHCP configured by means of DHCP plugin. r1 runs a DHCP server, r2 a DHCP relay and h1 and h2 autoconfigure themselves using DHCP. |