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.
有人知道可以将 SNMP 陷阱发送到 IPv6 地址的(Windows)实用程序吗?
我已经尝试过trapgen,但它似乎无法使用 IPv6 地址。还有 net-snmp windows 端口,但是用它来发送陷阱真的很痛苦。对我来说,它根本不起作用。它总是因“找不到模块(TRAP-TEST-MIB):”而失败。
谢谢。
使用 Net-SNMP 的 snmptrap 发送 SNMPv2c 陷阱的最小用法:
snmptrap -v 2c -c public 'udp6:[::1]:162' 0 linkUp.0
首先,我可以确认 net-snmp 对于 IP v6 应该可以正常工作。配置它只需要时间,这对于初次使用的用户来说真的很痛苦。您可能会在其文档上花费更多时间。
另一种方法是自己编写,但这当然需要更多时间。