CISCO-WAN-AAL2-PROFILES-MIB: View SNMP OID List / Download MIB

VENDOR: STRATACOM


 Home MIB: CISCO-WAN-AAL2-PROFILES-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
 ciscoWanAal2ProfilesMIB 1.3.6.1.4.1.351.150.17
The MIB module for configuring AAL2 profile elements. This table will be used in AAL2 switching and trunking applications.
       ciscoWanAal2ProfilesMIBObjects 1.3.6.1.4.1.351.150.17.1
           aal2ProfilesGrp 1.3.6.1.4.1.351.150.17.1.1
               aal2ProfilesGrpTable 1.3.6.1.4.1.351.150.17.1.1.1 no-access
This table contains configuration information about various profiles elements (packetization period, voice activity detection, voice codec, preference and voice band data codec) used in switched AAL2 PVC(Permanent Virtual Circuit) voice calls.
                   aal2ProfilesGrpEntry 1.3.6.1.4.1.351.150.17.1.1.1.1 no-access
An entry in the vismAal2ProfilesGrpTable. All the entries in this table are implicitly created when the card comes up.
                       aal2ProfileType 1.3.6.1.4.1.351.150.17.1.1.1.1.1 integer no-access
This object serves as the first index into this table. Only the following combination of aal2ProfileType and aal2ProfileNumber will be found in the table. first entry containing itu 1 second containing itu 2 third containing itu 3 fourth containing itu 7 fifth containing itu 8 sixth containing itu 12 seventh containing custom 100 eighth containing custom 101 ninth containing custom 110. tenth containing custom 200 eleventh containing custom 201 twelveth containing custom 210 Enumeration: 'it': 1, 'custom': 3.
                       aal2ProfileNumber 1.3.6.1.4.1.351.150.17.1.1.1.1.2 integer no-access
This object serves as the second index into this table. The pre-defined ITU aal2ProfileNumber are specify in ITU-T I.366.2 standard. 'one' - G.711u/G.711a(No SID - Silence insertion descriptor) based on T1/E1 card type. 'two' - G.711u/G.711a(SID Generic) based on T1/E1 card type. 'three' - G.726-40 kbps(SID Generic), G.726-32 kbps(SID Generic), G.726-24 kbps(SID Generic), G.726-16 kbps(SID Generic), G.711u/G.711a(SID Generic). 'seven' - G.729ab(SID G729)/G.729a(No SID), G.711u/G.711a(No SID). 'eight' - G.729ab(SID G729)/G.729a(No SID), G.711u/G.711a(No SID), G.726-32 kbps(No SID). 'twelve'- G.723AH(SID G723), G.723H(No SID), G.723AL (SID G723), G.723L(No SID). 'oneHundred'(custom 100) - G.726-32 kbps(SID Generic), G.711u/G.711a(SID Generic). 'oneHundredOne'(custom 101) - G.729ab(SID G729)/G.729a (No SID), G.726-32 kbps(No SID), G.711u/G.711a(No SID) 'oneHundredTen'(custom 110) - G.729ab(SID G729)/G.729a (No SID), G.726-32 kbps(SID Generic), G.711u/G.711a(SID Generic). 'twoHundred'(custom 200) - clearChannel. 'twoHundredOne'(custom 201) - Lossless. 'twoHundredTen'(custom 210) - G.729ab(SID G729)/G.729a (No SID), G.726-32 kbps(No SID), G.711u/G.711a(No SID), clearChannel. Enumeration: 'oneHundredTen': 110, 'twelve': 12, 'seven': 7, 'twoHundredOne': 201, 'oneHundred': 100, 'twoHundredTen': 210, 'oneHundredOne': 101, 'twoHundred': 200, 'three': 3, 'two': 2, 'eight': 8, 'one': 1.
                       aal2ProfilePreference 1.3.6.1.4.1.351.150.17.1.1.1.1.3 integer32 read-write
This object is used to configure the preference of one profile over another. A profile with a preference of zero (0) means that this profile element will not be used. A non-zero value with a lower number has a higher preference. The range of writable values is limited to the number of profiles, which means the number of rows in this table. If two or more entries has the same preference number then the first entry in the table will be used. The default preference for each profile will be as follows : itu 3 = 1 itu 7 = 2 itu 2 = 3 itu 1 = 4 itu 8 = 5 custom 100 = 6 custom 101 = 7 custom 110 = 8 custom 200 = 9 itu 12 = 10 custom 201 = 11 custom 210 = 12
                       aal2ProfileVoiceCodec 1.3.6.1.4.1.351.150.17.1.1.1.1.4 integer read-write
