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

NAME

CISCO-INFO - Cisco Device Information

SYNOPSIS

 cisco-info [options] host [...]

DESCRIPTION

Print CPU, memory, system MIB or inventory information for provided Cisco device.

ARGUMENTS

 host             The Cisco device to manage.

OPTIONS

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

 -C               Provide CPU utilization.
 --CPU            DEFAULT:  (or not specified) [System info]

 -m               Provide memory utilization.
 --memory         DEFAULT:  (or not specified) [System info]

   -K             Provide memory utilization in Kilobytes
   --Kilobytes    DEFAULT:  (or not specified) [Bytes]

   -M             Provide memory utilization in Megabytes
   --Megabytes    DEFAULT:  (or not specified) [Bytes]

 -s               Provide system MIB information.
 --system         DEFAULT:  (or not specified) [System info]

 -V [-V]          Provide system inventory from ENTITY-MIB.
 --inventory        -V    = Only units with serial number.
                    -V -V = All units.
                  DEFAULT:  (or not specified) [System info]

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