2008/6/10 Thomas Bonham <[EMAIL PROTECTED]>:
> I'm trying to figure out how to walk a whole device using
> Net::SNMP in perl.

   $ man SNMP

       $vb = new SNMP::Varbind();
        do {
           $val = $sess->getnext($vb);
           print "@{$vb}\n";
        } until ($sess->{ErrorNum});



Dave

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to