This object determines the codecs to be used in this profile. Validation will be done before setting this object based on the current template used in the card. The default value of this object depends upon the profile for itu 1 = G.711u/G.711a based on T1/E1 card type itu 2 = G.711u/G.711a based on T1/E1 card type itu 3 = G.726 at rate 32 kbps itu 7 = G.729ab itu 8 = G.729ab custom 100 = G.726 at rate 32 kbps custom 101 = G.729ab custom 110 = G.729ab custom 200 = clearChannel itu 12 = G.723 family custom 201 = Lossless custom 210 = G.729a 'g711u' stands for G.711u 'g711a' stands for G.711a 'g726r32000' stands for G.726 at rate 32 kbps 'g729a' stands for G.729a 'g729ab' stands for G.729ab 'g726r16000' stands for G.726 at rate 16 kbps 'g726r24000' stands for G.726 at rate 24 kbps 'g726r40000' stands for G.726 at rate 40 kbps 'g723h' stands for G.723.1-H 'g723l' stands for G.723.1-L 'g723ah' stands for G.723.1a-H 'g723al' stands for G.723.1a-L 'lossless' stands for 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.
                       aal2ProfileVoicePktPeriod 1.3.6.1.4.1.351.150.17.1.1.1.1.5 integer read-write
This object is used to configure the packetization period in millisecs for a given codec. The default value of this object depends upon the profile for itu 1 = 5 (Applicable value is only 5) itu 2 = 5 (Applicable value is only 5) itu 3 = 5 (Applicable value is only 5) itu 7 = 10 (Applicable values are 5 & 10) itu 8 = 10 (Applicable values are 5 & 10) itu 12 = 30 (Applicable value is only 30) custom 100 = 10 (Applicable values are 5 & 10) custom 101 = 10 (Applicable values are 5 & 10) custom 110 = 30 (Applicable values are 5,10 & 30) custom 200 = 5 (Applicable value is only 5) custom 201 = 5 (Applicable value is only 5) custom 210 = 20 (Applicable value are only 5, 10 & 20) Enumeration: 'twenty': 20, 'five': 5, 'thirty': 30, 'ten': 10, 'fourty': 40.
                       aal2ProfileVoiceVAD 1.3.6.1.4.1.351.150.17.1.1.1.1.6 integer read-write
This object defines whether or not the VAD (Voice Activity Detection) has to be applied or not when the current profile is chosen. Upon detection of silence based on the configuration in this object either generic SID packet as specified in I.366.2 standards or SID 729 packet will be sent to the other end. The default value of this object depends on the profile: itu 1 = on - silence suppression enabled with no SID itu 2 = sidGeneric itu 3 = sidGeneric itu 7 = sid729 itu 8 = sid729 itu 12 = sid723 custom 100 = sidGeneric custom 101 = sid729 custom 110 = sid729 custom 200 = off - silence suppression disabled with no SID. custom 201 = off - silence suppression disabled with no SID. custom 210 = off - silence suppression disabled with no SID. Enumeration: 'on': 2, 'off': 1, 'sidGenric': 3, 'sid729': 4, 'sid723': 5.
                       aal2ProfileVBDCodec 1.3.6.1.4.1.351.150.17.1.1.1.1.7 integer read-write
This object determines the voice band data (VBD) codecs to be used when upspeed happens. The default value of this object depends upon the profile for itu 1 G.711u/G.711a based on T1/E1 card type itu 2 G.711u/G.711a based on T1/E1 card type itu 3 G.711u/G.711a based on T1/E1 card type itu 7 G.711u/G.711a based on T1/E1 card type itu 8 G.711u/G.711a based on T1/E1 card type itu 12 G.723.1-H custom 100 G.711u/G.711a based on T1/E1 card type custom 101 G.711u/G.711a based on T1/E1 card type custom 110 G.711u/G.711a based on T1/E1 card type custom 200 clearChannel custom 201 Lossless custom 210 G.711u/G.711a based on T1/E1 card type Enumeration: 'g723h': 11, 'g723l': 13, 'clearChannel': 6, 'g726r16000': 7, 'g711': 1, 'g726r24000': 8, 'g726r32000': 3, 'g711a': 2, 'g726r40000': 9, 'lossless': 15.
                       aal2ProfileVBDPktPeriod 1.3.6.1.4.1.351.150.17.1.1.1.1.8 integer read-write
This object is used to configure the packetization period in millisecs for a given VBD codec. The default value of this object depends on the profile for itu 1 = 5 itu 2 = 5 itu 3 = 5 itu 7 = 5 itu 8 = 5 itu 12 = 30 custom 100 = 5 custom 101 = 5 custom 110 = 5 custom 200 = 5 custom 201 = 5 custom 210 = 5 Enumeration: 'five': 5, 'thirty': 30, 'ten': 10.
       aal2ProfileMIBConformance 1.3.6.1.4.1.351.150.17.2
           aal2ProfileMIBCompliances 1.3.6.1.4.1.351.150.17.2.1
               aal2ProfileMIBCompliance 1.3.6.1.4.1.351.150.17.2.1.1
The compliance statement for AAL2 profile group which implement this MIB.
           aal2ProfileMIBGroups 1.3.6.1.4.1.351.150.17.2.2
               aal2ProfileGroup 1.3.6.1.4.1.351.150.17.2.2.1
This group contains objects related to configuration of AAL2 profiles.