Articles
pyATS Demos: Network Profiling – NetDevOps Series, Part 15
7 min read
Wouldn't it be great to have a tool that helps you profile the network end-to-end and store that info as snapshots? Genie can help you do it with a simple command!
pyATS Demo Interactive Tests – NetDevOps Series, part 14
4 min read
Automating your network testing has never been easier! See how pyATS and the Genie interactive shell makes it easy to develop and debug your tests, step-by-step, in an interactive "pythonic" way!
pyATS Demos: Getting Started – NetDevOps Series, Part 13
4 min read
Learn how to use pyATS to execute a single command on a certain network device. What if you could do the same for a large list of devices?
pyATS Demos Introduction and Setup – NetDevOps Series, Part 12
5 min read
Used internally at Cisco to test new software, and now available free to Cisco customers and partners for their own testing and verification.
Meraki DevNet Express Rocks at CLEUR 2020
2 min read
Two full days of learning how to work with Meraki APIs… from scratch!
H.E.M.P. Demo: Extranet VPN Automation – NetDevOps Series, Part 11
4 min read
See how to use APIs to build business-relevant solutions that provide consistency and reliability all along the network. In this demo, see how to automate the lifecycle of extranet VPN connections.
H.E.M.P. Demo: Intro and Setup – NetDevOps Series, Part 10
4 min read
This demo shows you how to automate the lifecycle of extranet VPN connections.
A weekend of fun and APIs … with Meraki!
1 min read
Attendees will have the opportunity to learn about all the required programming fundamentals with Python and how REST APIs work.
Kubernetes on the Road – DevOps Series, Part 15
5 min read
Get traffic from the Internet to your cluster, and fan it out so that it goes to the required specific microservice... even when you're on the road.
Kubernetes the Easy Way – DevOps Series, Part 14
3 min read
Learn about k3s, an easy-to-install, lightweight but fully-compliant, kubernetes distribution optimized for ARM architectures.
It’s All About Visibility – DevOps Series, Part 13
2 min read
See how to interface with kubernetes API and graphically display how its constructs relate to each other and the underlying infrastructure.
CI/CD Demo: Pipelines Are Amazing! – NetDevOps Series, Part 9
7 min read
See how a completely automated CI/CD pipeline can be applied to a network configuration environment end-to-end, including test and production environments.
CI/CD Demo: Setting Your Local Environment – NetDevOps Series, Part 8
6 min read
This is part 2 of the CI/CD Demo, on how to run your own demo using CI/CD pipelines for network configuration management.
CI/CD Demo: Intro and Server Setup – NetDevOps Series, Part 7
5 min read
NetDevOps will deliver consistent version-controlled infrastructure configurations, deployed with parallel and automated provisioning.
A Cisco CCIE Discusses His Journey with Network Automation
10 min read
Cisco is at the forefront of enabling Development and Operations teams to work together through its technology.
Applying DevOps to Your Network – NetDevOps Series, Part 6
5 min read
DevOps principles are not exclusive to software development, and some of them can definitely be applied to infrastructure configuration.
Coding Essentials III – NetDevOps Series, Part 5
5 min read
APIs and programming languages like Python and REST have matured to the point of being useful and applicable to the domains of infrastructure engineers.
Coding Essentials II – NetDevOps Series, Part 4
3 min read
Now that we understand data models and data transfer formats, we need to consider what protocol to use in order to exchange that information. NETCONF and RESTCONF.