SNMP 转发到 DD WRT 进行日志记录?

发布于 2024-10-14 14:31:58 字数 140 浏览 4 评论 0原文

我在不同地点使用多个使用专有 GRE VPN 连接的路由器。 我想要做的是将这些专有路由器的 SNMP 功能与每个网络上的 DD WRT 结合使用。

我想使用 DD WRT 对专有路由器的 SNMP 端口设置进行带宽监控。

这可能吗?

I multiple routers across different locations that use a proprietary GRE VPN connection.
What I would like to do is use the SNMP ability of these proprietary routers in conjunction with a DD WRT on each network.

I would like to use the DD WRT for bandwidth monitoring on the proprietary router's SNMP port setup.

Is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

穿透光 2024-10-21 14:31:58

嘿,
我不确定我是否完全理解你的问题。

SNMP 有两种基本操作模式:

  • 从管理站拉取(直接或通过代理),用于从路由器获取指标(传输的数据量等)
  • 推送(又名陷阱)以主动通知管理站错误状况。

在主题中,您说“转发”,这对我来说听起来像是陷阱,通常不用于将监控数据传输到管理站(或您的 DD WRT)。
或者换句话说,DD WRT 需要主动从其他路由器提取 (snmpget) 值并对其执行某些操作。
在这种情况下,可能的办法是在这些路由器上设置阈值(例如,带宽使用情况),然后让它们向 DD WRT 发送陷阱。

Hey,
I am not sure if I completely understand your question.

SNMP has two basic operation modes:

  • pull from a management station (directly or via proxy), this is used to e.g. obtain metrics from your routers (amount of data transferred etc.)
  • push (aka Trap) to actively inform the management station of error conditions.

In the subject you say "forward" which sounds to me like traps, which are usually not used to transfer monitoring data to a management station (or your DD WRT).
Or in other words the DD WRT would need to actively pull (snmpget) the values from the other routers and do something with them.
What may be possible is to set up thresholds on those routers (e.g. on bandwidth usage) and then have them send traps to the DD WRT in this case.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文