在 MS Windows SNMP 代理上使用 SNMP 设置消息
TCP 连接状态 (tcpConnState) 根据 RFC 1213 是可写的。当我使用来自 DMH 软件的 SNMP 代理(http://www.dmhsoftware.com/snmp.html)。 但我无法使用 Windows SNMP 服务对该变量执行 SNMP 设置命令(在 Windows XP、Vista 或 Win 7 上安装 SNMP 服务;对社区字符串等执行多个配置步骤)。 我猜想这是由于 Windows SNMP 服务的一些限制/实施策略造成的,但找不到任何证据。有人可以帮忙吗?预先非常感谢。
State of TCP connection (tcpConnState) is writable per RFC 1213. Everything is fine when i reset this tcpConnState value from established (5) to deleteTCB (12) with SNMP set message with SNMP Agent from DMH software (http://www.dmhsoftware.com/snmp.html).
But i cannot perform the SNMP Set command on that variable with Windows SNMP service (install SNMP service on Windows XP, Vista or Win 7; doing several configuration steps for community string etc).
I guess that's due to some limitation/implementation policy on Windows SNMP service, but could not find any proof for that. Could anyone help? Thanks a lot in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 Windows SNMP 代理,您需要检查 SET 团体名称。它必须用于将对象设置为您想要的值。否则,操作可能会失败。
此外,并非所有 SNMP 代理都 100% 符合 RFC。您需要测试它们,并且永远不要假设“它们默认情况下是这样工作的”。
For Windows SNMP agent, you need to check the SET community name. It must be used to set objects to values you want. Otherwise, operations can fail.
Besides, not all SNMP agents are 100% compliant to RFCs. You need to test them out and never assume "they work that way by default".