cdcVFileCollectionPeriod
CISCO-DATA-COLLECTION-MIB ·
.1.3.6.1.4.1.9.9.312.1.1.3.1.9
Object
column r/w
secondsUnsigned32
Specifies the period of a collection interval. The value
of this object is used only when the data collection mode is
automatic (see cdcVFileCollectMode).
A periodic timer (one per entry) is started when this
entry is 'activated'. The time at which this entry is
'activated' is called the 'activation time' for this entry,
and is internally maintained by the agent.
When this periodic timer expires, the current VFile is
frozen and a new VFile is created for data collection.
Transfer is then initiated for the frozen VFile.
In addition, the internally maintained counter for counting
the number of consecutive times the size of a VFile has
exceeded the maximum limit, is reset to zero. (See
cdcVFileMaxSize)
This object's value may be modified at any time, and the
new value takes effect immediately. i.e setting a new
value can cause the current collection interval to terminate
and a new collection interval to start.
Context
- MIB
- CISCO-DATA-COLLECTION-MIB
- OID
.1.3.6.1.4.1.9.9.312.1.1.3.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Units
- seconds
- Parent
- cdcVFileEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-DATA-COLLECTION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DATA-COLLECTION-MIB::cdcVFileCollectionPeriod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DATA-COLLECTION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DATA-COLLECTION-MIB::cdcVFileCollectionPeriod.<cdcVFileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DATA-COLLECTION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DATA-COLLECTION-MIB::cdcVFileCollectionPeriod'
Syntax
secondsUnsigned32
Values & Constraints
Object Constraints
range: 60-604800
Conformance
Member of