- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- OpenFlow 1.0 Set Field Transport Src/Dst
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
08-15-2014 06:37 AM
08-15-2014 06:37 AM
OpenFlow 1.0 Set Field Transport Src/Dst
Hello everyone,
according to the OpenFlow 1.0 specification, it is only possible to set the transport source/destination, but not
specifcally the UDP and TCP ports with an action.
As the SDN controller does not contain a specific set_field operation for this general purpose, I used TCP_SRC and TCP_DST (btw: the usage of UDP_SRC and UDP_DST caused a verision mismatch error).
Now I am wondering whether an action with set_field:tcp_dst=80 also sets the destination value of a UDP packet that fits the match. Does anyone know this?
Best regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2014 11:18 AM
09-02-2014 11:18 AM
Re: OpenFlow 1.0 Set Field Transport Src/Dst
Hello Dast,
You can see the json schema/models supported at https://Controller_IP:8443/sdn/v2.0/models .Could you please share the below details
1.Controller version used.
2.error logs/screenshots while using UDP_SRC/UDP_DST [As per your post TCP_SRC/TCP_DST working fine].
3.Code or REST API used.
Thanks,
HP SDN Team