avRtpSessionTxSilenceSupp
AVAYA-RTP-MIB ·
.1.3.6.1.4.1.6889.2.7.2.1.27
Object
column AvRtpSilenceSupp
Silence suppression state.noRtp means that a simple silence suppression scheme was used i.e. without RTP packets on silence. Complex means that a combination of silence packets and 'no RTP on Silence' is usedThis information is valuable because: 1) silence suppression can save upto %60 bandwidth 2) Silence suppression influences user experience (especially if the terminals does not generate confort-noise)
Context
- MIB
- AVAYA-RTP-MIB
- OID
.1.3.6.1.4.1.6889.2.7.2.1.27- Type
- column
- Access
- readonly
- Status
- current
- Parent
- avRtpSessionEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'AVAYA-RTP-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AVAYA-RTP-MIB::avRtpSessionTxSilenceSupp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AVAYA-RTP-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AVAYA-RTP-MIB::avRtpSessionTxSilenceSupp.<avRtpSessionState>.<avRtpSessionID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AVAYA-RTP-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AVAYA-RTP-MIB::avRtpSessionTxSilenceSupp'
Syntax
- Source
- AvRtpSilenceSupp
- Base type
Enumeration
Values & Constraints
Type Values
0 | notSupported |
1 | disabled |
2 | noRtp |
3 | silenceFrames |
4 | complex |