Book Image

Learning OpenDaylight

By : Reza Toghraee
Book Image

Learning OpenDaylight

By: Reza Toghraee

Overview of this book

OpenDaylight is an open source, software-defined network controller based on standard protocols. It aims to accelerate the adoption of Software-Defined Networking (SDN) and create a solid foundation for Network Functions Virtualization (NFV). SDN is a vast subject; many network engineers find it difficult to get started with using and operating different SDN platforms. This book will give you a practical bridge from SDN theory to the practical, real-world use of SDN in datacenters and by cloud providers. The book will help you understand the features and use cases for SDN, NFV, and OpenDaylight. NFV uses virtualization concepts and techniques to create virtual classes for node functions. Used together, SDN and NFV can elevate the standards of your network architecture; generic hardware-saving costs and the advanced and abstracted software will give you the freedom to evolve your network in the future without having to invest more in costly equipment. By the end of this book, you will have learned how to design and deploy OpenDaylight networks and integrate them with physical network switches. You will also have mastered basic network programming over the SDN fabric.
Table of Contents (18 chapters)
Title Page
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Customer Feedback
Dedication
Preface

Peering with the outside world using BGP


In this section, we will start looking at how OpenDaylight communicates with other legacy networking products, such as routers. I would like to remind you that what we have learned until now about SDN and OpenDaylight was through a standalone, isolated SDN domain, meaning that the hosts and switches in the SDN domain were able to communicate with each other. We learned that the SDN domain is similar to a very large chassis-based switch with many line cards to connect to servers.

Now let's connect our SDN domain, which consists of many hosts and servers, to the outside world. For this, we need to first learn how to communicate with the outside world and then program the fabric in such a way that it would allow real traffic to transit from the SDN domain to the outside.

For communication with the outside world, we need to run a legacy routing protocol with legacy external routers. This is the role of OpenDaylight: to run routing protocols and establish...