No output from MIB apSipSAStatsCurrentActiveSessionsInbound
So I'm trying to get a graphical output for the above MIB, and a couple others in the same group. I found it in the documentation with the explanation of - Number of current active inbound sessions.
It's object id - 1.3.6.1.4.1.9148.3.2.1.2. 2.1.4
When I look at the actual MIB it shows this -
ApSipSessionAgentStatsEntry ::= SEQUENCE {
apSipSAStatsSessionAgentIndex Integer32,
apSipSAStatsSessionAgentHostname DisplayString,
apSipSAStatsSessionAgentType ApSessionAgentType,
apSipSAStatsCurrentActiveSessionsInbound Unsigned32,
apSipSAStatsCurrentSessionRateInbound Unsigned32,
apSipSAStatsCurrentActiveSessionsOutbound Unsigned32,
apSipSAStatsCurrentSessionRateOutbound Unsigned32,
I don't know what the Unsigned32 means. Is that why I'm not getting any results?