Menu

#2881 Unknown Object Identifier (Sub-id not found: (top) -> demoString)

linux
open
nobody
None
3
2018-09-03
2018-09-03
Selvaraj
No

Hi

I have created my own MIB file successfully,
While walk the my mib file I am getting error as “demoString: Unknown Object Identifier (Sub-id not found: (top) -> demoString)”

And error “SNMPv2-SMI::enterprises.6523.1.1 = No more variables left in this MIB View (It is past the end of the MIB tree)”

I did it some testing ,

snmptranslate -M+. -mTESTORG-MIB -Tp -IR demoString

+-- -RW- String demoString(1)
Textual Convention: DisplayString
Size: 0..255

snmptranslate -M+. -mTESTORG-MIB -IR -On demoString

.1.3.6.1.4.1.6523.1.1.1

snmpwalk -Dparse-mibs -v 2c -c private 127.0.0.1 demoString

parse-mibs: Module 66 TESTORG-MIB is in /usr/share/snmp/mibs/TESTORG-MIB.txt
But
demoString: Unknown Object Identifier (Sub-id not found: (top) -> demoString)

Please guide me, how to solve this issue.

Discussion


Log in to post a comment.