MIBs Depot

CISCO-WAN-CODEC-GEN-PARM-MIB

Registered at
1.3.6.1.4.1.351.150.21
Last updated
2004-03-17 00:00
Organization
Cisco Systems, Inc.
Revisions
2004-03-17 00:00, 2004-01-30 00:00, 2003-05-23 00:00, 2001-09-10 00:00, 2001-08-21 15:00, 2001-08-02 15:00, 2001-06-15 15:00, 2001-03-20 15:00
Namespace
cisco
Source file
CISCO-WAN-CODEC-GEN-PARM-MIB
Digest
sha256:778bd8276c661fe5675731abbf5ff4e44ae6c862eaff582683c214e006c3353e

Description

This MIB provides configuration of Jitter buffer mode on a call and initial jitter delay value per Codec based. Prior to this, the configuration are specify on a Card based. The Card level objects vismJitterDelayMode and vismJitterInitialDelay in CISCO-VISM-MODULE-MIB are now deprecated.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-vism@cisco.com

Imports

FromSymbols
CISCOWAN-SMIciscoWan
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-WAN-CODEC-GEN-PARM-MIB
CISCOWAN-SMI
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoWanCodecGenParmMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.21.1
vismCodecGenParmGrp
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.21.1.1
vismCodecGenParmTable
OBJECT-TYPE
vismCodecGenParmTable contains configuration information about per codec based general parameters regardless of its application.
1.3.6.1.4.1.351.150.21.1.1.1not-accessiblecurrent
vismCodecGenParmEntry
OBJECT-TYPE
User can modify the parameters at any time. If there are active calls going on, the new settings will not take affect until the next call. The last modified values are retained when VISM card reboots.
1.3.6.1.4.1.351.150.21.1.1.1.1not-accessiblecurrent
vismCodecIndex
OBJECT-TYPE
This is the 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 is RESERVED 11 represents G.723.1-H 12 represents G.723.1a-H 13 represents G.723.1-L 14 represents G.723.1a-L 15 represents Lossless
1.3.6.1.4.1.351.150.21.1.1.1.1.1INTEGER {g711u(1), g711a(2), g726r32000(3), g729a(4), g729ab(5), clearChannel(6), g726r16000(7), g726r24000(8), g726r40000(9), g723h(11), g723ah(12), g723l(13), g723al(14), lossless(15)}not-accessiblecurrent
vismCodecJitterDelayMode
OBJECT-TYPE
This object is used to provision the jitter buffer mode to be apply to a call connection. The possible values are: 'fixed' : means use a constant jitter buffer size, which is defined by the vismJitterInitialDelay (specify in CISCO-VISM-MODULE-MIB MIB) variable. The DSP will be instructed to use fixed with no time-stamps mode. 'adaptive': means let the DSP pick the optimal value for the call connection. 'fixedWithTimeStamp': means use a constant jitter buffer size, which is defined by the vismJitterInitialDelay variable. The DSP will be instructed to use fixed with time-stamps mode. For 'g711u', 'g711a', 'clearChannel', and 'lossless' the default value is fixed. For 'g726r32000', 'g729a', 'g729ab', 'g726r16000', 'g726r24000','g726r40000', 'g723h','g723l', 'g723ah' and 'g723al' the default value is adaptive.
1.3.6.1.4.1.351.150.21.1.1.1.1.2INTEGER {fixed(1), adaptive(2), fixedWithTimeStamp(3)}read-writecurrent
vismCodecJitterInitialDelay
OBJECT-TYPE
This object defines the jitter buffer size in milliseconds. If the vismCodecJitterDelayMode is set to be 'fixed', the jitter buffer is fixed at this value for the duration of the call, if it is set to 'adaptive', the value of this object is the initial jitter buffer size, and the DSP will adapt to an optimal size dynamically. For G.711u, G.711a, Clear Channel, the default value is 100 ms. For lossless the default value is 16ms. For 'g726r32000', 'g729a', 'g729ab', 'g726r16000', 'g726r24000','g726r40000', 'g723h','g723l', 'g723ah' and 'g723al' the default value is 60 ms. The jitter buffer size of this object differs for each set of codecs supported on VISM card. A set of codecs supported is identified by vismCodecTemplateNum object(defined in CISCO-VISM-CODEC-MIB MIB). For codecs in template number 1, 3, 4, and 5: the jitter buffer size is as follow: 'zero', 'five', 'ten' 'fifteen', 'twenty', 'thirty', 'fourty', 'fifty', 'sixty', 'seventy', 'eighty', 'ninty', 'hundred'. For codecs in template 2, the jitter buffer size is as follow: 'zero', 'five', 'ten', 'fifteen', 'twenty', 'twentyfive', 'thirty', 'thirtyfive', 'fourty', 'fortyfive', 'fifty', 'fiftyfive', 'sixty', 'sixtyfive', 'seventy', 'seventyfive', 'eighty', 'eightyfive', 'ninty', 'ninetyfive', 'hundred'. When the codec template changes, the value of this object will be implicitly set to the default value.
1.3.6.1.4.1.351.150.21.1.1.1.1.3INTEGER {zero(1), two(2), three(3), four(4), five(5), six(6), seven(7), eight(8), nine(9), ten(10), eleven(11), twelve(12), thirteen(13), fourteen(14), fifteen(15), sixteen(16), seventeen(17), eighteen(18), nineteen(19), twenty(20), twentyone(21), twentytwo(22), twentythree(23), twentyfour(24), twentyfive(25), twentysix(26), twentyseven(27), twentyeight(28), twentynine(29), thirty(30), thirtyone(31), thirtytwo(32), thirtythree(33), thirtyfour(34), thirtyfive(35), thirtysix(36), thirtyseven(37), thirtyeight(38), thirtynine(39), fourty(40), fortyone(41), fortytwo(42), fortythree(43), fortyfour(44), fortyfive(45), fortysix(46), fortyseven(47), fortyeight(48), fortynine(49), fifty(50), fiftyfive(55), sixty(60), sixtyfive(65), seventy(70), seventyfive(75), eighty(80), eightyfive(85), ninty(90), ninetyfive(95), hundred(100)}read-writecurrent
vismCodecGenParmNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.21.2
vismCodecGenParmNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.21.2.0
vismCodecGenParmMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.21.3
vismCodecGenParmMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.21.3.1
vismCodecGenParmMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.21.3.2

Conformance

NameOIDStatus
vismCodecGenParmMIBCompliance
MODULE-COMPLIANCE
The complaince statement for VISM codec general parameter group.
1.3.6.1.4.1.351.150.21.3.1.1current
vismCodecGenParmGroup
OBJECT-GROUP
This group contains objects that is per codec based and non application specific.
1.3.6.1.4.1.351.150.21.3.2.1current