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 
                  network destination.
                  DEFAULT:  (or not specified) 'start'.

 -P <proto>       Protocol.  See Cisco::SNMP::Config.
 --protocol       DEFAULT:  (or not specified) 'tftp'.

 -p <passwd>      Password for required protocols.
 --password       See Cisco::SNMP::Config.

 -S <IP>          Server address or hostname.
 --server         DEFAULT:  (or not specified) [none].

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

 -u <username>    Username for required protocols.
 --username       See Cisco::SNMP::Config.

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