Network Automation With Go

Network Automation With Go Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Network Automation With Go book. This book definitely worth reading, it is an incredibly well-written.

Network Automation with Go

Author : Nicolas Leiva,Michael Kashin
Publisher : Packt Publishing Ltd
Page : 443 pages
File Size : 50,5 Mb
Release : 2023-01-05
Category : Computers
ISBN : 9781800561014

Get Book

Network Automation with Go by Nicolas Leiva,Michael Kashin Pdf

Understand the world of modern network automation with Go and deepen your knowledge with insights from 10+ experts who have real-world hands-on experience with network automation and/or are using Go for network-related tasks Key FeaturesA comprehensive guide to the world of modern network automationUse Go to build anything from repetitive task automation to complex distributed systemsOver 30 practical, ready-to-use sample programsBook Description Go's built-in first-class concurrency mechanisms make it an ideal choice for long-lived low-bandwidth I/O operations, which are typical requirements of network automation and network operations applications. This book provides a quick overview of Go and hands-on examples within it to help you become proficient with Go for network automation. It's a practical guide that will teach you how to automate common network operations and build systems using Go. The first part takes you through a general overview, use cases, strengths, and inherent weaknesses of Go to prepare you for a deeper dive into network automation, which is heavily reliant on understanding this programming language. You'll explore the common network automation areas and challenges, what language features you can use in each of those areas, and the common software tools and packages. To help deepen your understanding, you'll also work through real-world network automation problems and apply hands-on solutions to them. By the end of this book, you'll be well-versed with Go and have a solid grasp on network automation. What you will learnUnderstand Go programming language basics via network-related examplesFind out what features make Go a powerful alternative for network automationExplore network automation goals, benefits, and common use casesDiscover how to interact with network devices using a variety of technologiesIntegrate Go programs into an automation frameworkTake advantage of the OpenConfig ecosystem with GoBuild distributed and scalable systems for network observabilityWho this book is for This book is for all network engineers, administrators, and other network practitioners looking to understand what network automation is and how the Go programming language can help develop network automation solutions. As the first part of the book offers a comprehensive overview of Go's main features, this book is suitable for beginners with a solid grasp on programming basics.

Foundations of Python Network Programming

Author : John Goerzen
Publisher : Apress
Page : 520 pages
File Size : 47,6 Mb
Release : 2004-08-16
Category : Computers
ISBN : 9781430207528

Get Book

Foundations of Python Network Programming by John Goerzen Pdf

* Covers low-level networking in Python —essential for writing a new networked application protocol. * Many working examples demonstrate concepts in action -- and can be used as starting points for new projects. * Networked application security is demystified. * Exhibits and explains multitasking network servers using several models, including forking, threading, and non-blocking sockets. * Features extensive coverage of Web and E-mail. Describes Python's database APIs.

Go Programming for Network Operations: A Golang Network Automation Handbook

Author : Tom McAllen
Publisher : Independently Published
Page : 112 pages
File Size : 46,7 Mb
Release : 2019-02-08
Category : Computers
ISBN : 1793121230

Get Book

Go Programming for Network Operations: A Golang Network Automation Handbook by Tom McAllen Pdf

This book illustrates how to apply Go programming to network operations. The topics cover common use cases through examples that are designed to act as a guide and serve as a reference. The reader is assumed to have already gained a fundamental understanding of Go programming; however, the examples are explained for additional clarification. The focus is on using Go for network operations, not on the language itself.

Network Programmability and Automation

Author : Jason Edelman,Scott S. Lowe,Matt Oswalt
Publisher : "O'Reilly Media, Inc."
Page : 842 pages
File Size : 53,8 Mb
Release : 2018-02-02
Category : Computers
ISBN : 9781491931318

Get Book

Network Programmability and Automation by Jason Edelman,Scott S. Lowe,Matt Oswalt Pdf

