Expert
Training
for Network
Automation
Self-paced courses, live lab sessions, and a hands-on community built for engineers who want to master network automation.
automate.py
from netmiko import ConnectHandler
device = {
"device_type": "cisco_ios",
"host": "192.168.1.1",
}
conn = ConnectHandler(**device)
output = conn.send_command("show ip route")
device = {
"device_type": "cisco_ios",
"host": "192.168.1.1",
}
conn = ConnectHandler(**device)
output = conn.send_command("show ip route")
Latest Courses
Self-paced courses built around real lab exercises. Learn by doing, at your own pace.
Intermediate
Ansible Fundamentals for Network Automation
Automate network configuration and operations using Ansible playbooks.
1h 26m
View Details Intermediate
Network Testing & Validation with Cisco pyATS
Automate network testing, validation, and troubleshooting with Cisco pyATS.
2h 8m
View Details Intermediate
Device Management Automation with Netmiko
Use Python and Netmiko to automate network device management.
1h 6m
View Details Latest from Our Blog
Stay updated with the latest trends and insights in today's Network Automation space.
Coming Soon
Check back soon for our latest articles and updates.
Sponsored By
We are looking for our first sponsors. If your company supports network automation education, we would love to partner.
Become a Sponsor