Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
35 views

I'm setting up an Apache NiFi flow using the ListS3 processor to scan an AWS S3 bucket, but I keep getting errors, and the processor isn't listing any files from the bucket. NiFi Processor ...
vaibhav's user avatar
  • 61
0 votes
0 answers
59 views

I'm creating a simple mininet with a simple command like below. I'm using the OpendayLight SDN controller along with 192.168.20.0/24 subnet. Remote controller IP is hosted at 192.168.8.5. It connects ...
badcode's user avatar
0 votes
1 answer
238 views

After changing the IP address of my machine, I'm encountering an issue with the ONOS GUI service. When attempting to start the GUI, I receive the message "ONOS GUI not ready yet... please stand ...
stam's user avatar
  • 106
0 votes
1 answer
2k views

I have problem opening miniedit file, it was working for me two days ago and I have no idea what change I have made it is not waorking today. Here is my command: ➜ examples git:(master) python3 ...
Pooya Afshari's user avatar
0 votes
1 answer
435 views

I have tried to use OVSBridge in ryu.lib.ovs.bridge to implement QoS but it doesn't work as I expected. Here is a link that includes a method to implement QoS from the controller. Here is my app code:...
Astrophe's user avatar
  • 574
1 vote
1 answer
393 views

I am new to the area of SDN and now I am trying to implement a function in Ryu controller: let's assume we let host1 send packets to host2. And I'd like to let the controller receive each 5th flow ...
Djarlo's user avatar
  • 15
0 votes
1 answer
2k views

*** No default OpenFlow controller found for default switch!
Phathu Mandane's user avatar
0 votes
1 answer
165 views

I'm trying to send the first K packets of each newly arrival flow to the SDN controller, e.g. pox or ryu. Currently, the packet-in method seems to be triggered at the moment of a new flow arrives to ...
Ali's user avatar
  • 213
0 votes
2 answers
311 views

I want to do some labtory work using a network like this: I want to transmit rtmp video streaming packets from the "server" node to the "client" node. The rtmp packets will be ...
Jennie Tsai's user avatar
0 votes
1 answer
49 views

I'm trying to run SDN Multiple controllers in omnet. I change some code in OFA_switch.cc .. I uncommented the first section and comment the lower section of code as illustrated. Since there is not a ...
Amthal 's user avatar
1 vote
1 answer
574 views

I'm trying to get the requested FlowStat information in Simple_monitor_13 (Ryu SDN Controller), but when run with a simple mininet topology and "pingall", the application keeps reporting ...
Natrie's user avatar
  • 13
0 votes
1 answer
153 views

I download openflow. It successfully been built. However, only scenario_Small is correctly working, when try to run other scenarios error runtime appears such as that: Cannot add statistic '...
Amthal 's user avatar
0 votes
0 answers
517 views

I am using Opendaylight Carbon (also tried Oxygen) with Mininet. I created a small network which conects to the remote ODL Controller using OpenFlow 1.3 using Virtual machines (Ubuntu 18.04) on the ...
imtiaz.stack's user avatar
2 votes
2 answers
2k views

Look at the following command - $ sudo mn --controller=remote,ip=127.0.0.1,port=6653 --switch=ovsk,protocols=OpenFlow13 --topo=tree,depth=2,fanout=4 I want to achieve this topology using Python code. ...
Kshitiz Srivastava's user avatar
1 vote
4 answers
994 views

I am needing to modify my Openflow configurations in my Opendaylight (0.11.x sodium) system. I follow the documentation which has helped guide is in creating new configs deleting configs replacing ...
E.S.'s user avatar
  • 2,851
0 votes
1 answer
451 views

According to OpenFlow specification, OpenFlow switch can be connected to multiple controllers with different role. I am now implementing mininet topology with OpenvSwitch. I would like to know how to ...
Raziel Naing's user avatar
1 vote
0 answers
1k views

I am using mininet with a Ryu controller. For the Ryu controller I am using the command: ryu-manager simple_switch_stp_13.py Concerning mininet I use the topology defined in the file Topo1.py: from ...
Loïc's user avatar
  • 11
0 votes
1 answer
61 views

Like this figure,enter image description here I can find many openflow1.3 which are multipart requests in this packet, but I don't know why happened here? Actually, isn't it only one openflow1.3 here ?...
Wayne0204's user avatar
0 votes
1 answer
555 views

In OpenDaylight, tcp listening port default set as 6653, 6633. But I want to use more ports (e.g. 6634, 6635). Where should I config them?
Wayne0204's user avatar
1 vote
0 answers
72 views

I have searched about OpenFlow protocol or any SDN controller vulnerabilities that a real attack had been done. All of the papers just wrote about attack possibilities. I am looking for any real world ...
Amir Souri's user avatar
2 votes
0 answers
264 views

I'm trying to direct non-broadcast arps to my controller. Basically I wanted to do something like this: sudo ovs-ofctl add-flow br0 dl_type=0x0806,dl_dst!=ff:ff:ff:ff:ff:ff,priority=101,action=...
Trytan's user avatar
  • 21
0 votes
1 answer
466 views

I want to setup mininet, Openflow plugin with ODL magnesium version where the ODL UI is not supported now. I need guidance on how can I set this up on my local system and configure it. The main ...
Engineer Graduate's user avatar
1 vote
0 answers
825 views

Hope you help me, I want to get flow info from switch and that by sending a request every 10s and the switch reply with the info but I get the following error when the controller receive the reply by ...
El Guenfo's user avatar
0 votes
1 answer
669 views

In time when OVS is registering in opendaylight (first time or after IP connectivity was lost and restored to ODL), each time pre-configured openflow rules on OVS (by ovs-ofctl add-flow) are ...
user13582022's user avatar
1 vote
1 answer
175 views

I am newbie to SDN and i have little experience with POX controller but i want to do the same work(same topology , same openflow rules) done using POX controller by using another controller. Can ...
Thisura's user avatar
  • 23

1
2 3 4 5
8