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

Re: Net::SNMP ignoring retries & timeouts

by Mickey_C (Initiate)
on Mar 28, 2013 at 19:58 UTC ( [id://1026031]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (!defined($snmpsession)) {
                  #whatever code here, doesn't matter
    }
    
  2. or download this
    sub muli_interface_snmp {
            my ($host,$community) = @_;
    ...
            # we got a good session to the active mgmt card
            return $snmpsession;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-26 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found