MiniEdit 2.1.0.5

Well, I finally got around to doing the one feature I have had on my list since I starting making updates to MiniEdit.  You now can have multiple controllers in MiniEdit.  Now you can do OpenFlow islands, with different islands controlled by different types of controllers or if you have the supported controller, have a redundant controller for a switch.

MiniEdit2105

Now, this also means that how you handle controllers takes a little more work than before. You will have to remember now to make the link between the controller and the switch.  A switch that does not have a line to a controller will not be under control of any controller.

So features in this release.

  • Multiple controllers
  • You can now set the default route for a host
  • Many bug fixes

Download MiniEdit 2.1.0.5 here.

MiniEdit 2.1.0.4

Got some nice new additions this time.  Complete change list is.

  • You can choose the switch type of IVS(Indigo Virtual Switch) or OVS(Open vSwitch) on a per switch basis now.
  • Added jitter and speedup to the list of link parameters.
  • You now have the ability to add VLAN subinterface to the hosts.  If not already installed, you will need to install the ‘vlan’ package for this to work.  ‘sudo apt-get install vlan’
  • While your network is running, you can right click on a link and choose to change the link status to up or down.

Download MiniEdit 2.1.0.4 here.

 

MiniEdit 2.1.0.3

Update: There was a small bug in the Open function when loading OF versions.  It has been fixed and I have replaced the old 2.1.0.3 with the fixed version.

==============================

Time for another increment to MiniEdit.  Complete change list is:

  • Hosts
    • Set Hostname
    • Set Static IP Address.  Overrides Mininet auto IP allocation.
  • Switches
    • Set Hostname
    • Set DPID
    • Set DPCTL listen port. addSwitch(listenPort=6634)
  • Preferences
    • Support for choosing OpenFlow 1.1 if you have Open vSwitch 2.0+
    • Set global level DPCTL incremental port. Mininet(listenPort=6634)
  • Other
    • Popup menu items on host, switch, and link are context with whether Mininet is running

Download MiniEdit 2.1.0.3 here.