Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The application is included in the onos-app-samples repository (please follow the instructions from here to clone and build it) and has a dependency on the newoptical app from the onos repository. The app can be activated from the ONOS CLI as follows:

Code Block
onos> app activate org.onosproject.newoptical
onos> app activate org.onosproject.ecord.carrierethernet

...

Note that in the current CE app implementation, global UNIs also include information regarding their available and used BW capacity – the latter updated with each BW profile addition or removal. 

CarrierEthernetPacketProvisionerCarrierEthernetProvisioner: Manages connectivity across the packet network domain, including the selection of link paths and appropriate method calls from CarrierEthernetPacketNodeManager.java to establish forwarding and apply bandwidth profiles on network nodes.

...