Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying OpenFlow Cookbook
  • Table Of Contents Toc
OpenFlow Cookbook

OpenFlow Cookbook

By : Smiler. S
4.5 (4)
close
close
OpenFlow Cookbook

OpenFlow Cookbook

4.5 (4)
By: Smiler. S

Overview of this book

This book is intended for network protocol developers, SDN controller application developers, and academics who would like to understand and develop their own OpenFlow switch or OpenFlow controller in any programming language. With basic understanding of OpenFlow and its components, you will be able to follow the recipes in this book.
Table of Contents (17 chapters)
close
close
16
Index

Sending and processing experimenter message

The experimenter messages are used by the vendor to define any additional functionality that is not covered as part of the OpenFlow specification. It is possible for a vendor to define their own functionality in the switch, which can be configured by the OpenFlow message.

How to do it...

The controller should create the experimenter message with the following format and send it to the switch:

/* Experimenter extension message. */
struct ofp_experimenter_msg {
struct ofp_header header; /* Type OFPT_EXPERIMENTER. */
uint32_t experimenter;    /* Experimenter ID:
* - MSB 0: low-order bytes are IEEE OUI.
* - MSB != 0: defined by ONF. */
uint32_t exp_type;        /* Experimenter defined. */
/* Experimenter-defined arbitrary additional data. */
uint8_t experimenter_data[0];
};
How to do it...

The experimenter field should be set with the identifier value that uniquely identifies the experimenter. The experimenter identifier could be allocated either by IEEE OUI or by the...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
OpenFlow Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon