CISCO-VISM-CODEC-MIB: View SNMP OID List / Download MIB

VENDOR: STRATACOM


 Home MIB: CISCO-VISM-CODEC-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
         vismCodecTemplateCnfGrp 1.3.6.1.4.1.351.110.5.5.7
             vismCodecTemplateCnfGrpTable 1.3.6.1.4.1.351.110.5.5.7.1 no-access
This table defines the DSP templates that are applicable on a card basis. It defines the set of codecs supported in each template and the maximum number of DS0s supported on the VISM card for a given template.
                 vismCodecTemplateCnfGrpEntry 1.3.6.1.4.1.351.110.5.5.7.1.1 no-access
An entry is defined for each set of codecs supported. The codecs supported are a combination of : G.711Mu (PCM - Mu-law) G.711A (PCM - A-law) G.726/32 (ADPCM) G.729a (CS-ACELP - Annex A) G.729ab (CS-ACELP - Annex B) clearChannel (clear channel voice) G.723.1-H G.723.1a-H G.723.1-L G.723.1a-L Lossless
                     vismCodecTemplateNum 1.3.6.1.4.1.351.110.5.5.7.1.1.1 integer32 read-only
This attribute defines the index for the CodecTemplate table. Template number is input at the time of configuring a template using 'cncodectmpl' CLI command.
                     vismCodecSupported 1.3.6.1.4.1.351.110.5.5.7.1.1.2 integer32 read-only
This attribute represents a bit map of Codecs supported in this template. Bit 0 - represents the G.711 Mu-law codec. Bit 1 - represents the G.711 A-law codec. Bit 2 - represents the G.726 at rate 32 kbps. Bit 3 - represents the G.729a codec. Bit 4 - represents the G.729ab codec. Bit 5 - represents clear channel. Bit 6 - represents the G.726 at rate 16 kbps Bit 7 - represents the G.726 at rate 24 kbps Bit 8 - represents the G.726 at rate 40 kbps Bit 9 - Internal use (T.38) Bit 10 - represents the G.723.1-H codec. Bit 11 - represents the G.723.1a-H codec. Bit 12 - represents the G.723.1-L codec. Bit 13 - represents the G.723.1a-L codec. Bit 14 - represents the Lossless codec.
                     vismCodecTemplateMaxChanCount 1.3.6.1.4.1.351.110.5.5.7.1.1.3 integer32 read-only
The maximum number of channels supported for this template.
         vismCodecCnfGrp 1.3.6.1.4.1.351.110.5.5.18
               vismCodecCnfTable 1.3.6.1.4.1.351.110.5.5.18.1 no-access
This table contains configuration information about different codecs and their packetization periods.
                   vismCodecCnfEntry 1.3.6.1.4.1.351.110.5.5.18.1.1 no-access
An entry in the vismCodecCnfTable contains packetization period information for a specific codec. These entries are created by the agent when the card comes up with appropriate default values and the user can modify the packetization period for a particular codec any point in time.
                       vismCodecCnfIndex 1.3.6.1.4.1.351.110.5.5.18.1.1.1 integer read-only
This object is an index to this table. 1 represents G.711u 2 represents G.711a 3 represents G.726 at rate 32 kbps 4 represents G.729a 5 represents G.729ab 6 represents clear channel 7 represents G.726 at rate 16 kbps 8 represents G.726 at rate 24 kbps 9 represents G.726 at rate 40 kbps 10 RESERVED 11 represents G.723.1-H at rate 6.4kbps 12 represents G.723.1a-H at rate 6.4kbps with SID 13 represents G.723.1-L at rate 5.3kbps 14 represents G.723.1a-L at rate 5.3kbps with SID 15 represents Lossless Enumeration: 'g723h': 11, 'g723l': 13, 'clearChannel': 6, 'g726r16000': 7, 'g723ah': 12, 'g729a': 4, 'g711': 1, 'g729ab': 5, 'g726r24000': 8, 'g723al': 14, 'g726r32000': 3, 'g711a': 2, 'g726r40000': 9, 'lossless': 15.
                       vismCodecName 1.3.6.1.4.1.351.110.5.5.18.1.1.2 snmpadminstring read-only
