
Vivekanandan V writes:
Vivekanandan> I am having an Index element of a row as "InetAddress" Vivekanandan> Type, which is in turn an OCTET STRING (SIZE Vivekanandan> (0..255)). So automatically the total OID Size of the Vivekanandan> element will be greater than 255. But LibSMI tool (In Vivekanandan> Severity Level-5) gives the following warning.... Vivekanandan> "index of row ` ' can exceed OID size limit by 144 Vivekanandan> subidentifier(s)" Whether the warning given by LibSMI is Vivekanandan> valid????
The warning is valid since the current SMI/SNMP framework limits OIDs to 128 subidentifiers. Libsmi computes how many subidentifier are needed to encode the worst case length index components and generates a warning if that does not fit into the 128 subidentifier limit.
You can of course ignore the warning. But you want be able to use the full 255 octets with conforming SNMP implementations.
/js