All MIBs › CHASSIS-MIB › chasAccountChargedServices
chasAccountChargedServices
Module: CHASSIS-MIB
OID (symbolic): CHASSIS-MIB::chasAccountChargedServices
OID (numeric): 1.3.6.1.4.1.800.2.1.7.15
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Indicates for which services charging can be enabled. The parameter is a bitmap where each bit represents a service. The following services are already defined: 00000001 = ATM switching 00000002 = FR switching
Raising a bit enables charging the service, while clearing the bit disables charging for that service.
What is chasAccountChargedServices?
This object is a bitmap where each bit enables or disables charging/accounting for a specific service type, with bit 1 (00000001) representing ATM switching and bit 2 (00000002) representing Frame Relay switching per the defined values. An admin who only wants to bill for certain service types, for example ATM connections but not Frame Relay, sets only the corresponding bits here, which determines which connections actually generate Charging Detail Records in the first place. Setting this object to 00000001 would enable accounting only for ATM switching connections, so Frame Relay circuits on the same chassis would generate no CDRs at all.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.800.2.1.7.15 snmpwalk -v2c -c public <target> CHASSIS-MIB::chasAccountChargedServices
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.800.2.1.7.15.1 snmpget -v2c -c public <target> CHASSIS-MIB::chasAccountChargedServices.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.800.2.1.7.15.1 i <value>
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::chasAccountChargedServices 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.15 | chasAccountChargedServices | CHASSIS-MIB |