Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

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

by Anonymous Monk
on Feb 27, 2008 at 13:45 UTC ( #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 making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2023-12-11 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?