OID | 1.3.6.1.4.1.9.9.192.1.1.20 |
Module | CISCO-GPRS-CHARGING-MIB (CISCO) |
Nom | cgprsCgTariffTimeNextIndex |
Acces | readwrite |
Status | current |
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. |
Syntaxe | TestAndIncr (SNMPv2-TC) |