タイトル | : snmpgetでnoSuchNameエラーになってしまう |
記事No | : 8563 |
投稿日 | : 2014/11/19(Wed) 17:05 |
投稿者 | : Para |
MRTGでトラフィックなどのグラフを表示したいのですが、 調べているとsnmpgetでエラーが出ていることが原因のようです。
snmptranslateでは表示されるOIDがsnmpgetではnoSuchNameエラーになってしまいます。 RedhatEnterpriseLinux6.0です。 snmpdが動いていることは確認しました。
実行結果:
[root@hoge ~]# snmptranslate -Td .1.3.6.1.2.1.2.2.1.10.2 IF-MIB::ifInOctets.2 ifInOctets OBJECT-TYPE -- FROMIF-MIB, RFC1213-MIB SYNTAXCounter32 MAX-ACCESSread-only STATUScurrent DESCRIPTION"The total number of octets received on the interface, including framing characters.
Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime." ::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) ifInOctets(10) 2 }
[root@hoge ~]# snmpget -v 1 -c public localhost 1.3.6.1.2.1.2.2.1.10.2 Error in packet Reason: (noSuchName) There is no such variable name in this MIB. Failed object: IF-MIB::ifInOctets.2
ご教授よろしくお願いします。
|