by13pass
IS-IT--Management
- Mar 5, 2013
- 1
Greetings to all,
It`s my first time building MIB module and would like some tips on this issue.
Our developer has assigned SID numbers to services on server and it currently looks like this:
This is a part where we extract channel name so it should be "Display string"
.1.3.6.1.4.1234.1.2.1.0 = STRING: "channel-1"
.1.3.6.1.4.1234.1.2.1.1 = STRING: "channel-2"
.1.3.6.1.4.1234.1.2.1.2 = STRING: "channel-3"
.1.3.6.1.4.1234.1.2.1.3 = STRING: "channel-4"Link
.1.3.6.1.4.1234.1.2.1.4 = STRING: "channel-5"
-------------------------------------------------
This is channel index number...
.1.3.6.1.4.1234.1.2.2.0 = INTEGER: 0
.1.3.6.1.4.1234.1.2.2.1 = INTEGER: 1
.1.3.6.1.4.1234.1.2.2.2 = INTEGER: 2
.1.3.6.1.4.1234.1.2.2.3 = INTEGER: 3
.1.3.6.1.4.1234.1.2.2.4 = INTEGER: 4
-------------------------------------------------
This is integer part for one state it sholud be 0 or 1
.1.3.6.1.4.1234.1.2.3.0 = INTEGER: 1
.1.3.6.1.4.1234.1.2.3.1 = INTEGER: 1
.1.3.6.1.4.1234.1.2.3.2 = INTEGER: 1
.1.3.6.1.4.1234.1.2.3.3 = INTEGER: 1
.1.3.6.1.4.1234.1.2.3.4 = INTEGER: 1
-------------------------------------------------
This is integer part for second state it sholud be 0 or 1
.1.3.6.1.4.1234.1.2.4.0 = INTEGER: 1
.1.3.6.1.4.1234.1.2.4.1 = INTEGER: 1
.1.3.6.1.4.1234.1.2.4.2 = INTEGER: 1
.1.3.6.1.4.1234.1.2.4.3 = INTEGER: 1
.1.3.6.1.4.1234.1.2.4.4 = INTEGER: 1
I`am using Visual MIBuilder 5.1 for module design.
This is my current tree design but it has no correlations or anything defined cause I don`t know where to go from here.
The module itself compiles ok with no error but when I run SNMP Tester with oidlib it returns no OID-s found.
It`s my first time building MIB module and would like some tips on this issue.
Our developer has assigned SID numbers to services on server and it currently looks like this:
This is a part where we extract channel name so it should be "Display string"
.1.3.6.1.4.1234.1.2.1.0 = STRING: "channel-1"
.1.3.6.1.4.1234.1.2.1.1 = STRING: "channel-2"
.1.3.6.1.4.1234.1.2.1.2 = STRING: "channel-3"
.1.3.6.1.4.1234.1.2.1.3 = STRING: "channel-4"Link
.1.3.6.1.4.1234.1.2.1.4 = STRING: "channel-5"
-------------------------------------------------
This is channel index number...
.1.3.6.1.4.1234.1.2.2.0 = INTEGER: 0
.1.3.6.1.4.1234.1.2.2.1 = INTEGER: 1
.1.3.6.1.4.1234.1.2.2.2 = INTEGER: 2
.1.3.6.1.4.1234.1.2.2.3 = INTEGER: 3
.1.3.6.1.4.1234.1.2.2.4 = INTEGER: 4
-------------------------------------------------
This is integer part for one state it sholud be 0 or 1
.1.3.6.1.4.1234.1.2.3.0 = INTEGER: 1
.1.3.6.1.4.1234.1.2.3.1 = INTEGER: 1
.1.3.6.1.4.1234.1.2.3.2 = INTEGER: 1
.1.3.6.1.4.1234.1.2.3.3 = INTEGER: 1
.1.3.6.1.4.1234.1.2.3.4 = INTEGER: 1
-------------------------------------------------
This is integer part for second state it sholud be 0 or 1
.1.3.6.1.4.1234.1.2.4.0 = INTEGER: 1
.1.3.6.1.4.1234.1.2.4.1 = INTEGER: 1
.1.3.6.1.4.1234.1.2.4.2 = INTEGER: 1
.1.3.6.1.4.1234.1.2.4.3 = INTEGER: 1
.1.3.6.1.4.1234.1.2.4.4 = INTEGER: 1
I`am using Visual MIBuilder 5.1 for module design.
This is my current tree design but it has no correlations or anything defined cause I don`t know where to go from here.
The module itself compiles ok with no error but when I run SNMP Tester with oidlib it returns no OID-s found.