I am trying to run a java program and I am getting the following run time error.The error is shown below.
Exception in thread "main" java.lang.NoSuchFieldError: DEF_CONTENT_CHARSET
at…
I have installed ONOS 2.3.0 on an Ubuntu Server 18.04.4 virtual machine running on Hyper-V following this steps (taken from here and here):
Firstly, I have installed Java 11 (openjdk-11-jdk and openjdk-11-jre), maven and curl;
then I have…
I'm using ONOS as my SDN Controller, REST in NB and Netconf in SB.
I can send data over these layers, catch response and analyse them.
Now, the question is how to receive events in REST API APPs.
I mean there be no need for the APPs to send request…
I am trying to import and use Apache Kafka producer within an application of a much bigger project (onosproject.org) developed with Karaf. My application is referencing four services of which only one is satisfied, resulting in unsatisfied…
Within a UBUNTU VM, using GNS3 I created code that is an attempt to perform 3 different outcomes, since these programs can't run mutally in the same terminal however I'm not sure how to seperate them into seperate terminals and add delays inbetween…
I want to create a simple topology with 2 hosts (h1,h2) and 2 switches (s1,s2), but i want to connect h1 to s1 and s2 at the same time but i will activate only 1 connection as needed. Like this(where green link is an activate and the red one is…
I am using reactjs to show ONOS data. But I am getting CORS error when fetching onos rest api url. How to configure rest api to overcome this problem. I did not find any documentation. Please helo me. Thanks in advance.
I’m following this tutorial https://wiki.onosproject.org/display/ONOS/Template+Application+Tutorial for creating a CLI command that allows me to block an OF switch’s interface throught intent. I built ONOS using Bazel as suggested here…
I have been worked with ONOS controller for a time. Today, I started onos with "bazel run onos-local --clean debug" command. Onos started to work, I can reach CLI of controller. However I cannot reach to http://localhost:8181/onos/ui GUI as I used…
What all factors need to be considered when I have to choose between ONOS and Opendaylight ?
ONOS focuses on performance and scalability ,whereas
ODL focuses on bringing Legacy and NGN together
This is what I found on internet.
All the references…
I have been trying to install the ONOS controller on my Ubuntu VM on my MAC computer following the steps in this link: Download ONOS code & Build ONOS.
However, the building process is not successful after executing the following command:
~/onos$…
I have a question.
I have now configured the topology using mininet. Here I want to limit the flow table size of the switch.
Is there a way to limit the flow table size of the switch???
Or can OpenVSwitch limit it?
Thank you.
I'm working on SDNs and trying so send data from SB to ONOS and I've used NETCONF as its protocol.
is ONOS able to get the message when my NETCONF agent sends notofication?
if yes, where does it save the messages and how can I access them?
I am working on ONOS Virtual Box instance version 3.0.3. I am unable to configure the Swagger auto generated API documentation using the standard uri http://>/v1/docs. I have been able to install POSTER extension and can do GET / HEADER method call…
I am new to building ONOS SDN controller apps. How do we get the traffic flow statistics for all switches/devices ? Any help with the guidelines/documentation would be of great help.