In this lesson we’re going to be taking a look at how to really use Ansible. This lesson is going to be really lab heavy, so for the best experience I highly recommend you sign up and check out the …
In this lesson we’re going to be talking about Ansible playbooks. Now, I’ve mentioned playbooks a handful of times before this particular lesson, and here we’re going to be talking about what playbooks actually look like, how they’re structured and …
In this lesson we’re going to be going over Ansible inventory files. Ansible has a method of defining Ansible managed devices and grouping those devices, and using this definition to be able to run your playbooks and modules on a …
In this lesson we’re going to be talking about XPath XML documents are highly structured documents, they follow a very specific format. We also need a way to be able to navigate these documents, since they are so standardized in …
In this lesson we’re going to be talking about the supported XML API languages. XSLT First up, XSLT. XSLT stands for eXtensible Stylesheet Language Transformations. This language is used exclusively for XML to XML transformations. It is a standards-based language, …
In this lesson we’ll be talking about the XML API in more depth and really going over how the Juniper infrastructure uses the XML API on the back end. We’ll see how we can get more visibility into what exactly …
In this lesson we’re going to be taking a look at XML concepts and doing a deeper dive into XML. How it’s formatted, the types of things it uses to define its structure, and its schema. We’re going to talk …
In this lesson we’ll be going over NETCONF concepts. We talked about NETCONF very briefly in a previous lesson, but in this lesson we’re going to take a much deeper dive into the NETCONF protocol. We’re going to enable NETCONF …
In this lesson we’re going to be covering four different tools. The JET and REST APIs, JSNAPy and ZTP. These are the Junos Extension Toolkit or JET API, the REpresentational State Transfer API, JSNAPy for taking operational and configuration snapshots, …
In this lesson we’ll be going over the Junos automation stack, and an overview of the tools that are available for automating Juniper devices. First up, let’s take a look at the Junos automation stack. I know that this graphic …