This object holds the name of a codec. For example, index 1 will have G.711u as the codec name index 2 will have G.711a as the codec name and so on.
                       vismCodecPktPeriod 1.3.6.1.4.1.351.110.5.5.18.1.1.3 integer read-write
This object gives the packetization period for a particular codec. for G.711u allowed values are 10 & 20 for G.711a allowed values are 10 & 20 for G.726 at 32 kbps allowed values are 10, 20, 30 & 40 for G.729a allowed values are 10, 20, 30 & 40 for G.729ab allowed values are 10, 20, 30 & 40 for clear channel allowed values are 10 and 20 for G.726 at 16 kbps allowed values are 10, 20, 30 & 40 for G.726 at 14 kbps allowed values are 10, 20, 30 & 40 for G.726 at 40 kbps allowed values are 10, 20, 30 & 40 for G.723 allowed values are 30 & 60 for Lossless allowed values are 10 and 20 Default value for G.723 is 30, for other codecs it is 10. Enumeration: 'sixty': 60, 'twenty': 20, 'thirty': 30, 'ten': 10, 'fourty': 40.
                       vismCodecPreference 1.3.6.1.4.1.351.110.5.5.18.1.1.4 integer32 read-write
This object contains the user configured preference for each codec. Lower the number, higher the preference of the codec. If the call agent does not specify the preferred codec list in CRCX(CreateConnection) request then the codec used will be the one of highest preference, as configured in this object. The default preference based on the codec type is G729ab will have preference 1 G729a will have preference 2 G726 at rate 16 kbps will have preference 3 G726 at rate 24 kbps will have preference 4 G726 at rate 32 kbps will have preference 5 G726 at rate 40 kbps will have preference 6 G.711u will have preference 7 for T1 and will have preference 8 for E1 G.711a will have preference 7 for E1 card and will have preference 8 for T1 clearChannel will have preference 9 G723H will have preference 10 G723AH will have preference 11 G723L will have preference 12 G723AL will have preference 13 Lossless will have preference 14 If the preference of a codec is zero then that codec will not be used.
                       vismCodecString 1.3.6.1.4.1.351.110.5.5.18.1.1.5 snmpadminstring read-write
The local connection option or SDP(Session Description Protocol) descriptor string that VISM would get from the call agent for the codec to be used will be in the form of PCMU, PCMA, G726 at rate 32 kbps, G729a, CCD ..... where in PCMU stands for G711u PCMA stands for G711a and CCD stands for clear channel This object serves as a mapping string, and VISM will use the value configured in this object to match the SDP descriptor string obtained for a codec in a CRCX or MDCX(ModifyConnection) message. Since the entries in this table are implicitly created by default the entry with codec = G.711u will have a value of PCMU G.711a will have a value of PCMA clear channel will have a value of CCD G.726 at rate 32 kbps will have G726 at rate 32 kbps G.726 at rate 16 kbps will have G726 at rate 16 kbps G.726 at rate 24 kbps will have G726 at rate 24 kbps G.726 at rate 40 kbps will have G726 at rate 40 kbps G.729a will have G729a G.729ab will have G729ab G.723.1-H will have G723H G.723.1a-H will have G723AH G.723.1-L will have G723L G.723.1a-L will have G723AL Lossless will have Lossless
                       vismCodecIanaType 1.3.6.1.4.1.351.110.5.5.18.1.1.6 integer32 read-write
This object specifies the payload types (PT) of a codec. PT numbers for CODECS are assigned by IANA(Internet assigned number Authority). If in a SDP string we would just receive an IANA type number and not the codec string, then VISM would use the value in this object to derive the actual codec to be used in the bearer path.
                       vismAltCodecString1 1.3.6.1.4.1.351.110.5.5.18.1.1.7 snmpadminstring read-write
