Network Automation Quick Start

Go to class
Write Review

Free Online Course: Network Automation Quick Start 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. Network Automation Quick Start is taught by David Bombal.

Overview
  • Learn how to automate the configuration of network devices with Python. Discover how to create and test a Telnet script, use loops to scale your scripts, and more.

Syllabus
  • 1. Telnet Quick Start

    • Welcome
    • GNS3 lab setup and IDEs
    • Telnet script creation
    • Telnet script test
    • Telnet to a switch and create VLANs
    2. Loops and Scaling
    • Loops
    • PEP 8: Python style guide
    • Configure switch VLANs using loops
    3. Scaling
    • Create a multiple switch network
    • Open a file of switch IP addresses
    • Configure multiple switches using a loop
    • Loops within loops
    • Backup switch configurations