Config for eNodeB and mgmt switch

Change-Id: I62357de4faca6499daf06f3cb782866fab6c2f3d
2 files changed
tree: 0ccb507866ff489c39ee40888e0161cfc352daf1
  1. .buckconfig
  2. .dockerignore
  3. .gitignore
  4. .gitmodules
  5. .gitreview
  6. BUCK
  7. Dockerfile
  8. Jenkinsfile
  9. LICENSE.txt
  10. README.md
  11. apps/
  12. buck-tools/
  13. bucklets/
  14. cli/
  15. core/
  16. docs/
  17. drivers/
  18. features/
  19. incubator/
  20. lib/
  21. models/
  22. modules.defs
  23. mwc-bpr-docker.sh
  24. mwc-fabric-restart.sh
  25. mwc-provision-dev.sh
  26. mwc-provision.sh
  27. mwc.defs
  28. onos.defs
  29. p4-pod-configs/
  30. pipelines/
  31. pom.xml
  32. protocols/
  33. providers/
  34. tools/
  35. utils/
  36. web/
README.md

ONOS : Open Network Operating System

What is ONOS?

ONOS is a new SDN network operating system designed for high availability, performance, scale-out.

Top-Level Features

  • High availability through clustering and distributed state management.
  • Scalability through clustering and sharding of network device control.
  • Performance that is good for a first release, and which has an architecture that will continue to support improvements.
  • Northbound abstractions for a global network view, network graph, and application intents.
  • Pluggable southbound for support of OpenFlow and new or legacy protocols.
  • Graphical user interface to view multi-layer topologies and inspect elements of the topology.
  • REST API for access to Northbound abstractions as well as CLI commands.
  • CLI for debugging.
  • Support for both proactive and reactive flow setup.
  • SDN-IP application to support interworking with traditional IP networks controlled by distributed routing protocols such as BGP.
  • IP-Optical use case demonstration.

Checkout our website and our tools