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

Verifying the installation and accessing the web interface


Port 8181 is used for the Dlux web interface, and you can access it through your browser by entering http://192.168.20.51:8181/index.html (specifying index.html is important):

You can log in to Dlux using the following default credentials:

Username

admin

Password

admin

Once you log in, you will find the basic ODL web interface:

The UI has four options on the left-hand side of the screen. These options will change based on the module and features that are installed in ODL.

Topology

The topology section visualizes network topology. It creates a visual graph of the network, showing all the managed switches and routers and how they are connected together. Once we add the new switches to be managed by ODL, they will get listed in this section along with their connectivity details. Remember that ODL, as an SDN controller, has full visibility and knowledge of the network that can be used to draw a real-time diagram of the SDN network.

Node

The node...