Have questions? Stuck? Please check our FAQ for some common questions and answers.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Overview

This section provides an overview on the NETCONF protocol implementation in ONOS.

 

Interfaces and Classes

  • NetconfController, implemented by NetconfControllerImpl, tracks all the NETCONF devices, serves as a one stop for obtaining an active device and (un)register listeners on devices.

  • NetconfDevice implemented by NetconfDeviceImpl,
  • NetconfSession implemented by NetconfSessionImpl,
  • NetconfDeviceProvider
  • NetconfDeviceListener implemented by InnerNetconfDeviceListener in NetconfDeviceProvider,
  • NetconfDeviceInfo
  • XMLConfigParser

 

  • No labels