Like sysadmins before them, network engineers are finding that they cannot do their work manually anymore. As the field faces new protocols, technologies, delivery models, and a pressing need for businesses to be more agile and flexible, network automation is becoming essential. This practical guide shows network engineers how to use a range of technologies and tools—including Linux, Python, JSON, and XML—to automate their systems through code. Network programming and automation will help you simplify tasks involved in configuring, managing, and operating network equipment, topologies, services, and connectivity. Through the course of the book, you’ll learn the basic skills and tools you need to make this critical transition. This book covers: Python programming basics: data types, conditionals, loops, functions, classes, and modules Linux fundamentals to provide the foundation you need on your network automation journey Data formats and models: JSON, XML, YAML, and YANG for networking Jinja templating and its applicability for creating network device configurations The role of application programming interfaces (APIs) in network automation Source control with Git to manage code changes during the automation process How Ansible, Salt, and StackStorm open source automation tools can be used to automate network devices Key tools and technologies required for a Continuous Integration (CI) pipeline in network operations

Network Programming with Go

Author : Jan Newmarch
Publisher : Apress
Page : 284 pages
File Size : 52,6 Mb
Release : 2017-05-15
Category : Computers
ISBN : 9781484226926

Get Book

Network Programming with Go by Jan Newmarch Pdf

Dive into key topics in network architecture and Go, such as data serialization, application level protocols, character sets and encodings. This book covers network architecture and gives an overview of the Go language as a primer, covering the latest Go release. Beyond the fundamentals, Network Programming with Go covers key networking and security issues such as HTTP and HTTPS, templates, remote procedure call (RPC), web sockets including HTML5 web sockets, and more. Additionally, author Jan Newmarch guides you in building and connecting to a complete web server based on Go. This book can serve as both as an essential learning guide and reference on Go networking. What You Will Learn Master network programming with Go Carry out data serialization Use application-level protocols Manage character sets and encodings Deal with HTTP(S) Build a complete Go-based web server Work with RPC, web sockets, and more Who This Book Is For Experienced Go programmers and other programmers with some experience with the Go language.

Network Programmability and Automation Fundamentals

Author : Khaled Abuelenain,Jeff Doyle,Anton Karneliuk,Vinit Jain
Publisher : Cisco Press
Page : 2820 pages
File Size : 47,9 Mb
Release : 2021-05-06
Category : Computers
ISBN : 9780135184264

Get Book

Network Programmability and Automation Fundamentals by Khaled Abuelenain,Jeff Doyle,Anton Karneliuk,Vinit Jain Pdf

Modernize and optimize network management with APIs and automation Legacy network management approaches don't scale adequately and can't be automated well. This guide will help meet tomorrow's challenges by adopting network programmability based on Application Programming Interfaces (APIs). Using these techniques, you can improve efficiency, reliability, and flexibility; simplify implementation of high-value technologies; automate routine administrative and security tasks; and deploy services far more rapidly. Four expert authors help you transition from a legacy mindset to one based on solving problems with software. They explore today's emerging network programmability and automation ecosystem; introduce each leading programmable interface; and review the protocols, tools, techniques, and technologies that underlie network programmability. You'll master key concepts through hands-on examples you can run using Linux, Python, Cisco DevNet sandboxes, and other easily accessible tools. This guide is for all network architects, engineers, operations, and software professionals who want to integrate programmability into their networks. It offers valuable background for Cisco DevNet certification—and skills you can use with any platform, whether you have software development experience or not. Master core concepts and explore the network programmability stack Manage network software and run automation scripts in Linux environments Solve real problems with Python and its Napalm and Nornir automation frameworks Make the most of the HTTP protocol, REST architectural framework, and SSH Encode your data with XML, JSON, or YAML Understand and build data models using YANG that offer a foundation for model-based network programming Leverage modern network management protocols, from gRPC and gNMI to NETCONF and RESTCONF Meet stringent service provider KPIs in large-scale, fast-changing networks Program Cisco devices running IOS XE, IOS XR, and NX-OS as well as Meraki, DNA Center, and Webex platforms Program non-Cisco platforms such as Cumulus Linux and Arista EOS Go from “zero to hero” with Ansible network automation Plan your next steps with more advanced tools and technologies

Practical Network Automation

Author : Abhishek Ratan
Publisher : Packt Publishing Ltd
Page : 260 pages
File Size : 40,8 Mb
Release : 2017-11-16
Category : Computers
ISBN : 9781788299138

Get Book

Practical Network Automation by Abhishek Ratan Pdf

