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.13.tar.gz (72.8 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for ciscoconfparse-0.9.13.tar.gz
Algorithm Hash digest
SHA256 091db3a6a79f00735deeabc584372945eaa81ad2fd85bca96640957301952439
MD5 9c9d6a3e8b116df6bd5698199103426e
BLAKE2b-256 aed1b7d5f1caff8e5b444d50e69e6458ab79acd8ae9fc6adfaf9a7af89af13eb

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