Python Network Programming

Python Network Programming

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 03m | 451 MB

Accomplish Network Engineering Tasks with Python

Python has become one of the most popular programming languages. This video uses a project-based approach to teach you how to leverage this easy-to-learn language for network automation tasks. The main goal of this course is to help you master key concepts in Python with the aid of interesting projects. You will learn to create exciting Python apps to automate daily networking tasks such as configuring devices, collecting information about the network, testing by client simulations, or network discovery. This course will help you build some mesmerizing network tools with Python, including a Subnet calculator; configuring multiple network devices concurrently via SSH or Telnet; a DHCP client simulator for testing a DHCP server in the local network; network discovery via SNMP; OS fingerprinting; and network attacks via Scapy. This tutorial uses real-life scenarios and use cases to help you build network automation tools with the amazing Python language. By the end of this course, you will be able to take your Python programming skills to the next level for network automation.

This course provides hands-on, interesting examples with clear and friendly explanations that students can follow along with, covers common mistakes, and provides useful tips and in-the-trenches advice. There is a limited amount of theory; instead, the examples are full of real-world use cases.

What You Will Learn

  • Apply your Python knowledge to network engineering tasks.
  • Become a rock-star and future-proof your skills in the SDN world.
  • Save time and money and accomplish daily tasks more efficiently and effectively.
  • Gain peace of mind in knowing your network is doing what it is supposed to.
  • Create customized scripts that accomplish your unique goals.
Table of Contents

Introduction and Setup
1 The Course Overview
2 Introducing the New World of Network Engineering
3 Requirements and Setup

Own Your Network – Automate Boring Network Tasks with Python
4 Integration with Ansible
5 Ansible Demonstration
6 Automate Changes with Paramiko
7 Direct API Calls to Devices
8 Continuous Integration with Jenkins
9 IP Subnet Calculator

Know Your Network – Monitor Your Network with Python
10 Detect Network Changes Automatically
11 Log Management with Python
12 Network Monitoring with Cacti
13 NetFlow and sFlow Based Monitoring
14 Alerting and Email Notification

Verify Your Network – Testing and Securing Your Network with Python
15 Test Your DHCP Server and Client
16 IP Reachability Testing
17 OS Fingerprinting
18 Create Your Own Attack
19 Test Network Speed with Python