By default, OpenDaylight can be administered via JMX. Network engineers, however, often need to tweak the default configurations to get their deployment integrated into their network. In this recipe, we'll show you how to make these changes.
Using JMX to monitor and administer OpenDaylight
Getting ready
The ingredients of this recipe include an OpenDaylight distribution kit, access to a JDK, and a source code editor. Sample configuration for this recipe is available at:
https://github.com/jgoodyear/OpenDaylightCookbook/tree/master/chapter10/chapter10-recipe8
Administrators should take care when exposing JMX access; SSL should be enabled, and strong passwords enforced.