Skip to content

Hands-On Companion for the DEVNET-1970 session delivered at Cisco Live 2022.

Notifications You must be signed in to change notification settings

sQu4rks/DEVNET-1970

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Banner Session

Cisco Live 2022 - DEVNET-1970 Companion Guide

Welcome to the companion guide for our DEVNET-1970 session at Cisco Live 2022. In this document we want to give you a bit more context around each of the demos shown during the delivery of the session as well as explain the source code or tools used for each of the demos in-depth.

Overview

  • Demo 1: Information Gathering is concerned with retrieving information from all of your switches. In the example we are retrieving the version of the operating system currently running on the switch - but this could of course be expanded to any information you want to report on in bulk. To Demo
  • Demo 2: Configuration diffs uses the built-in learn function of pyATS to allow us to retrieve a snapshot of a router configuration and be able to calculate the difference at a later stage, for example after changing the configuration or in case of an outage. To Demo
  • Demo 3: Verify BGP Neighbor status using pyATS shows you how to use a pyATS testcase to verify that all BGP neighbors are established. This example shows how you can codify common tests you would normally do manually when troubleshooting or verifying functionality in a network. To Demo
  • Demo 4: Parallelized configuration pushing using pyATS and RQ leverages two open source tools, pyATS and RQ, to build a simple parallel configuration delivery functionality that would be capable of, in parallel, push a configuration change to multiple devices. To Demo

A word on the NetDevOps pipeline demo

The fifth demo that showcased a NetDevOps pipeline is based on a previous session delivered in a Partner Interactive Webinar. You can find the lab guide for this demo here. Please be aware that this is a more involved demo that will require some setup from your side. You can find the demo video here.

A word on setup

For these demos to work you will need a functional pyATS installation. You may find instructions on how to install pyATS on different platforms here.

For demos 1, 2 and 4 we provide a sample testbed that uses an Always-On Cisco DevNet sandbox device so there is no device setup required from you.

To run demo 4 on your own setup you'll need a (virtual) lab with a topology that runs BGP. If you have access to a CML instance (or reserve a CML sandbox here) you can follow the instructions in this guide to setup a basic BGP lab. This is the same lab we used in the demo.

Acknowledgements

Previous - Next

About

Hands-On Companion for the DEVNET-1970 session delivered at Cisco Live 2022.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published