Skip to main content

Parse, Query, Build, and Modify Cisco IOS-style configurations

Project description

DOCS

The latest copy of the docs are archived here: http://www.pennington.net/py/ciscoconfparse/

FAQ

Q1: Is there a way to use this module with perl? A1: Yes, I do this myself. Install the python package as you normally would and import it into perl with Inline.pm and Inline::Python from CPAN.

Q2: When I use find_children(“interface GigabitEthernet3/2”), I’m getting all interfaces beginning with 3/2, including 3/21, 3/22, 3/23 and 3/24. How can I limit my results? A2. There are two ways… the simplest is to use the ‘exactmatch’ option… find_children(“interface GigabitEthernet3/2”, exactmatch=True). Another way is to utilize regex expansion that is native to many methods… find_children(“interface GigabitEthernet3/2$”)

AUTHOR

David Michael Pennington

THANKS

Thanks to David Muir Sharnoff for his suggestion about making a special case for IOS banners. Thanks to Alan Cownie for his API suggestions. Thanks to everyone in advance for their bug reports and patience. Sola Dei Gloria.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

ciscoconfparse-0.9.11.tar.gz (60.0 kB view details)

Uploaded Source

File details

Details for the file ciscoconfparse-0.9.11.tar.gz.

File metadata

File hashes

Hashes for ciscoconfparse-0.9.11.tar.gz
Algorithm Hash digest
SHA256 2886ee7a4a0a7d61997ddcccac03f12d6491bae5d7cb40a30e07e65ef1460343
MD5 34262a339857221442c572b1ca95bb40
BLAKE2b-256 fb21a3a3931416ccc4fbf910fe8bfd14df3f251cade86333bfc98c6a2339a422

See more details on using hashes here.

Supported by

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