Automation Labs¶
-
AVD-L3LS Quick Start
This lab walks through building an L3LS fabric with an EVPN/VXLAN overlay with AVD at a faster rate then the Automation Workshops.
-
Command API
This lab will demonstrate the on-switch Command API explorer feature. The Command API provides an interface to experiment with commands and view their request and response structure without having to write a script or program to test it with.
-
eAPI
This lab will walk you through using the eAPI with Python. The eAPI works through JSON requests and responses. Fortunately, Python has a module that can handle that easily!
-
pyeapi
In this lab we will use Python with Arista’s pyeapi module. Pyeapi is a wrapper around the eAPI that abstracts common EOS commands into a more programmatic style.
-
OpenConfig gNMI
This lab will walk a user through connecting to both an Arista EOS device and an Arista CloudVision instance to test streaming telemetry of common metrics all through a standard OpenConfig streaming interface known as gNMI.
-
Jenkins
This lab utilizes the automation tool, Jenkins, as well as Git, for version control, to automation some configuration tasks.