mscerts.net
 
Adaptive Technologies
Adobe AIR Apps
Artistic Software
Communications
Database
Desktop Environment
Documentation
Education
Games
Home Automation
Information Management
Internet
Multimedia
Office
Printing
Programming
Religion
Science
Science and Engineering
Security
System
Terminals
Text Editing&Processing
Utilities
 
 
myGengo 1.2.0
corejet.jira 1.0 Alpha 1
jsoncmd 0.0
correct_pycountry 0.12.2
Monsters 1.0
corejet.core 1.0 Alpha 1
Scope::Container::DBI 0.04
DBIx::DataModel 1.27
Word Golf 0.2.1
Plack::Middleware::LogWarn 0.001002
 
 
 

SNMP::Class 0.15

A convenience class around the NetSNMP Perl modules

SNMP::Class is a Perl module aims to enable snmp-related tasks to be carried out with the best possible ease and expressiveness while at the same time allowing advanced features like subclassing to be used without hassle.

 use SNMP::Class;
 
 #create a session to a managed device --
 #community will default to public, version will be autoselected from 2,1
 my $s = SNMP::Class->new({DestHost => 'myhost'});
 
 #modus operandi #1
 #walk the entire table
 my $ifTable = $s->walk("ifTable");
 #-more compact-
 my $ifTable = $s->ifTable;
 
 #get the ifDescr.3
 my $if_descr_3 = $ifTable->object("ifDescr")->instance("3");
 #more compact
 my $if_descr_3 = $ifTable->object(ifDescr).3;
 
 #iterate over interface descriptions -- method senses list context and returns array
 for my $descr ($ifTable->object"ifDescr")) {
 print $descr->get_value,"\n";
 }
 
 #get the speed of the instance for which ifDescr is en0
 my $en0_speed = $ifTable->find("ifDescr","en0")->object("ifSpeed")->get_value;
 #
 #modus operandi #2 - list context
 while($s->ifDescr) {
 print $_->get_value;
 }

Requirements:

· Perl

  Other
-   SHA 2.01
-   Net::Vypress::Chat 0.72.1
-   Math::BigInt::Random::OO 0.03
-   Mail::Sender 0.8.16
-   HTML::Template::HTX 0.07
-   SquidGuard Manager 1.2
-   Funifs 1.1
-   Devel::FastProf 0.08
-   Convert::Moji 0.01
-   Config::GitLike 1.04
-   Class::Data::Reloadable 0.04
-   CatalystX::ListFramework 0.5
-   Capture::Tiny 0.08
-   CGI::Search 0.5
-   Apache::TieBucketBrigade 0.05
-   Unicode::LineBreak 1.007.520
-   Acme::UNIVERSAL::cannot 0.01
-   Acme::MorseComments 1.00
-   TagPy 0.94.8
-   Flask-Cache 0.2
 
 
                mscerts.net