Python Network Programming for Network Engineers (Python 3)
- Description
- Curriculum
- FAQ
- Reviews
Learn Network Programmability and Network Automation using GNS3 and Python version 3.
This course is based on Python 3.
Want to program networks using Python, but not sure where to start? Well, this course will show you how you can start programming Cisco networks within 20 minutes.
This course was created for network engineers. There are too many other Python courses out there that try to make network engineers software developers. Instead of teaching network automation, they teach you Python theory. This course is different.
This course is practical. I won’t talk about programming in abstract terms and make you wait before you can start automating networks. I will show you how you can quickly and easily start network programming by using GNS3, Cisco IOS and Python.
You will see demonstrations of the configuration of both Cisco routers and switches in GNS3. For example, how to configure multiple VLANs on a multiple switches, or how to configure OSPF on a router and more.
This course shows you practical examples of using Python to programmatically configure Cisco network devices rather then just talking about it.
The days of configuring Cisco networks only with the command line interface (CLI) are drawing to a close. You need to add network programmability using Python and APIs to your skill set.
Learn how to automate networks using:
– Telnet
– SSH
– Paramiko
– Netmiko
– NAPALM
Tools such as NAPALM and Netmiko make it easy to configure and interact with network devices using an API such as NETCONF or using SSH. Don’t reinvent the wheel. Use the tools available to you to quickly and easily automate your networks.
Some comments about the course:
“Knowing the material from just the first video would have saved me hours of work and rework in the past.”
“It’s the easiest, most fun, and most valuable course I’ve completed yet on Python Programming for Networking. Love it! Thanks again David!!!”
“Excellent course on Network Programming using Python with lot’s of practical network configuration examples.”
“Great way of explanation.Nice video and inspiring words! Thank you so much David. You are genius.”
“I’ve been doing network automation for a while, even so, I’ve learned new things through this course. The instructor start from a basic example, adding improvements in each step. It’s a skill that’s worth it.”
“A must for all network engineers who want to learn python!!! I had very “very” basic programming skills, and couldn’t just get the bridge between network and programming (mainly Python – since that’s where the hype is now), this course was amazing, I have never been glued to a training course since I can remember. The couple of things I loved the most about this course: 1- David’s clear voice. 2- Real world application, not only will David interduce different real-world practical modules that you can import and use, but he shows you how to apply them on ios devices.”
“Excellent course on Network Programming using Python with lot’s of practical network configuration examples. High quality content.”
-
4Important - please readText lesson
-
5GNS 2.2 GUI InstallVideo lesson
-
6GNS3 2.2 VM InstallVideo lesson
-
7GNS3 IOS imagesVideo lesson
-
8CML (VIRL 2.0) Install Part 1Video lesson
-
9CML (VIRL 2.0) Install Part 2Video lesson
-
10EVE-NG InstallationVideo lesson
-
11EVE-NG Cisco ImagesVideo lesson
-
12DevNet: Free CMLVideo lesson
-
13Quick Start 1: GNS3 Lab Setup and IDEsVideo lesson
-
14Quick Start 2: Telnet Script creationVideo lesson
-
15Quick Start 3: Telnet Script TestVideo lesson
-
16Quick Start 4: Telnet to a switch and create VLANsVideo lesson
-
17Quick Start 5: LoopsVideo lesson
-
18Quick Start 6: PEP8: Python Style GuideVideo lesson
-
19Quick Start 7: Configure switch VLANs using loopsVideo lesson
-
20Quick start 8: Create a multiple switch networkVideo lesson
-
21Quick Start 9: Open a file of switch IP addressesVideo lesson
-
22Quick Start 10: Configure multiple switch with a loopVideo lesson
-
23Quick Start 11: Loops within loopsVideo lesson
-
24Quick Start 12: Backup Network Device ConfigurationsVideo lesson
-
25Netmiko Part 1: IntroductionVideo lesson
-
26Netmiko Part 2: Enable SSH on switches in networkVideo lesson
-
27Netmiko Part 3: Your first Netmiko SSH ScriptVideo lesson
-
28Netmiko Part 4: Script for multiple switchesVideo lesson
-
29Netmiko Part 5: Run script and configure multiple devicesVideo lesson
-
30Netmiko Part 6: File of multiple Cisco commandsVideo lesson
-
31Netmiko Part 7: Program multiple switches with file of commandsVideo lesson
-
32Netmiko Part 8: Script to program entire networkVideo lesson
-
33Netmiko Part 9: Run script to program entire networkVideo lesson
-
34NAPALM Introduction (P75_12)Video lesson
-
35NAPALM Python 3 versus 2.7Video lesson
-
36Ubuntu versus Network Automation ContainerText lesson
-
37Install NAPALM (P68_13)Video lesson
-
38NAPALM connect to switch 1 (P68_14)Video lesson
-
39JSON and more commands (P68_16)Video lesson
-
40Mac address table, ARP cache (P68_17)Video lesson
-
41Use NAPALM to retrieve BGP neighbor information: Part 1 (P75_1)Video lesson
-
42Use NAPALM to retrieve BGP neighbor information: Part 2 (P75_2)Video lesson
-
43Use NAPALM to retrieve BGP neighbor information: Part 3 (P75_3)Video lesson
-
44NAPALM: Multiple BGP neighbors (P75_4)Video lesson
-
45NAPALM and bigger BGP Network Part 1 (P75_5)Video lesson
-
46NAPALM and bigger BGP network Part 2 (P75_5b)Video lesson
-
47Use NAPALM to configure Access lists (P75_6)Video lesson
-
48Check if ACL already exists and add if missing (P75_7)Video lesson
-
49Use NAPALM for auditing device configs (P75_8)Video lesson
-
50Use NAPALM to add multiple config files (P75_9)Video lesson
-
51NAPALM: Multiple config files, multiple devices (P75_10)Video lesson
-
52Netmiko Iteration: Script OverviewVideo lesson
-
53Netmiko Iteration (Script 1): Basic ScriptVideo lesson
-
54Netmiko Iteration (Script 2): Open a file of commandsVideo lesson
-
55Netmiko Iteration (Script 3): Configure multiple devices using a file of devicesVideo lesson
-
56Netmiko Iteration (Script 4): Remove passwords from scriptVideo lesson
-
57Netmiko Iteration (Script 5): Except (Error) HandlingVideo lesson
-
58Netmiko Iteration (Script 6): Determine device types and run specific device typVideo lesson
-
59Netmiko Iteration (Script 7): Iterate device type scriptVideo lesson
-
70Python Objects (P61_1)Video lesson
-
71Python Objects Part 2 (P61_2)Video lesson
-
72Python Variables (P61_3)Video lesson
-
73Python Variables Part 2 (P61_4_5)Video lesson
-
74Python Variables Part 3 (P61_6)Video lesson
-
75Python Variables Part 4 (P61_7_8)Video lesson
-
76Data Types (P61_9)Video lesson
-
77Data Type testing (P61_10)Video lesson
-
78Introduction (P61_19)Video lesson
-
79Numeric Types (P61_11)Video lesson
-
80Int and Float (P61_12)Video lesson
-
81Operators (P61_14)Video lesson
-
82Operators Part 2 (P61_15_16)Video lesson
-
83Operators (P61_17_18)Video lesson
-
84bin hex oct (P61_20)Video lesson
-
85binary decimal octal number examples (P62_1)Video lesson
-
86int calculation (P62_2)Video lesson
-
87Floats (P62_3)Video lesson

External Links May Contain Affiliate Links read more