Python Network Programmability: Scaling Scripts

Go to class
Write Review

Free Online Course: Python Network Programmability: Scaling Scripts provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Python Network Programmability: Scaling Scripts is taught by David Bombal.

Overview
  • Enhance your network programming skills. Learn how to iterate and scale scripts with Netmiko—a Python library for configuring SSH connections to routers and switches.

Syllabus
  • Introduction

    • Netmiko script iterations
    1. Iteration Process
    • Script 1: Basic script
    • Script 2: Open a file of commands
    • Script 3: Configure multiple devices
    • Script 4: Remove passwords
    • Script 5: Error handling
    • Script 6: Determine device types
    • Script 7: Iterate device type script
    2. Netmiko Scaling
    • Encrypted password file
    • Sequential network script, part 1
    • Sequential network script, part 2
    • Netmiko multithreading
    • Netmiko thread pools