
DMA OperationsGuide  The Polycom DMA System MIB
484 Polycom, Inc.
useDevRegFailedEndpointRegLast24Hours OBJECT-TYPE
   SYNTAX      Unsigned32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Number of registration attempts that resulted in failure over the last 24 hours, 
as
               determined by retained registration history.”
   ::= { useDevRegistrationsEntry 5 }
-- DMA ALERTS
-- dma.2.4
dmaAlerts OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Contains alert data for the DMA system.”
   ::= { dmaMonitoring1 4 }
-- dma.2.4.1
alActiveAlerts OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Contains alerts currently active on the DMA system.”
   ::= { dmaAlerts 1 }
-- dma.2.4.1.1
alActiveAlertsCount OBJECT-TYPE
   SYNTAX      Unsigned32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Number of indexed entries (active alerts) in alActiveAlertsTable.”
   ::= { alActiveAlerts 1 }
-- dma.2.4.1.2
alActiveAlertsTable OBJECT-TYPE
   SYNTAX      SEQUENCE OF AlActiveAlertsEntry
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “Alerts currently active on the DMA system.”
   ::= { alActiveAlerts 2 }
-- dma.2.4.1.2.1
alActiveAlertsEntry OBJECT-TYPE
   SYNTAX      AlActiveAlertsEntry
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “An entry in alActiveAlertsTable”
   INDEX       { alActAlertIndex }
   ::= { alActiveAlertsTable 1 }
AlActiveAlertsEntry ::= SEQUENCE
{