This is an alternate codec string to that specified in vismCodecString. This object will also serve as a mapping string along with the vismCodecString object and the VISM will use the value in these objects to match the SDP descriptor string obtained for a codec in a CRCX or MDCX(ModifyConnection) message. If alternate codec strings need to be configured, this object will need to be configured first. The local connection option or SDP(Session Description Protocol) descriptor string that VISM would get from the call agent for the codec to be used will be in the form of PCMU, PCMA, G726 at rate 32 kbps, G729a, CCD ..... where in PCMU stands for G711u PCMA stands for G711a and CCD stands for clear channel This is an optional parameter which, if not configured, has a default value as specified.
                       vismAltCodecString2 1.3.6.1.4.1.351.110.5.5.18.1.1.8 snmpadminstring read-write
This is an alternate codec string to that specified in vismCodecString and vismAltCodecString1. This object will also serve as a mapping string along with the vismCodecString and vismAltCodecString1 objects and the VISM will use the value in these objects to match the SDP descriptor string obtained for a codec in a CRCX or MDCX(ModifyConnection) message. If alternate codec strings needs to be configured, this object will need to be configured second after vismAltCodecString1. The local connection option or SDP(Session Description Protocol) descriptor string that VISM would get from the call agent for the codec to be used will be in the form of PCMU, PCMA, G726 at rate 32 kbps, G729a, CCD ..... where in PCMU stands for G711u PCMA stands for G711a and CCD stands for clear channel This is an optional parameter which, if not configured, has a default value as specified.
                       vismAltCodecString3 1.3.6.1.4.1.351.110.5.5.18.1.1.9 snmpadminstring read-write
This is an alternate codec string to that specified in vismCodecString vismAltCodecString1 and vismAltCodecString2. This object will also serve as a mapping string along with the vismCodecString, vismAltCodecString1 and vismAltCodecString2 objects and the VISM will use the value in these objects to match the SDP descriptor string obtained for a codec in a CRCX or MDCX(ModifyConnection) message. If alternate codec strings need to be configured, this object will need to be configured third after vismAltCodecString1 and vismAltCodecString2. The local connection option or SDP(Session Description Protocol) descriptor string that VISM would get from the call agent for the codec to be used will be in the form of PCMU, PCMA, G726 at rate 32 kbps, G729a, CCD ..... where in PCMU stands for G711u PCMA stands for G711a and CCD stands for clear channel This is an optional parameter which, if not configured, has a default value as specified.
 ciscoVismCodecMIB 1.3.6.1.4.1.351.150.97
The MIB module contains tables for configurating and maintaining Codec on VISM service module.
       ciscoVismCodecMIBConformance 1.3.6.1.4.1.351.150.97.2
           ciscoVismCodecMIBCompliances 1.3.6.1.4.1.351.150.97.2.1
               ciscoVismCodecCompliance 1.3.6.1.4.1.351.150.97.2.1.1
The compliance statement for objects related to VISM Codec module.
               ciscoVismCodecComplianceRev1 1.3.6.1.4.1.351.150.97.2.1.2
The compliance statement for objects related to VISM Codec module.
           ciscoVismCodecMIBGroups 1.3.6.1.4.1.351.150.97.2.2
               ciscoVismCodecCnfGroup 1.3.6.1.4.1.351.150.97.2.2.1
The collection of objects which are used to represent VISM Codec configuration.
               ciscoVismCodecTemplateGrp 1.3.6.1.4.1.351.150.97.2.2.2
The collection of objects which are used to represent VISM Codec Template configuration.
               ciscoAltVismCodecCnfGroup 1.3.6.1.4.1.351.150.97.2.2.3
The collection of objects which are used to represent non-mandatory objects of the VISM Codec configuration.