Leanpub Header

Skip to main content

Network Engineer to NetOps Administration

GitforGits | Asian Publishing House

Network engineers who want to move from manual CLI work to automation-driven operations and repeatable change management will find this bundle useful. The course starts with the basics of networking in code and moves on to real automation patterns that fit into daily operations, like data parsing and device workflows.

Bought separately

$89.97

Minimum price

$69.99

$74.99

You pay

$74.99

Author earns

$59.99
$

...Or Buy With Credits!

You can get credits with a paid monthly or annual Reader Membership, or you can buy them here.
These books have a total suggested price of $89.97. Get them now for only $69.99!
About

About

About the Bundle

If you're a network engineer looking to switch from manual CLI work to automation-driven operations and repeatable change management, this bundle is for you. We'll start with the basics of networking in Python, and then dive into real automation patterns that fit into your day-to-day operations, like data parsing and device workflows.

It includes:

  1. Python Networking 101, Second Edition
  2. Mastering Python Network Automation, and
  3. PowerShell SysAdmin Crash Course, Second Edition

Books

About the Books

Python Networking 101, Second Edition

Mastering the capability of network and socket programming, AsyncIO, network performance, simulations and Ansible

If you're a developer getting into networking for the first time or an IT pro looking to build practical automation skills, this second edition gives you a clear and structured path to master essential networking concepts and become a confident, hands-on Python network administrator. If you're looking to automate repetitive networking tasks, build tools for infrastructure, or become a network administrator, you'll find this book teaching all the skills, structure, and mindset to make it happen.

You'll start off by getting the basics of Python down and then quickly move on to TCP, UDP, and socket programming. You'll work with protocols like HTTP, FTP, DNS, and email, and you'll use Python to automate everyday network tasks. As you read on, you'll dive into modern network automation using Netmiko, Paramiko, and NAPALM, manage asynchronous tasks with AsyncIO, and set up monitoring and analysis workflows through SNMP, ping3, iperf3, and Locust. You'll also use SimPy to simulate networks, program firewalls, scanning, encryption, and VPNs. You'll also get to work on configuration management and orchestration using Ansible. This will teach you how to automate server and network setups, manage software lifecycles, enforce standards, and integrate Python for advanced logic.

This book is all about clarity and practicality, using simple, easy-to-follow examples that work in the real world. It's not meant to deal with complicated business scenarios, but it does cover the most important, routine and common jobs of network programming.

Key Features

  • Learn the basics of Python syntax and data structures for network automation.
  • Get the hang of TCP, UDP, and socket programming for real communication tasks.
  • Practice your skills with HTTP, FTP, DNS, and email protocols using real-world Python scripts.
  • Set up SSH connections and device configurations using Netmiko, Paramiko, and NAPALM.
  • Take charge of asynchronous network operations with Python's AsyncIO library.
  • Keep an eye on, look at, and test networks using SNMP, ping3, iperf3, Locust, and SimPy.
  • Make your network security stronger by using firewalls, scanning, SSL/TLS, and VPN configurations.
  • Take advantage of the NAPALM and Git integration to automate your configuration management and version control.
  • With Ansible playbooks, roles, and automation workflows, you can orchestrate server and network setups.

Table of Content

  1. Introduction to Python and Networking
  2. TCP, UDP and Socket Programming
  3. Working with Application Layer
  4. Exploring Network Automation
  5. Network Monitoring and Analysis
  6. Network Security and Python
  7. Working with APIs and Network Services
  8. Network Programming with AsyncIO
  9. Network Testing and Simulation
  10. Network Configuration Management
  11. Ansible and Python

Mastering Python Network Automation

Automating Container Orchestration, Configuration, and Networking with Terraform, Calico, HAProxy, and Istio

With "Mastering Python Network Automation," you can streamline container orchestration, configuration management, and resilient networking with Python and its libraries, allowing you to emerge as a skilled network engineer or a strong DevOps professional.

From the ground up, this guide walks readers through setting up a network automation lab using the NS3 network simulator and Python programming. This includes the installation of NS3, as well as python libraries like nornir, paramiko, netmiko, and PyEZ, as well as the configuration of ports, hosts, and servers. This book will teach you the skills to become a proficient automation developer who can test and fix any bugs in automation scripts. This book examines the emergence of the service mesh as a solution to the problems associated with service-to-service communication over time.

