
DMA OperationsGuide  The Polycom DMA System MIB
464 Polycom, Inc.
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Current call failure rate observed by this cluster. This integer should be 
divided
               by 100 to get the intended value.”
   ::= { stMCUPCReliabilityStatsEntry 5 }
-- dma.2.2.3
stClusters OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Information about clusters in the DMA supercluster.”
   ::= { dmaStatus 3 }
-- dma.2.2.3.1
stClustersCount OBJECT-TYPE
   SYNTAX      Unsigned32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Number of indexed entries in the tables within stClusters.”
   ::= { stClusters 1 }
-- dma.2.2.3.2
stClustersTable OBJECT-TYPE
   SYNTAX      SEQUENCE OF StClustersEntry
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “Status of individual clusters in the supercluster.”
   ::= { stClusters 2 }
-- dma.2.2.3.2.1
stClustersEntry OBJECT-TYPE
   SYNTAX      StClustersEntry
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “An entry in stClustersTable.”
   INDEX       { stClIndex }
   ::= { stClustersTable 1 }
StClustersEntry ::= SEQUENCE
{
   stClIndex         Unsigned32,
   stClClusterName   DisplayString,
   stClClusterStatus INTEGER
}
-- dma.2.2.3.2.1.1
stClIndex OBJECT-TYPE
   SYNTAX      Unsigned32
   MAX-ACCESS  not-accessible
   STATUS      current