|
|
Description:
|
jmSystemOptionSupport OBJECT-TYPE
SYNTAX INTEGER(0..2147483647) -- biggest int 2**31 - 1
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The options of the MIB specification that this implementation
supports specified as a bit mask.
The current set of values (which may be extended in the future)
is given below:
1 : jmMirrorAttrGroup -- 2**0 OPTIONAL
Example: An implementation supporting the jmMirrorAttrGroup
would return an integer value of {1}.
This object helps a management application determine which MIB
options are supported in this system."
DEFVAL {0} -- no options are required
|
|
|
|