
The Polycom DMA System MIB  Polycom DMA System SNMP Support
Polycom, Inc.  473
stCsDevices OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Status for devices connecting to the DMA call server.”
   ::= { stCallserver 2 }
-- dma.2.2.4.2.1
stCsConfMgrMCUs OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Status for MCUs connecting to the DMA call server.”
   ::= { stCsDevices 1 }
-- dma.2.2.4.2.1.1
stCsConfMgrMCUsCount OBJECT-TYPE
   SYNTAX      Unsigned32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Number of indexed entries in stCsConfMgrMCUsTables,”
   ::= { stCsConfMgrMCUs 1 }
-- dma.2.2.4.2.1.2
stCsConfMgrMCUsTable OBJECT-TYPE
   SYNTAX      SEQUENCE OF StCsConfMgrMCUsEntry
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “MCUs configured as enabled for conference rooms.”
   ::= { stCsConfMgrMCUs 2 }
-- dma.2.2.4.2.1.2.1
stCsConfMgrMCUsEntry OBJECT-TYPE
   SYNTAX      StCsConfMgrMCUsEntry
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “An entry in stCsConfMgrMCUsTable”
   INDEX       { stCsCMMCUIndex }
   ::= { stCsConfMgrMCUsTable 1 }
StCsConfMgrMCUsEntry ::= SEQUENCE
{
   stCsCMMCUIndex Unsigned32,
   stCsCMMCUName  GeneralString
}
-- dma.2.2.4.2.1.2.1.1
stCsCMMCUIndex OBJECT-TYPE
   SYNTAX      Unsigned32
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “stCsConfMgrMCUsTable index.”
   ::= { stCsConfMgrMCUsEntry 1 }