OpenFlow Cookbook
eBook - ePub

OpenFlow Cookbook

Kingston Smiler. S

Partager le livre
  1. 292 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

OpenFlow Cookbook

Kingston Smiler. S

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que OpenFlow Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  OpenFlow Cookbook par Kingston Smiler. S en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Informatique et RĂ©seaux informatiques. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2015
ISBN
9781783987948

OpenFlow Cookbook


Table of Contents

OpenFlow Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it

How it works

There's more

See also
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. OpenFlow Channel Connection Establishment (Part 1)
Introduction
Connection setup on TCP and TLS
Getting started
How to do it...
TCP Procedure
TLS Procedure
There's more

See also
Connection setup with multiple controllers
How to do it...
How it works...
There's more

See also
Setting the role of the communication channel towards a controller
How to do it...
There's more

See also
Establishing an auxiliary connection to the controller
Getting started
How to do it...
There's more

See also
Handling a handshake message from the controller
Getting started
How to do it...
See also
Handling a switch configuration message from the controller
How to do it...
See also
Connection interruption procedures
How to do it...
How it works...
There's more

1. OpenFlow Channel Connection Establishment (Part 2)
Introduction
Connection setup on TCP and TLS
Getting started
How to do it...
TCP Procedure
TLS Procedure
There's more

See also
Multiple controllers managing a switch with different roles
How to do it...
How it works...
See also
Setting the role of a controller's communication channel
How to do it...
See also
Auxiliary connection establishment
Getting started
How to do it...
There's more

See also
Sending a handshake message to the switch
Getting started
How to do it...
See also
Sending a switch configuration message to the switch
Getting started
How to do it...
See also
2. Symmetric Messages and Asynchronous Messages (Part 1)
Sending and processing a hello message
Getting started
How to do it...
Sending the OFPT_HELLO message
Receiving the OFPT_HELLO message
There's more

See also
Sending and processing an echo request and a reply message
Getting started
How to do it...
Sending the OFPT_ECHO_REQUEST message
Receiving OFPT_ECHO_REQUEST
Processing OFPT_ECHO_REPLY message
There's more

Sending and processing an error message
How to do it...
See also
Sending and processing an experimenter message
How to do it...
Handling a "Set Asynchronous Configuration message"
How to do it...
How it works...
See also
Handling a "Get Asynchronous Configuration message" from the controller
How to do it...
See also
Sending a packet-in message to the controller
How to do it...
How it works...
There's more

See also
Sending a flow-removed message to the controller
How to do it...
See also
Sending a port-status message to the controller
How to do it...
See also
Sending a controller role-status message to the controller
How to do it...
See also
Sending a table-status message to the controller
How to do it...
See also
Sending a request-forward message to the controller
How to do it...
See also
Handling a packet-out message from the controller
How to do it...
See also
Handling a barrier message from the controller
How to do it...
See also
2. Symmetric Messages and Asynchronous Messages (Part 2)
Sending and processing a hello message
Getting started
How to do it...
Sending the OFPT_HELLO message
Receiving the OFPT_HELLO message
There's more

See also
Sending and processing an echo request and a reply message
Getting started
How to do it...
Sending the OFPT_ECHO_REQUEST message
Receiving OFPT_ECHO_REQUEST message
Processing OFPT_ECHO_REPLY message
There's more

Sending and processing error message
How to do it...
See also
Sending and processing experimenter message
How to do it...
Configuring the switch to send a list of asynchronous events the controller channel is interested in
How to do it...
How it works...
See also
Fetching the list of possible asynchronous events that can come from the switch to the controller channel
How to do it...
See also
Processing a packet-in asynchronous message from the switch
Getting started
How to do it...
See also
Processing a flow removed asynchronous message from the switch
Getting started
How to do it...
See also
Processing a port-status asynchronous message from the switch
Getting started
How to do it...
See also
Processing the controller role-status message from the switch
Getting started
How to do it...
See also
Processing a table status asynchronous message from the switch
Getting started
How to do it...
See also
Processing a request forward message from the switch
Getting started
How to do it...
Sending a packet-out message to the switch
How to do it...
Construct the packet and sending it for further pipeline processing in the switch
Using packet buffer in the switch
See also
Sending a barrier message to the switch
How to do it...
See also
3. Flow Table and Flow Entry Modification Messages (Part 1)
Introduction
Flow table entry
Match Fields
Oxm_class
Oxm_field
Oxm_haskmask
Priority
Counter
Instructions
Action set
Action list
Action
Timeout
Cookie
Modifying a flow table with eviction enabled
How to do it...
See also
Modifying a flow table with vacancy enabled
How to do it...
There's more

See also
Adding a new flow entry to a flow table
How to do it...
See also
Deleting a flow ...

Table des matiĂšres