Cisco::Reconfig

Cisco::Reconfig is a Perl module to parse and generate Cisco configuration files.
Download

Cisco::Reconfig Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Muir Sharnoff
  • Publisher web site:
  • http://search.cpan.org/~muir/

Cisco::Reconfig Tags


Cisco::Reconfig Description

Cisco::Reconfig is a Perl module to parse and generate Cisco configuration files. Cisco::Reconfig is a Perl module to parse and generate Cisco configuration files.SYNOPSIS use Cisco::Reconfig; my $config = readconfig("/my/cisco/config"); my $config = stringconfig("cisco config", "goes here");Cisco::Reconfig makes it easier to write programs to generate changes to Cisco configuration files.Cisco::Reconfig is a module that parses Cisco router configuration files. It doesn't have any real understanding of Cisco configurations so it might be useful for other similar configuration languages. It knows that nesting is shown by indentation. It knows that ! means a comment. It knows that no may proceed a line without changing where that line exists in the hierarchy. It doesn't know much else.Cisco::Reconfig can be used to modify configurations. The set() method will check the current configruation and return commands to change it if it is other than what is wanted (as passed to the set() method). Requirements: · Perl


Cisco::Reconfig Related Software