将 MIBS 添加到 net-snmp 后无法加载 OID
将 Oracle MIB 添加到 net-snmp 中,
中的mibs +OR-mib
我通过 shell 中 snmp.conf #MIBS=+OR-mib
#export MIBS
#snmp restart
但当我重新加载时:#snmpwalk -v2c -c 私有 127.0.0.1 .1.3.6.1.4.1.111
我得到:snmpv2-smi::enterprises.111= 此代理在此 OID 上没有此类可用
如何修复此问题?
谢谢
I add Oracle MIBs into net-snmp by:
mibs +OR-mib
in snmp.conf
#MIBS=+OR-mib
in shell
#export MIBS
#snmp restart
but when I reload by:#snmpwalk -v2c -c private 127.0.0.1 .1.3.6.1.4.1.111
I get:snmpv2-smi::enterprises.111= no such available on this agent at this OID
How do I fix this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在本地计算机上加载 MIB 并不会神奇地使数据可用。需要扩展代理来实现 MIB。 Net-SNMP 常见问题解答中对此进行了介绍:
我安装了新的 MIB 文件。为什么我无法查询它?
如果您安装了实现 oracle MIB 的 AgentX 代理,那么这可能是访问控制问题。请参阅有关访问控制的常见问题解答:
如何配置代理?
Loading a MIB on the local machine does not magically make data available. The agent needs to be extended to implement the MIB. This is covered in the Net-SNMP FAQ:
I've installed a new MIB file. Why can't I query it?
If you've installed an AgentX agent that implements the oracle MIBs, then it's likely an access control issue. See the FAQs on access control:
How do I configure the agent?