Get the Mib and check the OID to see if is a OctetString as below:
1.3.6.1.4.1.5951.7.3.2.1.35.1.4.172.28.172.18.1.4.172.28.172.12, OctetString
You cannot do a numeric comparison on a string value.
OctetString can be compared as "=" or "!=" but you cannot compare with numbers like ">=" or "<="