Python Network Automation

RM1,000.00

This product is currently out of stock and unavailable.

Course Duration: 1 day

Course Overview:
Network automation is the process of automating the configuration, management, testing, deployment, and operations of physical and virtual devices within a network. Every day network tasks and functions are performed automatically. Python provides a number of useful libraries for network automation such as Napalm and Netmiko. Napalm is a vendor neutral, cross-platform open source project that provides a unified API to network devices. It works with the most popular automation frameworks. Napalm makes it easier to configure multiple vendor devices. On the other hand, Netmiko provides useful API for SSH/Telnet automation. In this course, your will learn
how to automate the configuration of network devices using NAPALM and Netmiko.

Course Highlights
– Connecting to a switch using NAPALM
– Using JSON with NAPALM
– Using NAPALM to retrieve BGP neighbors
– Connecting to multiple BGP routers
– Automating large BGP networks
– Configuring ACLs using NAPALM
– Auditing your device configurations

Pre-requisite
This is an intermediate level course. The following prerequisite is assumed
– Basic Python
– Basic Networking knowledge

Target Audience
– Network Automation Engineers
– Network Engineers

Course outline
Module 1 Overview of Network Automation
– What is Network Automation
– Types of Network Automation
– Benefits of network automation
Module 2 Network Automation with Netmiko
– What is Nemiko?
– Install Nemiko
– Enable SSH on Switches
– Netmiko SSH Script
– Program Mulitple Switches
Module 3. Network Automation with Napalm
– What is Napalm?
– Install Napalm
– Connect to a Switch
– MAC Address Table
– ARP Cache
Module 4. BGP Automation
– What is Border Gateway Protocol (BGP)?
– Use Napalm to Automate BGP Networks
– Multiple BGP Networks
Module 5: Device Configuration
– What is Network Access Control List (ACL)
– Modify ACL
– ACL Configuration with Napalm