Skip to main content

Compare network device configuration files using contextual structures

Project description

NET-CONTEXTDIFF

This package contains two main elements used to compare text-based configuration files (or other files in simple text in a similar format) where they are structured using indented blocks of directives/commands, typically for network devices:

  • a parser to read in configuration files and stored them in a dictionary -- the parser utilises the hierarchical nature of the configuration to understand that the same command name might mean different things in different contexts

  • a comparator that takes two configuration dictionaries (typically produced by the parser, above) - a source and a target configuration - and writes out a configuration file (or update command set) to transform the source configuration into the destination - this uses a series of 'converters' to handle the difference for each configuration element (e.g. changing the description assigned to an interface)

Each of these are written as abstract base classes that can be inherited from to crete concrete classes for each platform, but the base processing of the parsing and comparing should be consistent, requiring only the specific commands to be handled.

Currently, Cisco IOS is the only concrete platform and only a subset so far (the comparator is still being tweaked to handle this all relatively straightforwardly, before all the commands are implemented). There are currently some odd commands and edge cases which are awkward to handle without some improvements to the core process.

The scripts also support a system whereby 'excludes' can be specified, to exclude those elements of the configuration dictionary which should not be compared, if a known difference exists that cannot be resolved, either as an interim divergence, or a permanent exception.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

net-contextdiff-0.15.12.tar.gz (52.9 kB view details)

Uploaded Source

Built Distribution

net_contextdiff-0.15.12-py3-none-any.whl (58.3 kB view details)

Uploaded Python 3

File details

Details for the file net-contextdiff-0.15.12.tar.gz.

File metadata

  • Download URL: net-contextdiff-0.15.12.tar.gz
  • Upload date:
  • Size: 52.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for net-contextdiff-0.15.12.tar.gz
Algorithm Hash digest
SHA256 e85fea36252d441de88fc5540d53ad5fc262164a4f88bb339c940684d964bce9
MD5 bb410f8331019f2cd4d4ef7a1c0244f2
BLAKE2b-256 924ede14b7bea859224c782f2ab293aaf2a4eb3a8f8beda50e7b7273a93764c0

See more details on using hashes here.

File details

Details for the file net_contextdiff-0.15.12-py3-none-any.whl.

File metadata

File hashes

Hashes for net_contextdiff-0.15.12-py3-none-any.whl
Algorithm Hash digest
SHA256 73639f8d5508201149497adc22ea7e969ab9f2d3c86fe945c644a0134c0d323b
MD5 71fe8435f4d032459f00805e022e5929
BLAKE2b-256 d684bb2891ab20337dfc2332d8a79fd0f1b8b97003d0e378169ba830c1555e18

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page