h323VoiceIfCodecG729Enable

MX-H323-EXPERIMENTAL-MIB · .1.3.6.1.4.1.4935.99.60.1.5.20.1.5

Object

column r/w MX-TCMxEnableState
Indicates if the g729 audio capability is enabled.
              
This variable is used in conjunction with the following variables (from
voiceIfMIB):
              
    voiceIfCodecG729Enable                  : Indicates if the g729AnnexA audio
                                              capability is enabled.
              
    voiceIfG729VoiceActivityDetectionEnable : Indicates if the Voice Activity
                                              Detection (VAD, silence
                                              suppression in Annex B) is enabled
                                              for the G.729 audio capabilities.
              
    voiceIfCodecG729MinPTime                : Minimum packetization period for
                                              the G.729 audio capabilities
                                              (expressed in milliseconds).
              
    voiceIfCodecG729MaxPTime                : Maximum packetization period for
                                              the G.729 audio capabilities
                                              (expressed in milliseconds).
              
The values of voiceIfCodecG729MinPTime and voiceIfCodecG729MaxPTime are used for
all the G.729 audio capabilities.
              
The following table shows the possible sets of G.729 audio capabilities.
              
g729AnnexA    g729       VAD        capability set
----------    ----       ---        --------------
              
disable       disable    disable    { no G.729 audio codec }
              
enable        disable    disable    { g729AnnexA }
              
disable       enable     disable    { g729 }
              
enable        enable     disable    { g729AnnexA, g729 }
              
enable        disable    enable     { g729AnnexAwAnnexB, g729AnnexA }
              
disable       enable     enable     { g729wAnnexB, g729 }
              
enable        enable     enable     { g729AnnexAwAnnexB, g729AnnexA, g729wAnnexB, g729 }

Context

MIB
MX-H323-EXPERIMENTAL-MIB
OID
.1.3.6.1.4.1.4935.99.60.1.5.20.1.5
Type
column
Access
readwrite
Status
current
Default
disable
Parent
h323VoiceIfCodecEntry
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 'MX-H323-EXPERIMENTAL-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-H323-EXPERIMENTAL-MIB::h323VoiceIfCodecG729Enable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-H323-EXPERIMENTAL-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-H323-EXPERIMENTAL-MIB::h323VoiceIfCodecG729Enable.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-H323-EXPERIMENTAL-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-H323-EXPERIMENTAL-MIB::h323VoiceIfCodecG729Enable'

Syntax

Source
MX-TCMxEnableState
Base type
Enumeration

Values & Constraints

Type Values
0disable
1enable

Conformance