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.
假设一个 MIB 包含一个由 MAC 地址索引的表。当经理请求时,代理的正确行为是什么myTable.0.1?这是一个不完整的索引。
myTable.0.1
我看到的一些可能性:
取决于操作。
对不完整 OID 的 GET 将返回 noSuchName。
不完整 OID 上的 GETNEXT 将返回下一个完整 OID。
请注意,许多制造商未能正确实施 SNMP 代理。您不能总是指望它们按预期返回下一个 OID。