Hi,
I'm having trouble accessing my enterprise mibs with snmp (ucd-snmp) from php v.4 on freeBSD. Right now, everything compiles perfectly fine and I get / can access normal mibs (system, interfaces, tcp, etc.) perfectly fine using snmpwalk or get, etc.
However, I can't seem to access enterprise / custom mibs through any snmp command. From the command line using ucd-snmp, i can do a snmpwalk -m ALL localhost public
and find my enterprise mibs. I guess what I may be asking is how can I use that "-m ALL" option in php and if I can't, which other packages should I use instead of the ucd-snmp to compile under php (or do I need to hack ucd-snmp)?
Thanks.
-Edward