
The Polycom DMA System MIB  Polycom DMA System SNMP Support
Polycom, Inc.  431
   cfgIfEnabled            TruthValue,
   cfgIfMACAddress         DisplayString,
   cfgIfIPv4Address        IpAddress,
   cfgIfIPv4SubnetMask     IpAddress,
   cfgIfIPv4Gateway        IpAddress,
   cfgIfIPv6Address        Ipv6Address,
   cfgIfIPv6PrefixLength   Unsigned32
}
-- dma.2.1.2.1.3.1.1
cfgIfIndex OBJECT-TYPE
   SYNTAX      Unsigned32
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “cfgInterfacesTable index.”
   ::= { cfgInterfacesEntry 1 }
-- dma.2.1.2.1.3.1.2
cfgIfName OBJECT-TYPE
   SYNTAX      GeneralString
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Name of the network interface.”
   ::= { cfgInterfacesEntry 2 }
-- dma.2.1.2.1.3.1.3
cfgIfEnabled OBJECT-TYPE
   SYNTAX      TruthValue
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “True if network configuration utilizes this interface.”
   ::= { cfgInterfacesEntry 3 }
-- dma.2.1.2.1.3.1.4
cfgIfMACAddress OBJECT-TYPE
   SYNTAX      DisplayString
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “MAC address for this interface.”
   ::= { cfgInterfacesEntry 4 }
-- dma.2.1.2.1.3.1.5
cfgIfIPv4Address OBJECT-TYPE
   SYNTAX      IpAddress
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “IPv4 address assigned to this interface.”
   ::= { cfgInterfacesEntry 5 }
-- dma.2.1.2.1.3.1.6