Get More from your Network with Automation tools to increase its effectiveness. About This Book Get started with network automation (and different automation tasks) with relevant use cases Apply software design principles such as Continuous Integration and DevOps to your network toolkit Guides you through some best practices in automation Who This Book Is For If you are a network engineer looking for an extensive guide to help you automate and manage your network efficiently, then this book is for you. What You Will Learn Get the detailed analysis of Network automation Trigger automations through available data factors Improve data center robustness and security through specific access and data digging Get an Access to APIs from Excel for dynamic reporting Set up a communication with SSH-based devices using netmiko Make full use of practical use cases and best practices to get accustomed with the various aspects of network automation In Detail 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. Style and approach A clear, concise, and straightforward book that will enable you to automate networks and improve performance.

Network Programming with Go

Author : Adam Woodbeck
Publisher : No Starch Press
Page : 392 pages
File Size : 41,9 Mb
Release : 2021-03-30
Category : Computers
ISBN : 9781718500891

Get Book

Network Programming with Go by Adam Woodbeck Pdf

Network Programming with Go teaches you how to write clean, secure network software with the programming language designed to make it seem easy. Build simple, reliable, network software Combining the best parts of many other programming languages, Go is fast, scalable, and designed for high-performance networking and multiprocessing. In other words, it’s perfect for network programming. Network Programming with Go will help you leverage Go to write secure, readable, production-ready network code. In the early chapters, you’ll learn the basics of networking and traffic routing. Then you’ll put that knowledge to use as the book guides you through writing programs that communicate using TCP, UDP, and Unix sockets to ensure reliable data transmission. As you progress, you’ll explore higher-level network protocols like HTTP and HTTP/2 and build applications that securely interact with servers, clients, and APIs over a network using TLS. You'll also learn: Internet Protocol basics, such as the structure of IPv4 and IPv6, multicasting, DNS, and network address translation Methods of ensuring reliability in socket-level communications Ways to use handlers, middleware, and multiplexers to build capable HTTP applications with minimal code Tools for incorporating authentication and encryption into your applications using TLS Methods to serialize data for storage or transmission in Go-friendly formats like JSON, Gob, XML, and protocol buffers Ways of instrumenting your code to provide metrics about requests, errors, and more Approaches for setting up your application to run in the cloud (and reasons why you might want to) Network Programming with Go is all you’ll need to take advantage of Go’s built-in concurrency, rapid compiling, and rich standard library. Covers Go 1.15 (Backward compatible with Go 1.12 and higher)

Mastering Go Network Automation

Author : Ian Taylor
Publisher : GitforGits
Page : 337 pages
File Size : 54,7 Mb
Release : 2023-03-13
Category : Computers
ISBN : 9788119177011

Get Book

Mastering Go Network Automation by Ian Taylor Pdf

"Mastering Go Network Administration" is a structured beginning for network administrators looking to improve network efficiency, scalability, and security. This book provides a one-stop solution for all of your network administration needs, with comprehensive coverage of automation, security, containerization, monitoring, and performance testing. Beginning with the fundamentals of creating a network automation lab with the EVENG network simulator and the Go programming language, readers will learn the step-by-step process of installing EVE-NG, followed by the importance of service mesh in automation and how it can simplify network operations. The book delves deeply into critical topics such as deploying ingress controllers and implementing service mesh with Linkerd. Readers will learn about container-native storage, container storage management with Docker, and automated SSL certificates, firewall configuration, and network policies. Monitoring and performance tuning are also covered in the book, including how to monitor container performance and automatically roll out updates. The book covers a series of performance testing strategies like load testing, stress testing, and scalability testing. It shows readers how to find performance bottlenecks and optimise their network with the help of tools like Vegeta and Apache JMeter through the use of real-world examples. Key Learnings Setting up an EVE-NG network simulator, VIM IDE, kubeadm, and a comprehensive network automation lab to improve network efficiency, scalability, and security. Configuring ports, hosts, and servers using Go scripting to streamline network automation. Writing, testing, and validating network automation scripts to ensure smooth and reliable network administration. Building Docker images, running containers, and managing container deployments for efficient containerization. Automating load balancing, firewall configuration, and Kubernetes network policies for seamless network management. Working with popular tools such as Puppet, Zookeeper, Traefik, Envoy, and various Go networking packages. Automating SSL setup, container storage, container performance monitoring, and rolling updates. Using powerful load testing tools like Vegeta and Apache JMeter for efficient load testing, stress testing, and scalability testing to identify and eliminate performance bottlenecks. Table of Content Go Essentials for Networks Setting Up Network Automation Environment Configuring Modern Networks Write, Test and Validate Automation Scripts Automation of Configuration Management Networking with Container and Docker Orchestrating Containers and Automating Workloads Automate SSL, Container-native Storage and Performance Kubernetes Automation Service Mesh, Firewall and Network Policies Network Performance Testing Audience If you're a network administrator who wants to level up your game, "Mastering Go Network Administration" is the book for you. This book will help you become a more efficient, effective, and confident network administrator by providing clear explanations, practical examples, and comprehensive coverage.

