frwkCompLimitsSubType OBJECT-TYPE
SYNTAX INTEGER {
none(1),
lengthMin(2),
lengthMax(3),
rangeMin(4),
rangeMax(5),
enumMin(6),
enumMax(7),
enumOnly(8),
valueOnly(9),
bitMask(10)
}
STATUS current
DESCRIPTION
"This object indicates the type of guidance related
to the noted limitation (as indicated by the
frwkCompLimitsType attribute) that is provided
in the frwkCompLimitsGuidance attribute.
A value of
one(1) means that no additional
guidance is provided for the noted limitation type.
A value of lengthMin(2) means that the guidance
attribute provides data related to the minimum
acceptable length for the value of the identified
component. A corresponding class instance
specifying the lengthMax(3) value is required
in conjunction with this sub-type.
A value of lengthMax(3) means that the guidance
attribute provides data related to the maximum
acceptable length for the value of the identified
component. A corresponding class instance
specifying the lengthMin(2) value is required
in conjunction with this sub-type.
A value of
angeMin(4) means that the guidance
attribute provides data related to the lower bound
of the range for the value of the identified
component. A corresponding class instance
specifying the
angeMax(5) value is required
in conjunction with this sub-type.
A value of
angeMax(5) means that the guidance
attribute provides data related to the upper bound
of the range for the value of the identified
component. A corresponding class instance
specifying the
angeMin(4) value is required
in conjunction with this sub-type.
A value of enumMin(6) means that the guidance
attribute provides data related to the lowest
enumeration acceptable for the value of the
identified component. A corresponding
class instance specifying the enumMax(7)
value is required in conjunction with this sub-type.
A value of enumMax(7) means that the guidance
attribute provides data related to the largest
enumeration acceptable for the value of the
identified component. A corresponding
class instance specifying the enumMin(6)
value is required in conjunction with this sub-type.
A value of enumOnly(8) means that the guidance
attribute provides data related to a single
enumeration acceptable for the value of the
identified component.
A value of valueOnly(9) means that the guidance
attribute provides data related to a single
value that is acceptable for the identified
component.
A value of itMask(10) means that the guidance
attribute is a bit mask such that all the combinations of
bits set in the bitmask are acceptable values for the
identified component which should be an attribute of type
BITS.
For example, an implementation of the frwkIpFilter class may
be limited in several ways, such as address mask, protocol
and Layer 4 port options. These limitations could be
exported using this PRC with the following instances:
Component Type Sub-Type Guidance
------------------------------------------------------------
DstPrefixLength attrValueSupLimited valueOnly 24
SrcPrefixLength attrValueSupLimited valueOnly 24
Protocol attrValueSupLimited rangeMin 10
Protocol attrValueSupLimited rangeMax 20
The above entries describe a number of limitations that
may be in effect for the frwkIpFilter class on a given
device. The limitations include restrictions on acceptable
values for certain attributes.
Also, an implementation of a PRC may be limited in the ways
it can be accessed. For instance, for a fictitious PRC
dscpMapEntry, which has a PIB-ACCESS of install-notify:
Component Type SubType Guidance
------------------------------------------------------------
dscpMapEntry prcLimitedNotify none zero-length string."
View at oid-info.com
Automatically extracted from RFC3318
Internet Assigned Numbers Authority
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.2.2.2.1.4.1.1 | frwkCompLimitsPrid | 0 | 0 | frwkCompLimitsPrid OBJECT-TYPE SYNTAX InstanceId STATUS current DESCRIPTION "An arbitrary integer index that uniquely identifie… |
1.3.6.1.2.2.2.1.4.1.2 | frwkCompLimitsComponent | 0 | 0 | frwkCompLimitsComponent OBJECT-TYPE SYNTAX PrcIdentifierOid STATUS current DESCRIPTION "The value is the OID of a PRC (the tabl… |
1.3.6.1.2.2.2.1.4.1.3 | frwkCompLimitsAttrPos | 0 | 0 | frwkCompLimitsAttrPos OBJECT-TYPE SYNTAX AttrIdentifierOrZero STATUS current DESCRIPTION "The relative position of the attribut… |
1.3.6.1.2.2.2.1.4.1.4 | frwkCompLimitsNegation | 0 | 0 | frwkCompLimitsNegation OBJECT-TYPE SYNTAX TruthValue STATUS current DESCRIPTION "A boolean value ,if rue, negates the component… |
1.3.6.1.2.2.2.1.4.1.5 | frwkCompLimitsType | 0 | 0 | frwkCompLimitsType OBJECT-TYPE SYNTAX INTEGER { priSpaceLimited(1), attrValueSupLimited(2), attrEnumSupLimited(3), attrLengthLi… |
1.3.6.1.2.2.2.1.4.1.7 | frwkCompLimitsGuidance | 0 | 0 | frwkCompLimitsGuidance OBJECT-TYPE SYNTAX OCTET STRING STATUS current DESCRIPTION "A value used to convey additional informatio… |