All MIBs › ACMIB › dsp2LoadCount
dsp2LoadCount
Module: ACMIB
OID (symbolic): ACMIB::dsp2LoadCount
OID (numeric): 1.3.6.1.4.1.1751.2.18.5.14.1.4
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description: Gives the number of calls going through that dsp. This will be of use in case of deletion of dsp interface. When no calls are going through the dsp this value will be 0
What is dsp2LoadCount?
ACMIB::dsp2LoadCount is a read-only 32-bit integer that tracks how many concurrent calls are currently using that DSP2 resource, ranging from 0 (idle) to the DSP's channel capacity. Network planners monitor this to avoid oversubscribing DSPs and to determine when to add more capacity; it also helps decide when it's safe to delete a DSP interface. For example, if LoadCount is 48 and the DSP supports a maximum of 60 calls, you know the device is 80% utilized.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.5.14.1.4 snmpwalk -v2c -c public <target> ACMIB::dsp2LoadCount
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.5.14.1.4.1 snmpget -v2c -c public <target> ACMIB::dsp2LoadCount.1
Start monitoring Lucent/Nortel Access Concentrator (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACMIB::dsp2LoadCount OID value, configure state conditions and alerts, and monitor any Lucent/Nortel Access Concentrator (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1751 | lucent | ACMIB |
| 1.3.6.1.4.1.1751.2 | mibs | ACMIB |
| 1.3.6.1.4.1.1751.2.18 | acMIB | ACMIB |
| 1.3.6.1.4.1.1751.2.18.5 | intfConfig | ACMIB |
| 1.3.6.1.4.1.1751.2.18.5.14 | dsp2ConfigTable | ACMIB |
| 1.3.6.1.4.1.1751.2.18.5.14.1 | dsp2ConfigEntry | ACMIB |
| 1.3.6.1.4.1.1751.2.18.5.14.1.4 | dsp2LoadCount | ACMIB |