- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Create a new Flow on the OF-SW(1.3) by using RDdoc...
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
10-31-2013 12:22 AM
10-31-2013 12:22 AM
Create a new Flow on the OF-SW(1.3) by using RDdoc "POST, /of/datapaths/{dpid}/flows"
Hi, Expert
Please let me know the "JSON string" for both "MAC-IP" and "Extensibility" flow-tables.
- I'm using the OF-SW which is version 1.3.
- I already referred to topic:"Flow creation via REST API" in this page.
- I also could not login to https://genesis.americas.hpqcorp.net/
- I would like to also create Flow using "Mask".
Please let me know the JSON string which inputs into the "flowJson" field of RSdoc. Thank you.
Shigeru Sakuma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2013 01:28 PM
10-31-2013 01:28 PM
Re: Create a new Flow on the OF-SW(1.3) by using RDdoc "POST, /of/datapaths/{dpid}/flows"
Firstly, the "Flow creation via REST API" post is the right place to start.
This will give you the JSON schema used to create flows.
Note: Don't worry about not accessing the genesis.americas.hpqcorp.net website - that's HP internal only.
To post to the MAC-IP and Extensibility tables will require knowledge of the OpenFlow implementation in your switch.
The "table_id" will specify which table the flow will be installed in.
You will need to be mindful of the Match/Actions supported in each table to make sure the flow is successfully installed.
Hope this helps
-- Dave