Hi,
Its very common, SNMP, may be need to look at a SNMP tutorial at google.
1.2.4.1.1.2 is an integer
1.2.4.1.1.4 is an double
1.2.4.1.1.5 is and string
1.2.4.1.1.2 this is variable's name, it has a integer type and its value will be placed in to database.
its just like int i = 50 ; int is type , i is name of variable and 50 is value
1.2.4.1.1.2 (int) = 50
My question is conceptual. Don't couple your self with OIDs.
Question is if you have 50 different variables and has to be put in a database and we expect it to be flexible for future additions of new variables.