- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: OpenFlow 1.3 running on Simware7
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2015 12:38 AM
02-06-2015 12:38 AM
OpenFlow 1.3 running on Simware7
Dear Experts,
I am trying to putup a SDN network with Simware 7. OpenFlow can be configured without any issue. Controller can see the switches, OF instances. But links in between the swicthes or the nodes are not getting updated.
Has anyone done this kind of demo before?
If yes, please share your experiences.
Thanks.
Yohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2015 12:53 AM
02-06-2015 12:53 AM
Re: OpenFlow 1.3 running on Simware7
Hi Yohan,
I did not try to use Simware but I would suggest you to disable Hybrid mode form the Controller Manager configuration.
default value is true, I would modify it to flase and reboot the controller service.
Keep in mind that HP Network Simulator cannot simulate hardware-based Comware features and that switching features based on ASICs cannot be tested using this tool, this might not prevent the controller to draw the topology but will impact your testing.
Regards,
Antoino
SDN CoE Team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2015 12:57 AM
02-09-2015 12:57 AM
Re: OpenFlow 1.3 running on Simware7
Hi,
My controller is running on Hybrid Mode == False.
I am aware that the HW Base ASIC features may not run. I need to have a 4 OF nodes running in a ring and manipulate the traffic path. But the links and nodes are not being discovered.
Thanks.
Yohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2016 06:49 AM - edited 07-13-2016 07:33 AM
07-13-2016 06:49 AM - edited 07-13-2016 07:33 AM
Re: OpenFlow 1.3 running on Simware7
Hi!
I just found this post as I had the same problem when trying managing a virtual switch running in in the HP Comware Simulator (HCL Cloud Lab). I am running Version 7.1.59 of the Comware Simulator and Version 2.7.10 of the HPE VAN SDN Controller. Without setting the hybrid mode to false there are errors with the automatically added flows and the simulated switch will not added successfully. There are errors generated by the flows that are required for hybrid mode. I assume this is caused by the absence of real physical ports and some required reserved port types.
Withoud hybrid mode, the switch is detected and you can add flows to the table (1 table is supported with the number 0). The active logical and reserved ports appear in the OpenFlow Monitor view of the switches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2016 12:58 PM
07-15-2016 12:58 PM
Re: OpenFlow 1.3 running on Simware7
Hi Yohan and Gerhard,
The difference between hybrid.mode=true and hybrid.mode=false in this respect is that when hybrid.mode=true the default behavior becomes output=NORMAL, so the VAN SDN controller needs to push specific flows which will copy ARP/DHCP (host discovery) and BDDP (link discovery). When hybrid.mode=false, the default behavior is output=CONTROLLER so there is no need to these flows to get packets to the controller.
If you aren't seeing the forwarding behavior you expect, could you please attach the following on this thread?
- The flows which currently exist on the device (OpenFlow Monitor->Flows)
- The ports being reported by the device (OpenFlow Monitor->Ports)
If you could attach a small packet capture (OpenFlow Trace) then that would also be helpful, but it isn't strictly necessary.