Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electrocucaracha/vagrant-sdn-lab
Vagrant project for SDN lab
https://github.com/electrocucaracha/vagrant-sdn-lab
mininet opendaylight vagrant
Last synced: 1 day ago
JSON representation
Vagrant project for SDN lab
- Host: GitHub
- URL: https://github.com/electrocucaracha/vagrant-sdn-lab
- Owner: electrocucaracha
- Created: 2017-07-04T17:21:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T03:31:45.000Z (over 7 years ago)
- Last Synced: 2024-11-05T16:12:37.283Z (about 2 months ago)
- Topics: mininet, opendaylight, vagrant
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software-Defined Networking Lab on Vagrant
This vagrant project pretends to deploy a SDN lab using [OpenDaylight][1]
as Controller and [Mininet][2] as Virtualized Infrastructure Manager (VIM).
The openDayLight User eXperience feature is installed during the
provisioning script, as consequence it's possible to visualize the topology
thru the following URL -> http://10.0.0.2:8181/index.html#/topology## Requirements:
* Vagrant
* VirtualBox## Steps for execution:
$ git clone https://github.com/electrocucaracha/vagrant-sdn-lab.git
$ cd vagrant-sdn-lab
$ vagrant up## Destroy:
$ vagrant destroy
### Examples
The ~/topologies folder contains python scripts to create custom topologies.
For example, the following command uses the example01.py file to create a
linear topology of 2 connected hosts and uses the ODL deployed locally as
remote SDN controller.$ sudo mn --custom ~/topologies/example01.py --topo mytopo --controller=remote,ip=127.0.0.1,port=6633
mininet> pingall[1]: https://www.opendaylight.org/
[2]: http://mininet.org/