- Course
Automating Networks with Python
Every network engineer knows it; automation is coming. Python is the de-facto standard for automated network operations these days, and for good reason. Join me to explore a variety of popular and modern Python tools to solve real business problems.
- Course
Automating Networks with Python
Every network engineer knows it; automation is coming. Python is the de-facto standard for automated network operations these days, and for good reason. Join me to explore a variety of popular and modern Python tools to solve real business problems.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Many want to automate their production networks but simply don't know how. In this course, Automating Networks with Python, you will learn foundational knowledge of/gain the ability to overcome this challenge. First, you will learn how to collect information from, and make updates to, network devices using legacy SSH command-line methods. This includes diving into tools like Paramiko, Netmiko, and NAPALM. Next, you will discover how to write custom parsers for more advanced CLI-based automation, to include unit testing with pytest. Finally, you will explore how to use modern APIs and their supporting technologies, including NETCONF, RESTCONF, and YANG. When you’re finished with this course, you will have the skills and knowledge of automated network management needed to design, implement, and maintain professional-grade infrastructure as code solutions for your business.
Automating Networks with Python
-
Things You Should Know Before Beginning | 4m 35s
-
Understanding Our MPLS Network | 2m 59s
-
Introducing the Python Paramiko Package | 3m 25s
-
Demo: Your First Paramiko Networking Script | 8m 46s
-
Challenge: Add Persistent Storage to the Existing Script | 3m 18s
-
Bonus Demo: The Python Debugger (pdb) | 6m 4s
-
Paramiko Summarized with Pseudo-Code | 1m 20s