The Polycom DMA System MIB Polycom DMA System SNMP Support
Polycom, Inc. 489
STATUS current
DESCRIPTION “stClustersTable index.”
::= { stClustersEntry 1 }
-- dma.2.2.3.2.1.2
stClClusterName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION “Name of the cluster.”
::= { stClustersEntry 2 }
-- dma.2.2.3.2.1.3
stClClusterStatus OBJECT-TYPE
SYNTAX INTEGER
{ inService(1), busyOut(2), outOfService(3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION “Service status of the cluster.”
::= { stClustersEntry 3 }
-- dma.2.2.3.3
stLicensesTable OBJECT-TYPE
SYNTAX SEQUENCE OF StLicensesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION “Licensing status of clusters in the supercluster.”
::= { stClusters 3 }
-- dma.2.2.3.3.1
stLicensesEntry OBJECT-TYPE
SYNTAX StLicensesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION “An entry in stLicensesTable.”
INDEX { stLicIndex }
::= { stLicensesTable 1 }
StLicensesEntry ::= SEQUENCE
{
stLicIndex Unsigned32,
stLicClusterName DisplayString,
stLicLicenseStatus INTEGER,
stLicLicensedCalls Unsigned32,
stLicCallserverActiveCalls Unsigned32
}
-- dma.2.2.3.3.1.1
stLicIndex OBJECT-TYPE