Sujet : Re: snmp unknown object identifier
De : gtaylor (at) *nospam* tnetconsulting.net (Grant Taylor)
Groupes : comp.miscDate : 18. Feb 2025, 05:25:39
Autres entêtes
Organisation : TNet Consulting
Message-ID : <vp1243$fou$1@tncsrv09.home.tnetconsulting.net>
References : 1
User-Agent : Mozilla Thunderbird
On 2/17/25 11:16, Adrian wrote:
Changing ifInOctets to something else (e.g. Time ticks) gives me the same result, but using the long number (1.3.6.1.2.1.1.3.0) works.
According to the OID repository, 1.3.6.1.2.1.1.3.0 is sysUpTimeInstance and doesn't seem to have anything to do with -- what I assume to be -- interface inbound octets.
Link - OID repository - 1.3.6.1.2.1.1.3.0 = {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysUpTime(3) sysUpTimeInstance(0)}
-
https://oid-base.com/get/1.3.6.1.2.1.1.3.0It seems as if ifInOctets is 1.3.6.1.2.1.2.2.1.10
Link - OID repository - 1.3.6.1.2.1.2.2.1.10 = {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) ifInOctets(10)}
-
https://oid-base.com/get/1.3.6.1.2.1.2.2.1.10As I'm not sure what ifInOctets translates to, I can't readily use the number instead.
Are you looking for the system's up time or the number of octets received on interfaces?
Having spent half the afternoon rummaging around on the 'net with no clear (to me) answer, I'm here.
;-)
Suggestions on where to continue welcomed.
:-)
-- Grant. . . .