Automate Your Network: Introducing the Modern Approach to Enterprise Network Management

Author : John W. Capobianco
Publisher : Independently Published
Page : 214 pages
File Size : 47,6 Mb
Release : 2019-03-09
Category : Computers
ISBN : 1799237885

Get Book

Automate Your Network: Introducing the Modern Approach to Enterprise Network Management by John W. Capobianco Pdf

Network automation is one of the hottest topics in Information Technology today. This revolutionary book aims to illustrate the transformative journey towards full enterprise network automation. This book outlines the tools, technologies and processes required to fully automate an enterprise network. Automated network configuration management is more than converting your network configurations to code. The benefits of source control, version control, automated builds, automated testing and automated releases are realized in the world of networking using well established software development practices. The next-generation network administrative toolkit is introduced including Microsoft Team Foundation Server, Microsoft Visual Studio Code, Git, Linux, and the Ansible framework. Not only will these new technologies be covered at length, a new and continuously integrated / continuously delivered pipeline is also introduced. Starting with safe, simple, non-intrusive, non-disruptive information gathering organizations can ease into network automation while building a dynamic library of documentation and on-demand utilities for network operations. Once comfortable with the new ecosystem, administrators can begin making fully automated, orchestrated, and tactical changes to the network. The next evolutionary leap occurs when fully automated network configuration management is implemented. Important information from the network running-configurations is abstracted into data models in a human readable format. Device configurations are dynamically templated creating a scalable, intent-based, source of truth. Much like in the world of software development, full automation of the network using a CI/CD pipeline can be realized. Automated builds, automated testing and automated scheduled releases are orchestrated and executed when changes are approved and checked into the central repository. This book is unlike any on the market today as it includes multiple Ansible playbooks, sample YAML data models and Jinja2 templates for network devices, and a whole new methodology and approach to enterprise network administration and management. The CLI no longer cuts it. Readers should take away from this book a new approach to enterprise network management and administration as well as the full knowledge and understanding of how to use TFS, VS Code, Git, and Ansible to create an automation ecosystem. Readers should have some basic understanding of modern network design, operation, and configuration. No prior programming or software development experience is required. John Capobianco has over 20 years of IT experience and is currently a Technical Advisor for the Canadian House of Commons. A graduate of St. Lawrence College's Computer Programmer Analyst program, John is also a former Professor at St. Lawrence College in the Computer Networking and Technical Support (CNTS) program. John has achieved CCNP, CCDP, CCNA: Data Center, MCITP: EA/SA, CompTIA A+ / Network+, and ITIL Foundation certifications. Having discovered a new way to interface with the network John felt compelled to share this new methodology in hopes of revolutionizing the industry and bringing network automation to the world.

Network Automation Cookbook

Author : Karim Okasha
Publisher : Unknown
Page : 482 pages
File Size : 53,9 Mb
Release : 2020-04-17
Category : Electronic
ISBN : 178995648X

Get Book

Network Automation Cookbook by Karim Okasha Pdf

