Python NAPALM Network Automation

Go to class
Write Review

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

Overview
  • Learn how to automate the configuration of network devices with NAPALM, a Python library used to automate and interact with network devices and OSs using a unified API.

Syllabus
  • 1. NAPALM Overview

    • NAPALM introduction
    • NAPALM: Python 3 versus 2.7
    • Install NAPALM
    2. NAPALM Switch Automation
    • Connect to a switch
    • JSON and additional commands
    • View a MAC address table and ARP cache
    3. NAPALM BGP Automation
    • Use NAPALM to retrieve BGP neighbors, part 1
    • Use NAPALM to retrieve BGP neighbors, part 2
    • Use NAPALM to retrieve BGP neighbors, part 3
    • Multiple BGP neighbors
    • Larger BGP networks, part 1
    • Larger BGP networks, part 2
    4. NAPALM Device Configuration Audit
    • Configure ACLs using NAPALM
    • Verify if ACL exists and modify
    • Audit device configurations
    • Multiple config files, multiple devices