This book walks you through automating various container-related tasks in Python and its libraries, including container orchestration, service discovery, load balancing, container storage management, container performance monitoring, and rolling updates. Calico and Istio are two well-known service mesh tools, and you'll find out how to set them up and configure them to manage traffic routing, security, and monitoring. Additional topics covered in this book include the automation of network policies, the routing of workloads, and the collection and tracking of metrics, logs, and traces. You'll also pick up some tips and tricks for collecting and visualizing Istio metrics with the help of tools like Grafana.

Key Learnings

  • Use of Istio for cluster traffic management, traffic routing, and service mesh
  • implementation.
  • Utilizing Cilium and Calico to solve pod networking and automate network policy
  • and workload routing.
  • Monitoring and managing Kubernetes clusters with etcd and HAProxy load
  • balancers and container storage.
  • Establishing network automation lab with tools like NS3 emulator, Python, Virtual
  • Environment, and VS Code.
  • Establishing connectivity between hosts, port connectivity, SSH connectivity,
  • python libraries, NS3, and network encryption.

Table of Content

  1. Python Essentials for Networks
  2. File Handling and Modules in Python
  3. Preparing Network Automation Lab
  4. Configuring Libraries and Lab Components
  5. Code, Test & Validate Network Automation
  6. Automation of Configuration Management
  7. Managing Docker and Container Networks
  8. Orchestrating Container & Workloads
  9. Pod Networking
  10. Implementing Service Mesh

PowerShell SysAdmin Crash Course, Second Edition

Unlock the Full Potential of PowerShell with Advanced Techniques, Automation, Configuration Management and Integration

This second edition is a hands-on, practical book crafted to empower system administrators and PowerShell enthusiasts to efficiently perform everyday system administration tasks and to automate complex processes with confidence. This book will take you from the basics of PowerShell scripting to advanced techniques and beyond. You will gain hands-on experience with handling variables, data types, and loops while learning to create reliable scripts that manage files, folders, drives, and the Windows registry. You will be introduced to powerful features such as remoting, DSC, and integration with System Center Configuration Manager to ensure that you can manage and deploy configurations across distributed environments.

Additionally, the book covers the intersection of PowerShell with modern automation frameworks, including Ansible, Chef, Puppet, and popular CI/CD tools. Such integration helps you streamline deployments, orchestrate workflows, and maintain consistent configurations across Windows and cross-platform systems. It also covers advanced topics such as extending PowerShell through custom cmdlets, modules, and classes, as well as techniques to interact with external systems via RESTful APIs, Python, and Bash. With simple and straightforward examples, the book presents many aspects of system administration while also touching on more complex scenarios, giving you the insight you need to tackle challenging environments without overwhelming you.

Key Learnings

  • You will be up and running with PowerShell scripting for system administration tasks.
  • Use effective commands to manage files, folders, drives, and the Windows Registry.
  • Use PowerShell remoting to securely manage multiple systems.
  • Apply Desired State Configuration for automated, idempotent, and consistent infrastructure management.
  • Integrate SCCM to automate deployments, software updates, and system configurations.
  • Leverage advanced text manipulation with regular expressions for precise data extraction and transformation.
  • Develop custom modules, cmdlets, and functions to effectively extend PowerShell's native capabilities.
  • Employ multithreading and parallel processing to enhance script performance.
  • Integrate PowerShell with Ansible, Chef, and Puppet.
  • Safeguard PowerShell environments by implementing best practices, execution policies, and robust auditing techniques.

Table of Content

  1. Beginning with PowerShell
  2. PowerShell Basics
  3. Cmdlets, Aliases, and Functions
  4. Up and Running with Scripting Basics
  5. Working with PowerShell Modules
  6. PowerShell Scripting
  7. Windows Management with PowerShell
  8. Active Directory Management
  9. PowerShell Remoting
  10. PowerShell DSC
  11. PowerShell and SCCM
  12. PowerShell Security and Best Practices
  13. Advanced PowerShell Techniques
  14. PowerShell and Automation Frameworks
  15. Extending PowerShell and Interoperability

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earned over $14 million writing, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub