All MIBs › CISCO-GPRS-CHARGING-MIB › cgprsCgTariffTimeNextIndex
cgprsCgTariffTimeNextIndex
Module: CISCO-GPRS-CHARGING-MIB
OID (symbolic): CISCO-GPRS-CHARGING-MIB::cgprsCgTariffTimeNextIndex
OID (numeric): 1.3.6.1.4.1.9.9.192.1.1.20
Node type: OBJECT-TYPE
Type: TestAndIncr
Access: read-write
Description: This object contains an appropriate value to be used for cgprsCgTariffTimeIndex when creating entries in the cgprsCgTariffTimeTable. The value 0 indicates that no new rows can be created. Otherwise, it is recommended that values are assigned contiguously, starting from 1. Algorithm for Tariff Time creation by a Manager: done = false while done == false begin index = GET (cgprsCgTariffTimeNextIndex.0) if ( index == 0 ) break; SET (cgprsCgTariffTimeNextIndex.0=index) && SET(cgprsCgTariffTimeRowStatus.index=createAndGo) if (set failed) done = false else done = true end.
What is cgprsCgTariffTimeNextIndex?
Provides the next available index value to use when creating a new row in the cgprsCgTariffTimeTable; a value of 0 means no new rows can currently be created.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.192.1.1.20 snmpwalk -v2c -c public <target> CISCO-GPRS-CHARGING-MIB::cgprsCgTariffTimeNextIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.192.1.1.20.1 snmpget -v2c -c public <target> CISCO-GPRS-CHARGING-MIB::cgprsCgTariffTimeNextIndex.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.192.1.1.20.1 s <value>
Start monitoring Cisco GGSN (Gateway GPRS Support Node) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-GPRS-CHARGING-MIB::cgprsCgTariffTimeNextIndex OID value, configure state conditions and alerts, and monitor any Cisco GGSN (Gateway GPRS Support Node) from a single console.
OID Breakdown
Upper-level ancestors (8 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.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.192 | ciscoGprsChargingMIB | CISCO-GPRS-CHARGING-MIB |
| 1.3.6.1.4.1.9.9.192.1 | ciscoGprsChargingMIBObjects | CISCO-GPRS-CHARGING-MIB |
| 1.3.6.1.4.1.9.9.192.1.1 | ciscoGprsChargingConfig | CISCO-GPRS-CHARGING-MIB |
| 1.3.6.1.4.1.9.9.192.1.1.20 | cgprsCgTariffTimeNextIndex | CISCO-GPRS-CHARGING-MIB |