opendaylight
The OpenDaylight project is an open source platform for Software Defined Networking (SDN) that uses open protocols to provide centralized, programmatic control and network device monitoring.
1. Installing OpenDaylight
Download 0.4.4-Beryllium-SR4/
To run the Karaf distribution:
Unzip the zip file.
Navigate to the directory.
run ./bin/karaf.
2. Install the Karaf features
To install a feature, use the following command, where feature1 is the feature name listed in the table below:
install multiple features using the following command:
3. Uninstalling features
To uninstall a feature, you must shut down OpenDaylight, delete the data directory, and start OpenDaylight up again.
Important Uninstalling a feature using the Karaf feature:uninstall command is not supported and can cause unexpected and undesirable behavior.
4. Listing available features
To find the complete list of Karaf features, run the following command:
To list the installed Karaf features, run the following command:
Last updated