Python 3 SSH Network Automation Quick Start

Python 3 SSH Network Automation Quick Start

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 0h 50m | 222 MB

For network engineers looking to use Secure Shell (SSH) to configure their network devices, Netmiko—a Python library that simplifies SSH connections to network devices—is an optimal choice. In this practical course, learn how to automate networks using Netmiko. David Bombal helps you enhance your understanding of network automation using Python as he goes over how to create and run various scripts. Learn how to create a script to program multiple switches, how to use Netmiko to program the entire network, and more.

Table of Contents

Netmiko Overview
1 Netmiko introduction

Netmiko Automation
2 Enable SSH on switches in the network
3 Your first Netmiko SSH script
4 Script for multiple switches
5 Run script
6 Program multiple switches using a file
7 Run script with a file of commands
8 Program the entire network
9 Run the new script