ZHONE-SYSTEM-MIB :: zhoneSystemVoiceBandwidthCheck

MIB Reference — IPNetwork Monitor

All MIBsZHONE-SYSTEM-MIBzhoneSystemVoiceBandwidthCheck

zhoneSystemVoiceBandwidthCheck

Module: ZHONE-SYSTEM-MIB

OID (symbolic): ZHONE-SYSTEM-MIB::zhoneSystemVoiceBandwidthCheck

OID (numeric): 1.3.6.1.4.1.5504.3.1.5.15

Node type: OBJECT-TYPE

Type: TruthValue

Access: read-write

Description:

Turns ON (true) of OFF (false) ATM bandwidth checks for new voice calls going through the system. The bandwidth check is based on the configuration of the Rx and Tx traffic descriptors used for the ATM VC/CID that the call is going across. If rtVBR is being used then the SCR is used for the bandwidth calculation cell rate. If CBR is being used then the PCR is used for the bandwidth calculation cell rate. For any other service category, a call is always allowed and the voice quality is not guaranteed. The bandwidth calculation looks like this (assume approx 180 AAL2 cells used for a voice stream):

if ((rxCellRate - (180 * numActiveCallsOn VC)) < 180) { /* reject call */ } else if ((txCellRate - (180 * numActiveCallsOnVC)) < 180) { /* reject call */ } else { /* proceed with call */ }

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5504.3.1.5.15
snmpwalk -v2c -c public <target> ZHONE-SYSTEM-MIB::zhoneSystemVoiceBandwidthCheck

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.5504.3.1.5.15.1
snmpget -v2c -c public <target> ZHONE-SYSTEM-MIB::zhoneSystemVoiceBandwidthCheck.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.5504.3.1.5.15.1 s <value>

OID Breakdown

Numeric OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.5504zhoneZhone
1.3.6.1.4.1.5504.3zhoneGenericZhone
1.3.6.1.4.1.5504.3.1zhoneSystemZhone
1.3.6.1.4.1.5504.3.1.5zhoneSystemConfigurationZHONE-SYSTEM-MIB
1.3.6.1.4.1.5504.3.1.5.15zhoneSystemVoiceBandwidthCheckZHONE-SYSTEM-MIB