Objective-c iphone 编程与cisco 路由器?

发布于 2024-09-24 10:00:52 字数 87 浏览 4 评论 0原文

我见过一些通过 ssh 连接到路由器的应用程序。

谁能推荐有关与 Cisco IOS 配置和通知交互的任何文档?我很想编写一些自定义的内部代码!

I've seen some apps that connect to routers via ssh.

Can anyone recommend any documentation on interacting with Cisco IOS configs and notifications? I'd love to write some custom in-house code!

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

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

发布评论

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

评论(1

温柔戏命师 2024-10-01 10:00:52

大多数配置/查询可以通过 SNMP 完成,因此您不必在应用程序中内置 SSH 客户端/命令解析器。支持的内容取决于路由器/ios 版本。您可以在此处查看:SNMP OID 浏览器。 SNMP 有时可能会让人不知所措,但随着时间的推移,它会对您很有用。我的第一个建议是找到一个 SNMP 浏览器(例如来自 Solarwinds),这样您就可以检查可以从路由器获得哪些信息。然后您可以使用 NET-SNMP 库来执行路由器的实际查询/配置,或者如果您愿意付费的您可以尝试IP*Works

Most of the configuring/querying can be done via SNMP, so you don't have to have a SSH client/command parser built in you application. What's supported depends on router/ios version. You can check here: SNMP OID Browser. SNMP can sometimes be overwhelming, but in time it can be of great use to you. My first suggestion is to find a SNMP browser (eg. from solarwinds) so you can inspect what info you can get from the router. Then you can use NET-SNMP library to do the actual querying/configuring of the router, or if you are willing to pay you can try IP*Works.

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