DMA OperationsGuide The Polycom DMA System MIB
470 Polycom, Inc.
STATUS current
DESCRIPTION “MAC address of the private network interface.”
::= { stNetPrivateInterfaceEntry 5 }
-- dma.2.2.1.3.2.1.6
stNetPvtIPv4Address OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION “IPv4 address assigned to the private network interface.”
::= { stNetPrivateInterfaceEntry 6 }
-- dma.2.2.1.3.2.1.7
stNetPvtIPv6Address OBJECT-TYPE
SYNTAX Ipv6Address
MAX-ACCESS read-only
STATUS current
DESCRIPTION “IPv6 address assigned to the private network interface.”
::= { stNetPrivateInterfaceEntry 7 }
-- dma.2.2.1.3.3
stNetManagementInterfaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF StNetManagementInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION “Information about the management network interfaces of servers.”
::= { stNetwork 3 }
-- dma.2.2.1.3.3.1
stNetManagementInterfaceEntry OBJECT-TYPE
SYNTAX StNetManagementInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION “An entry in stNetManagementInterfaceTable.”
INDEX { stNetMgmtIndex }
::= { stNetManagementInterfaceTable 1 }
StNetManagementInterfaceEntry ::= SEQUENCE
{
stNetMgmtIndex Unsigned32,
stNetMgmtHostName DisplayString,
stNetMgmtInterfaceName GeneralString,
stNetMgmtLinkStatus INTEGER,
stNetMgmtMACAddress DisplayString,
stNetMgmtIPv4Address IpAddress,
stNetMgmtIPv6Address Ipv6Address
}
-- dma.2.2.1.3.3.1.1
stNetMgmtIndex OBJECT-TYPE