Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Using the SNMP module from the Net-SNMP library

by Anonymous Monk
on Feb 27, 2008 at 13:45 UTC ( [id://670631]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $res = $session->get("sysDescr.0",[\&call]);
        die $session->{ErrorStr} if ($session->{ErrorStr});
    ...
        print Dumper($vlist);
        SNMP::finish();
    }
    
  2. or download this
    ok        0:'sysDescr'    1:''    2:''    3:''
    $VAR1 = bless( [
                     bless( [
    ...
                              'OCTETSTR'
                            ], 'SNMP::Varbind' )
                   ], 'SNMP::VarList' );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://670631]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-28 07:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found