Click to See Complete Forum and Search --> : perl and snmp


sysctl
07-30-2001, 03:27 PM
I am looking to use perl to set up some unusual MIB's on Lucent Routers. Problem number 1 is that The routers do not support OID. Problem #2 is that the perl module I found for SNMP does not support less common MIB's like ssh. Can anyone snip me some code that would do something similar? The Problem here is that when I pass A mib value to the class (mudule) it looks up appropriate OID in the information base and then returns the OID to the router. The router as I stated does not recognise the OID's. Not much hope.. just thought I would ask around here...

lates
sysctl

EyesWideOpen
07-30-2001, 04:34 PM
I don't know really anything about SNMP/MIB/OID but does this search on CPAN help you any?
http://search.cpan.org/search?mode=module&query=snmp

There's mention of an MIB compiler and other SNMP related modules. I'm assuming that the module you found was Net::SNMP. Maybe some of the others may be of use.