php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18834 private mibs and PHP ???
Submitted: 2002-08-09 12:41 UTC Modified: 2002-11-02 01:00 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: didier dot anonyme at caramail dot com Assigned:
Status: No Feedback Package: SNMP related
PHP Version: 4.2.2 OS: W2000
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-08-09 12:41 UTC] didier dot anonyme at caramail dot com
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 (I have copy Cisco mibs in /usr/mibs and restart Apache)

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..."

Is it a bug ???

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-17 20:21 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-11-02 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 20:01:30 2024 UTC