I have the integer field with scientific notation. But I have the next warnings:
pThreshold OBJECT-TYPE
SYNTAX INTEGER { b10E-2(2), b10E-3(3) }
(4) warning: named number `b10E-2' must not include a hyphen in SMIv2
(4) warning: named number `b10E-3' must not include a hyphen in SMIv2
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"........"
DEFVAL { b10E-3 }
::= { pGeneralEntry 3 }
What's wrong?