Linux通过snmp访问多个虚拟接口

发布于 2024-12-07 00:47:22 字数 160 浏览 4 评论 0原文

我们在 Linux 机器中配置了 net-snmp,并配置了大约 100 个虚拟接口 (eth0:x)。

我无法通过 MIB 浏览器访问虚拟接口。

作为 Linux 机器发现的一部分,您能指导我发现所有虚拟接口吗?

提前致谢 !

~普拉巴卡

We had configured net-snmp in a linux machine and configured around 100 virtual interfaces (eth0:x).

And i could not access virtual interfaces through MIB browser.

Can you guide me to discover all virtual interfaces as the part of Linux machine discovery?

Thanks in advance !

~Prabhakar

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

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

发布评论

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

评论(1

小帐篷 2024-12-14 00:47:22

使用 OID .1.3.6.1.2.1.2.2.1.2。它将输出所有接口(物理和逻辑)及其 SNMP 索引。

例如:

snmpwalk -v 2c -c private 127.0.0.1 .1.3.6.1.2.1.2.2.1.2
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: eth0

Use OID .1.3.6.1.2.1.2.2.1.2. It will output all interfaces (both physical and logical) with their SNMP indexes.

For example:

snmpwalk -v 2c -c private 127.0.0.1 .1.3.6.1.2.1.2.2.1.2
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: eth0
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文