mpConferenceParticipantsReceiveAudioState

MP-MIB · .1.3.6.1.4.1.3011.2.2.2.2.1.4

Object

column Enumeration
This value indicates the state of received audio:
normal         - receive normal audio
loopBack       - received audio presented unchanged to the
                 transmitter
block          - received audio is not part of the mix
off            - no audio is received

Context

MIB
MP-MIB
OID
.1.3.6.1.4.1.3011.2.2.2.2.1.4
Type
column
Access
readonly
Status
current
Parent
mpConferenceParticipantsTableEntry
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 'MP-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MP-MIB::mpConferenceParticipantsReceiveAudioState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MP-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MP-MIB::mpConferenceParticipantsReceiveAudioState.<mpConferenceConferenceId>.<mpConferenceParticipantsTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MP-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MP-MIB::mpConferenceParticipantsReceiveAudioState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1normal
2loopBack
3block
4off

Conformance