On Mon, 3 Aug 2015 17:42:15 -0500 siddharth gangadhar <[email protected]> wrote:
> We have Brocade Netiron CES2024c Openflow enabled switches as part of our > Openflow inventory. I was wondering if Ryu controller has teh ability to > support the switch? > > I tried using the Ryu Topology Viewer to check if the controller is able to > detect the switch but was unsuccessful. The command I used to run the GUI > app is ryu run --observe-links ryu/app/gui_topology/gui_topology.py > > Is there an alternate method to test connectivity to the switch? What OF version the switch support? If it's 1.3, then you can try: https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch_13.py It's the very simple application. ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
