I have a question about pulling out name vs OID in DIS
Here is what I have for the parameter
<Param id="1002" trending="false">
<Name>lgpConditionsLgpConditionDescr</Name>
<Description>Lgp Condition Descr (Lgp Conditions)</Description>
<Information>
<Subtext>
<![CDATA[A reference to a condition description object. The object
referenced should not be accessible, but rather be used to provide
a unique description.]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.476.1.42.3.2.3.1.2</OID>
<Type>objectid</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
The mib parameter contains
Name
OID
MIB
Description
The description contains no info but the name will do since it is readable.
The driver pulls up OID info which is not practical. I was wondering if someone knows how to return the name portion as opposed to the OID
Hi Richard,
I see this question has been inactive for some time now. Do you still need assistance with this? If yes, could you answer Miguel’s questions? Or if you have found the solution by now, could you add an answer with some info for reference for other users who may be facing the same problem?
As this question has now been open for a long time and there has been no further reaction from you, I will now close it. If you still want more information about this, could you post a new question?
Hi Richard,
Please could you elaborate a bit more your question?
What do you mean with ‘how to return the name portions as opposed to the OID’?