CTRON-DCM-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE FROM RFC-1212
ctDcm FROM CTRON-MIB-NAMES;
dCM OBJECT IDENTIFIER ::= { ctDcm 1 }
dCMMode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A value which indicates whether this module supports
a view chassis-wide of management information, accessed
via chassis-ip. This MIB view is actually composed of
information which is distributed between modules within
the chassis but is able to be viewed as a collective whole.
When a module is in standalone mode, it only supports
original, module-level mibs. In distributed mode, the
module will operate in conjunction with other distributed
modules to share management information and present it to
management clients through the chassis ip.
0 = STANDALONE
1 = DISTRIBUTED
"
::= { dCM 1 }
END