Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Making a scalable Net::SNMP script?

by dingus (Friar)
on Nov 21, 2002 at 18:44 UTC ( [id://214862]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %cmdtable=(
    ### general OID for  system up time 
    ...
    ### These are Cisco OID's which i use for the AS5400 bank
    ModemsAvailable = '1.3.6.1.4.1.9.9.47.1.1.7.0',
    ModemsUnavailable = 1.3.6.1.4.1.9.9.47.1.1.8.0')
    
  2. or download this
    my @results;
    for (keys %cmdtable) {
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-26 04:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found