ncdiff
latest
  • Introduction
  • Usage Examples
  • Installation
  • API Reference
  • Changelog
ncdiff
  • Docs »
  • ncdiff
  • Edit on GitHub

ncdiffΒΆ

A package containing a set of classes that calculate diff of two configs, combine two configs or two diffs, and predict config when a diff is applied to a config. A config is the rpc-reply payload of a get-config message, and a diff can be considered as the payload of an edit-config message.

  • Introduction
    • Features
    • Config Operations
  • Usage Examples
    • Tutorial
      • connect to a Netconf device
      • load models
      • get
      • get-config
      • edit-config
    • More on Config
      • create Config objects
      • xpath
      • filter
      • compare configs
    • More on ConfigDelta
      • create ConfigDelta objects
      • verify the result of a ConfigDelta object
      • create ConfigDelta objects with special requirements
    • ModelDiff
      • create ModelCompiler objects
      • create Model objects
      • create ModelDiff objects
    • RunningConfigDiff
      • create RunningConfigDiff objects
    • RPCReply
      • xpath
  • Installation
    • ncdiff Installation
  • API Reference
    • ncdiff module
    • classes
      • ncdiff.ModelDevice class
      • ncdiff.Config class
      • ncdiff.ConfigDelta class
    • other classes
      • ncdiff.Model class
      • ncdiff.ModelDiff class
      • ncdiff.RunningConfigDiff class
      • ncdiff.ModelDownloader class
      • ncdiff.ModelCompiler class
    • other sub-modules
      • ncdiff.composer sub-module
      • ncdiff.calculator sub-module
      • ncdiff.netconf sub-module
  • Changelog
    • June 2017
      • June 23
        • Features:
    • March 2018
      • March 1
        • Changes:
    • April 2018
      • April 20
        • Features:
    • June 2018
      • June 22
        • Features:
    • July 2018
      • July 12
        • Features:
    • October 2018
      • October 3
        • Features:
    • November 2018
      • November 29
        • Features:
    • August 2022
      • August 15
        • Features:
    • November 2022
      • November 9
        • Features:

Section author: Jonathan Yang

Next

© Copyright 2014-2022, Cisco Systems Revision cd1a44f5.

Built with Sphinx using a theme provided by Read the Docs.