NAPALM's Commit-Confirm Feature

Author Kirk Byers
Date May 4, 2021

In May of 2021, I added a commit-confirm feature to NAPALM. This feature is currently only supported on the Arista EOS and Juniper Junos platforms.

In this series of videos, I explain how the commit-confirm feature operates and show some examples of how to use it in NAPALM:

NAPALM commit-confirm overview

NAPALM commit-confirm example (confirming the commit)

NAPALM commit-confirm example (cancelling the commit and timer expiration)

Additional Videos on Python Classes

Python

Classes and Objects, Part1

Python

Classes and Objects, Part2