SNMP 陷阱到 IPv6 地址
有人知道可以将 SNMP 陷阱发送到 IPv6 地址的 (windows) 实用程序吗?
我尝试过 trapgen,但它似乎无法使用 IPv6 地址。 另外还有 net-snmp windows 端口,但是用它来发送陷阱确实很痛苦。对我来说它根本不起作用。它总是失败并显示“找不到模块(TRAP-TEST-MIB):”。
谢谢。
Is anybody aware of (windows) utility which can send SNMP traps to IPv6 addresses?
I've tried trapgen but it seems it's not able to work with IPv6 addresses.
Also there is net-snmp windows port but it's a real pain to use it for sending traps. For me it didn't work at all. It always failed with "Cannot find module (TRAP-TEST-MIB):".
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Net-SNMP 的 snmptrap 发送 SNMPv2c 陷阱的最少用法:
Minimal usage using Net-SNMP's snmptrap for sending a SNMPv2c trap:
首先,我可以确认 net-snmp 对于 IP v6 应该可以正常工作。只需要花时间进行配置,这对于初次使用的用户来说确实是痛苦的。您可能会花更多时间查看其文档。
另一种方法是自己编写,但这当然需要更多时间。
First, I can confirm net-snmp should work fine for IP v6. It only takes time to configure it, which is really painful for first time users. You may spend more time on its documentation.
Another way is to write your own, but that of course takes more time.