debian man page for snmp::info::ciscoimage

Query: snmp::info::ciscoimage

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Info::CiscoImage(3pm)					User Contributed Perl Documentation				     Info::CiscoImage(3pm)

NAME
SNMP::Info::CiscoImage - SNMP Interface to image strings for Cisco Devices
AUTHOR
Matt Tuttle ("mtuttle@americanhebrewacademy.org")
SYNOPSIS
# Let SNMP::Info determine the correct subclass for you. my $ci = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost. "; my $class = $ci->class(); print "SNMP::Info determined this device to fall under subclass : $class ";
DESCRIPTION
SNMP::Info::CiscoImage is a subclass of SNMP::Info that provides access to image strings embedded in an image running on Cisco Devices. Use or create in a subclass of SNMP::Info. Do not use directly. Inherited Classes None. Required MIBs CISCO-IMAGE-MIB MIBs can be found at ftp://ftp.cisco.com/pub/mibs/v2/v2.tar.gz
GLOBALS
None.
TABLE METHODS
$ci->ci_images() Returns the table of image strings. "ciscoImageString" perl v5.12.4 2011-09-28 Info::CiscoImage(3pm)
Related Man Pages
snmp::info::ciscoqos(3pm) - debian
snmp::info::layer2::allied(3pm) - debian
snmp::info::layer3::c4000(3pm) - debian
snmp::info::layer3::c6500(3pm) - debian
snmp::info::layer3::cisco(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Introduction
Detecting unused variables...
My first PERL incarnation... Audio Oscillograph