Book Image

Practical Network Automation

By : Abhishek Ratan
Book Image

Practical Network Automation

By: Abhishek Ratan

Overview of this book

Network automation is the use of IT controls to supervise and carry out every-day network management functions. It plays a key role in network virtualization technologies and network functions. The book starts by providing an introduction to network automation, SDN, and its applications, which include integrating DevOps tools to automate the network efficiently. It then guides you through different network automation tasks and covers various data digging and reporting methodologies such as IPv6 migration, DC relocations, and interface parsing, all the while retaining security and improving data center robustness. The book then moves on to the use of Python and the management of SSH keys for machine-to-machine (M2M) communication, all followed by practical use cases. The book also covers the importance of Ansible for network automation including best practices in automation, ways to test automated networks using different tools, and other important techniques. By the end of the book, you will be well acquainted with the various aspects of network automation.
Table of Contents (14 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Summary


We have now understood the web framework and with relevant examples, the usage of APIs. This includes how to create an API, access APIs, and even work with authentication on APIs. Using this knowledge, we will now be able to develop web based tools for end users. The IIS functionality has also been introduced, which helps developers to customize various web-based settings such as authentications, authorizations, and creating websites.

Additionally, with a fully functional example of a given scenario, readers can quickly build web-based Python scripts, which remove the need for any end user installations of Python and customized libraries. This makes support and bug fixing much easier, owing to having a single machine to fix. A fix done on the server will ensure that all end users will now be using the fixed or enhanced functions of the script, rather than downloading a local copy on their machines to get the fixed or enhanced script.

In the next chapter, we will introduce the use of...