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

Version 1 Next »

OpenFlow is the primary southbound protocol for ONOS, and it is used to implement the SDN control plane. OpenFlow operates at RTT-level time scales, usually milliseconds.

OpenFlow has some limited configuration capabilities, but many configuration operations (such as telling a switch which controllers to connect to, enabling the OpenFlow agent on a switch, or enabling OpenFlow on specific ports) are explicitly out of scope for OpenFlow.

Switches that require configuration beyond what OpenFlow provides may need to use other southbound protocols such as ovsdb, NetConf, SNMP, etc.. ONOS currently provides drivers for several southbound configuration protocols. In the future, ONOS may provide configuration abstractions which enable devices to be configured in a generic manner, without having to worry about specific configuration protocols or semantics.

  • No labels