Ok I have compiled a mib but does not take into an account labels definitions in the MIB file. My hardware (radiolinie) returns a moulation as an integer, and there is nice value to text definition in the MIB. Can I some how get this to be displayed as a text coresponding to every value?
Here is the look of my mib.
rfModulationType OBJECT-TYPE SYNTAX INTEGER { rfModulationQPSK(1), rfModulationQAM-16(2), rfModulationQAM-64(3) } MAX-ACCESS read-only STATUS current DESCRIPTION
Add comment