The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CISCO-CONF - Cisco Configuration File Manager

SYNOPSIS

 cisco-conf [options] host [...]

DESCRIPTION

Perform configuration file management tasks on provided hosts. Configuration file upload and download through TFTP (via SMMP) and copy run start on host are options.

ARGUMENTS

 host             The Cisco device to manage.

OPTIONS

 -c <snmp_rw>     SNMP read/write community.
 --community      DEFAULT:  (or not specified) 'private'.

 -d <file>        File name for destination.  Can be 'start' or 'run' 
 --dest           for local device files.  Can be any filename for 
                  TFTP destination.
                  DEFAULT:  (or not specified) 'start'.

 -s <file>        File name for source.  Can be 'start' or 'run' 
 --source         for local device files.  Can be any filename for 
                  TFTP source.
                  DEFAULT:  (or not specified) 'run'.

 -t <IP>          TFTP server address or hostname.
 --tftp           DEFAULT:  (or not specified) [none].

 -w               Perform a 'copy run start' if TFTP is successful.
 --write

LICENSE

This software is released under the same terms as Perl itself. If you don't know what that means visit http://perl.com/.

AUTHOR

Copyright (C) Michael Vincent 2010

http://www.VinsWorld.com

All rights reserved