Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
1k views

I’m attempting to statically set mac addresses for my hosts in my mininet script. below is the script being ran from mininet.net import Mininet from mininet.node import Node from mininet.topo import ...
0 votes
1 answer
891 views

I have a python script that aims to make a linear topology of length 2, with 2 controllers: a custom and standard pox. The ping between the hosts is not working and the only hint I have is: "You ...
-2 votes
1 answer
203 views

I'm currently working with POX to create some firewall rules. First time going about the process and I'm a bit confused on something. If I want to block the addresses... 10.0.33.1 10.0.33.2 10.0.33.3 ...
0 votes
1 answer
106 views

While working with Mininet, what should be started first: the POX controller or Mininet and why?
2 votes
1 answer
3k views

I'm new to Mininet and POX controller to simulate SDN. I want to create the following network, using Mininet Python API: Network Topology My objective is to let each host/router send packets to all ...
dnyll's user avatar
  • 138
0 votes
1 answer
173 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
1 vote
1 answer
926 views

I am trying to run pox controller using the command python2 ./pox.py forwarding.​ l3_detectionEntropyemphasized text Then I got this error. ` Traceback (most recent call last): File "./pox....
0 votes
1 answer
4k views

I recently started learning SDN and installed mininet to understand its working. I understood how to build basic topologies and how to create flow rules through command line as well. Then i came ...
Atul's user avatar
  • 33
0 votes
1 answer
2k views

I ran pox using this command: /pox.py log.level openflow.of_01 forwarding.topo_proactive openflow.discovery Started mininet using a custom python script: sudo python3 proactive_p1.py Up to this point,...
1 vote
0 answers
73 views

openvswitch, a flow entry can have a list of actions (e.x. multiple ports for output). Is there a way that I can remove one specific output port from the action list?
Roni's user avatar
  • 11
1 vote
1 answer
219 views

I am trying to send data from a Northbound application that I have written, into the Ryu application. The NB app is performing a lot of computation, so I have chosen to run it outside of Ryu. How do I ...
Matt's user avatar
  • 11
1 vote
1 answer
184 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 ...
0 votes
1 answer
1k views

I'm trying to complete the mininet topology exercise from this website https://github.com/mininet/openflow-tutorial/wiki/Advanced-Topology. Basically I have to create a topology like this: h1-----s1--...
2 votes
1 answer
257 views

I want write code using POX controller to capture the FIN packets in live traffic. How to find the FIN packets coming to the switch in pox controller ? Does flow_stats has the flags attribute? My ...
Shalini Pv's user avatar
0 votes
1 answer
3k views

I downloaded the Mininet VM and I have two windows 7 vms. I want to use two windows 7 vms as hosts in Mininet. I searched the internet and found that I can use the hwintf.py example to use other vms ...

15 30 50 per page
1
2 3 4 5
...
9

AltStyle によって変換されたページ (->オリジナル) /