Take your network automation skills to the next level with practical recipes on managing network devices from a variety of vendors like Cisco, Juniper, and Arista Key Features Use Ansible to automate network infrastructure with the help of step-by-step instructions Implement network automation best practices to save cost, avoid critical errors, and reduce downtime Deliver a robust automation framework by integrating Ansible with NAPALM, NetBox, and Batfish Book Description Network Automation Cookbook is designed to help system administrators, network engineers, and infrastructure automation engineers to centrally manage switches, routers, and other devices in their organization's network. This book will help you gain hands-on experience in automating enterprise networks and take you through core network automation techniques using the latest version of Ansible and Python. With the help of practical recipes, you'll learn how to build a network infrastructure that can be easily managed and updated as it scales through a large number of devices. You'll also cover topics related to security automation and get to grips with essential techniques to maintain network robustness. As you make progress, the book will show you how to automate networks on public cloud providers such as AWS, Google Cloud Platform, and Azure. Finally, you will get up and running with Ansible 2.9 and discover troubleshooting techniques and network automation best practices. By the end of this book, you'll be able to use Ansible to automate modern network devices and integrate third-party tools such as NAPALM, NetBox, and Batfish easily to build robust network automation solutions. What you will learn Understand the various components of Ansible Automate network resources in AWS, GCP, and Azure cloud solutions Use IaC concepts to design and build network solutions Automate network devices such as Cisco, Juniper, Arista, and F5 Use NetBox to build network inventory and integrate it with Ansible Validate networks using Ansible and Batfish Who this book is for This Ansible network automation book is for network and DevOps engineers interested in automating complex network tasks. Prior understanding of networking and basic Linux knowledge is required.

Python Network Programming Techniques

Author : Marcel Neidinger
Publisher : Packt Publishing Ltd
Page : 341 pages
File Size : 51,9 Mb
Release : 2021-10-08
Category : Computers
ISBN : 9781838640477

Get Book

Python Network Programming Techniques by Marcel Neidinger Pdf

Become well-versed with network programmability by solving the most commonly encountered problems using Python 3 and open-source packages Key FeaturesExplore different Python packages to automate your infrastructureLeverage AWS APIs and the Python library Boto3 to administer your public cloud network efficientlyGet started with infrastructure automation by enhancing your network programming knowledgeBook Description Network automation offers a powerful new way of changing your infrastructure network. Gone are the days of manually logging on to different devices to type the same configuration commands over and over again. With this book, you'll find out how you can automate your network infrastructure using Python. You'll get started on your network automation journey with a hands-on introduction to the network programming basics to complement your infrastructure knowledge. You'll learn how to tackle different aspects of network automation using Python programming and a variety of open source libraries. In the book, you'll learn everything from templating, testing, and deploying your configuration on a device-by-device basis to using high-level REST APIs to manage your cloud-based infrastructure. Finally, you'll see how to automate network security with Cisco's Firepower APIs. By the end of this Python network programming book, you'll have not only gained a holistic overview of the different methods to automate the configuration and maintenance of network devices, but also learned how to automate simple to complex networking tasks and overcome common network programming challenges. What you will learnProgrammatically connect to network devices using SSH (secure shell) to execute commandsCreate complex configuration templates using PythonManage multi-vendor or multi-device environments using network controller APIs or unified interfacesUse model-driven programmability to retrieve and change device configurationsDiscover how to automate post modification network infrastructure testsAutomate your network security using Python and Firepower APIsWho this book is for This book is for network engineers who want to make the most of Python to automate their infrastructure. A basic understanding of Python programming and common networking principles is necessary.

Network Programmability with YANG

Author : Benoit Claise,Joe Clarke,Jan Lindblad
Publisher : Addison-Wesley Professional
Page : 937 pages
File Size : 55,5 Mb
Release : 2019-05-10
Category : Computers
ISBN : 9780135180617

Get Book

Network Programmability with YANG by Benoit Claise,Joe Clarke,Jan Lindblad Pdf

