I'm using php 4.2.2, Apache and W2000.
I can use snmp functions with standard mibs (in /usr/mibs) but when I want to use private mibs (Cisco, Microsoft...), they are not recognized.
examples :
When I use the OID
$result = snmpget ("$host","$community",".1.3.6.1.4.1.9.3.6.12.0");
I obtain a result.
but when I use the mib name =.iso.org.dod.internet.private.enterprises.cisco.temporary.chassis.chassisSlots.0, I have a message like this : "Warning: Invalid object identifier: .iso.org.dod..."
Somebody can help me ???