Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用大量 OID 将 mib 加载到 PHP 中。我想要一些方法来把它们扔掉并通过它们。我没有在 php 网站文档上找到任何方法来做到这一点。
尝试SNMP扩展。
有一个名为snmp_read_mib的函数可能适合您。
我认为这个包叫做php5-snmp.
php5-snmp
如果您将其加载到 PHP 变量中,您可以通过
print_r($var);
如果没有:您能否提供一些代码,以便我们了解您如何将它们加载到 PHP 中?