oor
deploy programmable overlay networks
Install
- All systems
-
curl cmd.cat/oor.sh
- Debian
-
apt-get install openoverlayrouter
- Ubuntu
-
apt-get install openoverlayrouter
- Kali Linux
-
apt-get install openoverlayrouter
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install openoverlayrouter
- Dockerfile
- dockerfile.run/oor
openoverlayrouter
deploy programmable overlay networks
The OpenOverlayRouter (OOR) project aims to deliver a flexible and modular open-source implementation to deploy programmable overlay networks. It leverages on encapsulating overlay-specific packets into underlay-compatible packets at the edges of the instantiated overlay and route them over the physical underlying infrastructure. In order to do so, it maps overlay identifiers to underlay locators and keeps those mappings updated over time. In the current version, OOR uses the LISP protocol for the control-plane (e.g. mapping retrieval and updating, etc), NETCONF/YANG for the management-plane (e.g. overlay identifiers provisioning, etc) and can use both LISP and VXLAN-GPE headers for encapsulation.