cSipMediaStreamState

CISCO-SIP-CALLS-MIB · .1.3.6.1.4.1.9.9.995.1.1.4.1.2

Object

column Enumeration
The current state of the media stream.
              
'invalidStreamState' - None of the following.
              
'idle'               - Initialization state. The stream
                       is yet to be forked.
                                    
'adding'             - The stream is getting forked.
              
'deleting'           - The stream is being deleted from
                       the call.
                                    
'changing'           - The stream is in the process of
                       changing its state.
              
'active'             - The stream is now active and 
                       communication is on.
              
'dead'               - The stream has been cleared.

Context

MIB
CISCO-SIP-CALLS-MIB
OID
.1.3.6.1.4.1.9.9.995.1.1.4.1.2
Type
column
Access
readonly
Status
current
Parent
cSipMediaStreamsEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-SIP-CALLS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SIP-CALLS-MIB::cSipMediaStreamState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SIP-CALLS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SIP-CALLS-MIB::cSipMediaStreamState.<callActiveSetupTime>.<callActiveIndex>.<cSipMediaStreamIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SIP-CALLS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SIP-CALLS-MIB::cSipMediaStreamState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1invalidStreamState
2idle
3adding
4deleting
5changing
6active
7dead

Conformance