DMA OperationsGuide The Polycom DMA System MIB
466 Polycom, Inc.
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION “Hostname of the server.”
::= { stVersionEntry 2 }
-- dma.2.2.1.2.2.1.3
stVerVersion OBJECT-TYPE
SYNTAX GeneralString
MAX-ACCESS read-only
STATUS current
DESCRIPTION “Product version of the server.”
::= { stVersionEntry 3 }
-- dma.2.2.1.2.3
stSystemInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF StSystemInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION “Server statuses.”
::= { stIdentity 3 }
-- dma.2.2.1.2.3.1
stSystemInfoEntry OBJECT-TYPE
SYNTAX StSystemInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION “An entry in stSystemInfoTable.”
INDEX { stSysInfoIndex }
::= { stSystemInfoTable 1 }
StSystemInfoEntry ::= SEQUENCE
{
stSysInfoIndex Unsigned32,
stSysInfoHostName DisplayString,
stSysInfoSystemDate DateAndTime,
stSysInfoUptime TimeTicks,
stSysInfoTimeSource INTEGER
}
-- dma.2.2.1.2.3.1.1
stSysInfoIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION “stSystemInfoTable index.”
::= { stSystemInfoEntry 1 }
-- dma.2.2.1.2.3.1.2
stSysInfoHostName OBJECT-TYPE