Python 3 SSH Network Automation Quick Start

Go to class
Write Review

Free Online Course: Python 3 SSH Network Automation Quick Start provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour 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 3 SSH Network Automation Quick Start is taught by David Bombal.

Overview
  • Learn how to quickly automate your network using Netmiko, a Python library that simplifies SSH connections to network devices.

Syllabus
  • 1. Netmiko Overview

    • Netmiko introduction
    2. Netmiko Automation
    • Enable SSH on switches in the network
    • Your first Netmiko SSH script
    • Script for multiple switches
    • Run script
    • Program multiple switches using a file
    • Run script with a file of commands
    • Program the entire network
    • Run the new script