voipProfileEncoding

BIANCA-BRICK-MIBMODEM-MIB · .1.3.6.1.4.1.272.4.18.3.1.3

Object

column mandatory r/w Enumeration
This object specifies the preferred voice encoding
algorithm.
  g711uLaw (1) : G.711 u-Law     64.0 kbit/s
  g711aLaw (2) : G.711 A-Law     64.0 kbit/s
  g729a    (3) : G.729A CS-ACELP  8.0 kbit/s
  g729b    (4) : G.729B ???
  g723-63  (5) : G.723.1 MP-MLQ   6.3 kbit/s
  g723-53  (6) : G.723.1 ACELP    5.3 kbit/s

Context

MIB
BIANCA-BRICK-MIBMODEM-MIB
OID
.1.3.6.1.4.1.272.4.18.3.1.3
Type
column
Access
readwrite
Status
mandatory
Parent
voipProfileEntry

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 'BIANCA-BRICK-MIBMODEM-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-MIBMODEM-MIB::voipProfileEncoding'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-MIBMODEM-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-MIBMODEM-MIB::voipProfileEncoding.<voipProfileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-MIBMODEM-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-MIBMODEM-MIB::voipProfileEncoding'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1g711uLaw
2g711aLaw
3g729a
4g729b
5g723-63
6g723-53