pyATS series - How to use the NETCONF module?
How to use the pyATS NETCONF module?
How to use the pyATS NETCONF module?
Scrapli is a Python library that grabbed the attention of network engineers. You can learn more about it and take a look at how you could manage Cisco devices with it.
Adding and removing configuration from IOS XR device using pyATS
Table of Contents
How to get a serial number on an IOS XR device using pyATS?
Presentation of YANG Suite tool, to retrieve and observe YANG models from your network devices.
Collecting a list of show commands on a list of devices
What’s a pyATS model and when to use it
Explore pyATS libraries and parse your first CLI output
Nornir is the new automation framework which grabbed the attention of network engineers. Learn more about it and take a look how you could manage Cisco devices with it.
Installation of pyATS and collecting your first CLI output
NCS1002 Configuration Automation with YDK
NCS1002 Configuration Automation Overview
The goal of this tutorial is not only to demonstrate how to config an IOS XR device using the gRPC framework and OpenConfig YANG models, but also validate the changes by subscribing to a telemetry stream from the device.
The goal of this tutorial is to demonstrate how to program an IOS XR device using the gRPC framework. and the Go programming language. The objective is to have a single interface/connection to retrieve info from the device, apply configs to it, generate telemetry streams, program the RIB/FIB and so on.
In a previous blog post, we described how the Cisco IOS XR programmability framework is based on data models. But, what format do they have? where are the models published? how many are available? how are they grouped?
gRPC in Python for IOS-XR