All MIBs › CHASSIS-MIB › chasAccountCdrCount
chasAccountCdrCount
Module: CHASSIS-MIB
OID (symbolic): CHASSIS-MIB::chasAccountCdrCount
OID (numeric): 1.3.6.1.4.1.800.2.1.7.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The number of Charging Detail Records currently in memory and not safely stored yet.
What is chasAccountCdrCount?
This object reports the number of Charging Detail Records (CDRs), accounting records for billable connections, currently sitting in the chassis's memory that haven't yet been safely written to permanent storage or sent to a collection device. An admin watching this number grow unusually large would suspect a problem downstream in the accounting pipeline, since CDRs accumulating in memory risk being lost if the chassis resets before they're flushed. If this object climbs into the thousands instead of staying near zero, it signals the configured accounting collection device or disk write path has likely stopped accepting records.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.800.2.1.7.1 snmpwalk -v2c -c public <target> CHASSIS-MIB::chasAccountCdrCount
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.800.2.1.7.1.1 snmpget -v2c -c public <target> CHASSIS-MIB::chasAccountCdrCount.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> chasAccountCdrCount.1
Start monitoring Modular/chassis-based network switches and routers (any vendor) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHASSIS-MIB::chasAccountCdrCount OID value, configure state conditions and alerts, and monitor any Modular/chassis-based network switches and routers (any vendor) 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.800 | xylan | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2 | xylanArch | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2.1 | xylanChassis | XYLAN-BASE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.800.2.1.7 | chasAccounting | CHASSIS-MIB |
| 1.3.6.1.4.1.800.2.1.7.1 | chasAccountCdrCount | CHASSIS-MIB |