
The Polycom DMA System MIB  Polycom DMA System SNMP Support
Polycom, Inc.  445
StNetPrivateInterfaceEntry ::= SEQUENCE
{
   stNetPvtIndex           Unsigned32,
   stNetPvtHostName        DisplayString,
   stNetPvtInterfaceName   GeneralString,
   stNetPvtLinkStatus      INTEGER,
   stNetPvtMACAddress      DisplayString,
   stNetPvtIPv4Address     IpAddress,
   stNetPvtIPv6Address     Ipv6Address
}
-- dma.2.2.1.3.2.1.1
stNetPvtIndex OBJECT-TYPE
   SYNTAX      Unsigned32
   MAX-ACCESS  not-accessible
   STATUS      current
   DESCRIPTION “stNetPrivateInterfaceTable index.”
   ::= { stNetPrivateInterfaceEntry 1 }
-- dma.2.2.1.3.2.1.2
stNetPvtHostName OBJECT-TYPE
   SYNTAX      DisplayString
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Hostname of the server.”
   ::= { stNetPrivateInterfaceEntry 2 }
-- dma.2.2.1.3.2.1.3
stNetPvtInterfaceName OBJECT-TYPE
   SYNTAX      GeneralString
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Name of the network interface configured for private network.”
   ::= { stNetPrivateInterfaceEntry 3 }
-- dma.2.2.1.3.2.1.4
stNetPvtLinkStatus OBJECT-TYPE
   SYNTAX      INTEGER
               { up(1), down(2) }
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Link status of the private network interface.”
   ::= { stNetPrivateInterfaceEntry 4 }
-- dma.2.2.1.3.2.1.5
stNetPvtMACAddress OBJECT-TYPE
   SYNTAX      DisplayString
   MAX-ACCESS  read-only
   STATUS      current