All MIBs › ZHONE-SYSTEM-MIB › zhoneSystemVoiceBandwidthCheck
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 OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5504 | zhone | Zhone |
| 1.3.6.1.4.1.5504.3 | zhoneGeneric | Zhone |
| 1.3.6.1.4.1.5504.3.1 | zhoneSystem | Zhone |
| 1.3.6.1.4.1.5504.3.1.5 | zhoneSystemConfiguration | ZHONE-SYSTEM-MIB |
| 1.3.6.1.4.1.5504.3.1.5.15 | zhoneSystemVoiceBandwidthCheck | ZHONE-SYSTEM-MIB |