- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- About modifying flow in openflow 1.0 and 1.3 versi...
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-15-2015 09:32 PM
03-15-2015 09:32 PM
About modifying flow in openflow 1.0 and 1.3 versions
I have installed controller of version 2.4.5 and trying to get response for the Rest apis from java.
It is working fine with the POST, GET AND DELETE commands for the flow in 1.0 and 1.3.
1.But,in modifying the flow the passing the same json with some modification like change in protocol or src dest ips
But it is not modifying the existing the flow rather it is adding the another flow in the specified switch.
2. After flow creation no ping is happening in the mininet prompt but same count of packet loss is getting added to the packet count for the particular flow.(for iCMP and TCP)
3.Ping is happening but no updation in byte and packet count for UDP protocol.
Hoping for the solution and Thank you in advance.
The have attached the sample for reference.