Rechercher une page de manuel
SNMP::Info::CiscoImage.3pm
Langue: en
Version: 2008-08-02 (ubuntu - 07/07/09)
Section: 3 (Bibliothèques de fonctions)
NAME
SNMP::Info::CiscoImage - SNMP Interface to image strings for Cisco DevicesAUTHOR
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.\n"; my $class = $ci->class(); print "SNMP::Info determined this device to fall under subclass : $class\n";
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"
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre