
DMA OperationsGuide  The Polycom DMA System MIB
430 Polycom, Inc.
-- dma.2.1.2
cfgServer OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Configuration applied to the server from which data is being retrieved.”
   ::= { dmaConfig 2 }
-- dma.2.1.2.1
cfgNetwork OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Contains info about the server’s network settings.”
   ::= { cfgServer 1 }
-- dma.2.1.2.1.1
cfgNetworkHostname OBJECT-TYPE
   SYNTAX      DisplayString
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “The hostname configured for the server.”
   ::= { cfgNetwork 1 }
-- dma.2.1.2.1.2
cfgInterfacesCount OBJECT-TYPE
   SYNTAX      Unsigned32
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Number of indexed entries in cfgInterfacesTable.”
   ::= { cfgNetwork 2 }
-- dma.2.1.2.1.3
cfgInterfacesTable OBJECT-TYPE
   SYNTAX      SEQUENCE OF CfgInterfacesEntry
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “Specified network interfaces.”
   ::= { cfgNetwork 3 }
-- dma.2.1.2.1.3.1
cfgInterfacesEntry OBJECT-TYPE
   SYNTAX      CfgInterfacesEntry
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “An entry in cfgInterfacesTable.”
   INDEX       { cfgIfIndex }
   ::= { cfgInterfacesTable 1 }
CfgInterfacesEntry ::= SEQUENCE
{
   cfgIfIndex              Unsigned32,
   cfgIfName               GeneralString,