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

Re: Re: Re: using return to create a module object

by dws (Chancellor)
on Jul 06, 2002 at 17:44 UTC ( [id://179858]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: using return to create a module object
in thread using return to create a module object

I don't see anything obviously wrong, though it looks odd to be using a device name as a host name. Is that really what you intend?

You might gain some insight by trying to come up with a small example that demonstrates the problem. Something like

use strict; use Net::SNMP; my $version = ".1.3.6.1.2.1.1.1.0"; my %snmp_options = ( ... }; $s = NET::SNMP->session(\%snmp_options); print $s->get_request($version); $s->close();
and then explicitly fill in %snmp_options.

This approach strips out extraneous detail, and should help you isolate the problem quickly.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found