有没有办法将任意路径(例如/usr/share/mibs/cisco
)添加到 MIB 搜索路径?
这是 Ubuntu 12.04.4 LTS。
答案1
结果非常简单,感谢#net-snmp irc 频道的 rstory-work:
只需添加行
mibdirs +/usr/share/mibs/cisco
到/etc/snmp/snmp.conf
。
答案2
根据snmp_config 手册页您应该将该行添加mibdirs -/usr/share/mibs/cisco
到以下路径之一:
~/.snmp/snmp.conf
/usr/share/snmp/snmp.conf
如果您只希望单个用户有访问权限,请使用主目录路径。