Today, networks must evolve and scale faster than ever. You can’t manage everything by hand anymore: You need to automate relentlessly. YANG, along with the NETCONF, RESTCONF, or gRPC/gNMI protocols, is the most practical solution, but most implementers have had to learn by trial and error. Now, Network Programmability with YANG gives you complete and reliable guidance for unlocking the full power of network automation using model-driven APIs and protocols. Authored by three YANG pioneers, this plain-spoken book guides you through successfully applying software practices based on YANG data models. The authors focus on the network operations layer, emphasizing model-driven APIs, and underlying transports. Whether you’re a network operator, DevOps engineer, software developer, orchestration engineer, NMS/OSS architect, service engineer, or manager, this guide can help you dramatically improve value, agility, and manageability throughout your network. Discover the value of implementing YANG and Data Model-Driven Management in your network Explore the layers and components of a complete working solution Build a business case where value increases as your solution grows Drill down into transport protocols: NETCONF, RESTCONF, and gNMI/gRPC See how telemetry can establish a valuable automated feedback loop Find data models you can build on, and evaluate models with similar functionality Understand models, metadata, and tools from several viewpoints: architect, operator, module author, and application developer Walk through a complete automation journey: business case, service model, service implementation, device integration, and operation Leverage the authors’ experience to design successful YANG models and avoid pitfalls

Programming and Automating Cisco Networks

Author : Ryan Tischer,Jason Gooley
Publisher : Cisco Press
Page : 835 pages
File Size : 45,6 Mb
Release : 2016-09-09
Category : Computers
ISBN : 9780134436760

Get Book

Programming and Automating Cisco Networks by Ryan Tischer,Jason Gooley Pdf

Improve operations and agility in any data center, campus, LAN, or WAN Today, the best way to stay in control of your network is to address devices programmatically and automate network interactions. In this book, Cisco experts Ryan Tischer and Jason Gooley show you how to do just that. You’ll learn how to use programmability and automation to solve business problems, reduce costs, promote agility and innovation, handle accelerating complexity, and add value in any data center, campus, LAN, or WAN. The authors show you how to create production solutions that run on or interact with Nexus NX-OS-based switches, Cisco ACI, Campus, and WAN technologies.You’ll learn how to use advanced Cisco tools together with industry-standard languages and platforms, including Python, JSON, and Linux. The authors demonstrate how to support dynamic application environments, tighten links between apps and infrastructure, and make DevOps work better. This book will be an indispensable resource for network and cloud designers, architects, DevOps engineers, security specialists, and every professional who wants to build or operate high-efficiency networks. Drive more value through programmability and automation, freeing resources for high-value innovation Move beyond error-prone, box-by-box network management Bridge management gaps arising from current operational models Write NX-OS software to run on, access, or extend your Nexus switch Master Cisco’s powerful on-box automation and operation tools Manage complex WANs with NetConf/Yang, ConfD, and Cisco SDN Controller Interact with and enhance Cisco Application Centric Infrastructure (ACI) Build self-service catalogs to accelerate application delivery Find resources for deepening your expertise in network automation

Network Programming and Automation Essentials

Author : Claus Topke
Publisher : Packt Publishing Ltd
Page : 296 pages
File Size : 54,6 Mb
Release : 2023-04-07
Category : Computers
ISBN : 9781803240152

Get Book

Network Programming and Automation Essentials by Claus Topke Pdf

Unleash the power of automation by mastering network programming fundamentals using Python and Go best practices Purchase of the print or Kindle book includes a free PDF eBook Key Features Understand the fundamentals of network programming and automation Learn tips and tricks to transition from traditional networking to automated networks Solve everyday problems with automation frameworks in Python and Go Book Description Network programming and automation, unlike traditional networking, is a modern-day skill that helps in configuring, managing, and operating networks and network devices. This book will guide you with important information, helping you set up and start working with network programming and automation. With Network Programming and Automation Essentials, you'll learn the basics of networking in brief. You'll explore the network programming and automation ecosystem, learn about the leading programmable interfaces, and go through the protocols, tools, techniques, and technologies associated with network programming. You'll also master network automation using Python and Go with hands-on labs and real network emulation in this comprehensive guide. By the end of this book, you'll be well equipped to program and automate networks efficiently. What you will learn Understand the foundation of network programming Explore software-defined networks and related families Recognize the differences between Go and Python through comparison Leverage the best practices of Go and Python Create your own network automation testing framework using network emulation Acquire skills in using automation frameworks and strategies for automation Who this book is for This book is for network architects, network engineers, and software professionals looking to integrate programming into networks. Network engineers following traditional techniques can use this book to transition into modern-day network automation and programming. Familiarity with networking concepts is a prerequisite.