[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DEFVAL value for OBJECT-IDENTIFIER type object
>>>>> chintan sheth writes:
chintan> Is DEFVAL value of { {0 0} } for an object with syntax
chintan> OBJECT-IDENTIFIER allowed?
RFC 2578:
The value of the DEFVAL clause must, of course, correspond to the
SYNTAX clause for the object. If the value is an OBJECT IDENTIFIER,
then it must be expressed as a single ASN.1 identifier, and not as a
collection of sub-identifiers.
So the correct thing use in your example is { zeroDotZero } which is
defined in SNMPv2-SMI.
/js