如何使用 netsnmp snmpset counter32 OID

发布于 2024-12-08 12:14:16 字数 615 浏览 3 评论 0原文

我正在尝试使用 netsnmp 中的 snmpset 设置 Counter32 类型的 OID 值,但我无法弄清楚要指定哪种数据类型?

看看 ./snmpset -h 我看到以下内容:

  TYPE: one of i, u, t, a, o, s, x, d, b, n
        i: INTEGER, u: unsigned INTEGER, t: TIMETICKS, a: IPADDRESS
        o: OBJID, s: STRING, x: HEX STRING, d: DECIMAL STRING, b: BITS
        U: unsigned int64, I: signed int64, F: float, D: double

没有一个是计数器,我尝试过整数和无符号 int 但没有成功:

./snmpset -v2c -cprivate 135.115.155.132 1.3.6.1.2.1.67.1.1.1.1.5.0 u 321
Bad variable type (Type of attribute is Counter32, not Unsigned32)

想法?

感谢您的任何想法

I'm trying to use snmpset from netsnmp to set an OID value of type Counter32, but I can't figure out which datatype to specify?

Looking at ./snmpset -h I see the following:

  TYPE: one of i, u, t, a, o, s, x, d, b, n
        i: INTEGER, u: unsigned INTEGER, t: TIMETICKS, a: IPADDRESS
        o: OBJID, s: STRING, x: HEX STRING, d: DECIMAL STRING, b: BITS
        U: unsigned int64, I: signed int64, F: float, D: double

None of which are counter, I've tried integer and unsigned int without success:

./snmpset -v2c -cprivate 135.115.155.132 1.3.6.1.2.1.67.1.1.1.1.5.0 u 321
Bad variable type (Type of attribute is Counter32, not Unsigned32)

Thoughts?

Thanks for any ideas

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

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

发布评论

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

评论(1

半衾梦 2024-12-15 12:14:16

根据这个手册页你可以use c :

./snmpset -v2c -cprivate 135.115.155.132 1.3.6.1.2.1.67.1.1.1.1.5.0 c 321

我现在无法尝试。我不确定它是否适用于 Net-SNMP 此跟踪器似乎表明这是所请求的功能。

According to this man page you can use c :

./snmpset -v2c -cprivate 135.115.155.132 1.3.6.1.2.1.67.1.1.1.1.5.0 c 321

I'am not able to try at the moment. I'am not sure it's for Net-SNMP this tracker seems to show that it's a feature requested.

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