- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- OpenFlow Multipart messages are not used by HP VAN...
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
03-02-2016 01:07 PM - edited 03-03-2016 08:05 AM
03-02-2016 01:07 PM - edited 03-03-2016 08:05 AM
OpenFlow Multipart messages are not used by HP VAN SDN Controller
Hi,
I'm using the HP VAN SDN Ctrl with a OpenFlow switches in a simulation software - somewhat similar to mininet.
I have installed version 2.6.11 of the controller and it seems to be operational. However, when I connect OpenFlow 1.3 capable switches to the controller, only the HELLO and FEATURES_REPLY messages seem to be taken into account by the controller. This is my assumption because information from Multipart reply messages (OFPMP_DESC and OFPMP_PORT_DESC) is never reflected in the controller.
I have attached screenshots and a Wireshark packet capture (rename HP_VAN_Capture.txt to HP_VAN_Capture.pcap) showing the packet exchanges, and missing information in the controller. For this reason, I believe the controller is not able to send flow modification messages and BDDP for topology discovery to the switches.
Additional information: Interfacing the same switches with OpenDaylight controller works fine including adding flow entries so that the controller influences traffic forwarding the switches. Hence there seems to be something we are missing that is causing problems when we use the HP controller.
Any information is appreciated.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2016 04:10 PM
04-15-2016 04:10 PM
Re: OpenFlow Multipart messages are not used by HP VAN SDN Controller
Hi eochiengrvbd,
I took a look at the screenshots and packet capture file you posted, and it looks like the Riverbed switch you're connecting to the controller is not responding to a portion of the controller's OFPT_MULTIPART_REQUEST message, specifically the OFPMP_TABLE_FEATURES type. Without the OFPMP_TABLE_FEATURES response, the controller isn't aware of what table IDs exist (OF 1.3), which fields can be matched in each table, or which instructions can be carried out by each table. For that reason, the switch is never fully connected and ready from the controller's perspective.
You could also try using the "OpenFlow Trace" tab to see the conversation with the switch from the controller's perspective. The trace duration is adjustable under the "TraceManager" component, if you need more than 10 seconds of the conversation. Could you post a screenshot of that conversation, if you're still having issues?