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>
Start monitoring Zhone Technologies broadband/access CPE devices (base device-identity/software-version/reboot-control status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ZHONE-SYSTEM-MIB::zhoneSystemVoiceBandwidthCheck OID value, configure state conditions and alerts, and monitor any Zhone Technologies broadband/access CPE devices (base device-identity/software-version/reboot-control status) from a single console.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-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 |
| Numeric OID | Name | Module |
|---|---|---|
| 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 |