
DMA OperationsGuide  The Polycom DMA System MIB
456 Polycom, Inc.
stRsrcLogNextPurge OBJECT-TYPE
   SYNTAX      DateAndTime
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Date at which log archives will be subject to purging, based on age and
               configuration.”
   ::= { stRsrcLogSpaceEntry 6 }
-- dma.2.2.2
stDevices OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Status of devices connecting to DMA systems.”
   ::= { dmaStatus 2 }
-- dma.2.2.2.1
stMCUs OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Status of MCUs connecting to DMA systems.”
   ::= { stDevices 1 }
-- dma.2.2.2.1.1
stMCUCount OBJECT-TYPE
   SYNTAX      Unsigned32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Number of indexed entries in the tables within stMCUs.”
   ::= { stMCUs 1 }
-- dma.2.2.2.1.2
stMCUStatusTable OBJECT-TYPE
   SYNTAX      SEQUENCE OF StMCUStatusEntry
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “Basic status information about configured MCUs.”
   ::= { stMCUs 2 }
-- dma.2.2.2.1.2.1
stMCUStatusEntry OBJECT-TYPE
   SYNTAX      StMCUStatusEntry
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “An entry in stMCUStatusTable.”
   INDEX       { stMCUStIndex }
   ::= { stMCUStatusTable 1 }
StMCUStatusEntry ::= SEQUENCE
{
   stMCUStIndex               Unsigned32,
   stMCUStName                GeneralString,
   stMCUStServiceStatus       INTEGER,