DETAILED STEPS
PurposeCommand or Action
(Optional) The show command for this feature lists all bulk statistics virtual files (VFiles) on the
system that have finished collecting data. (Data files that are not complete are not displayed.)
show snmp mib
bulkstat transfer
transfer-name
Step 1
The output lists all of the completed local bulk statistics files, the remaining time left before the bulk
statistics file is deleted (remaining retention period), and the state of the bulk statistics file.
The “STATE” of the bulk statistics file is one of the following:
•
Queued--Indicates that the data collection for this bulk statistics file is completed (in other
words, the transfer interval has been met) and that the bulk statistics file is waiting for transfer
to the configured destination(s).
•
Retry--Indicates that one or more transfer attempts have failed and that the file transfer will
be attempted again. The number of retry attempts remaining are displayed in parenthesis.
•
Retained--Indicates that the bulk statistics file has either been successfully transmitted or that
the configured number of retries have been completed.
To display only the status of a named transfer (as opposed to all configured transfers), specify the
name of the transfer in the transfer-name argument.
show snmp mib bulkstat transfer Sample Output
RP/0/RSP0/CPU0:router# show snmp mib bulkstat transfer
Transfer Name : ifmib
Retained files
File Name : Time Left (in seconds) :STATE
---------------------------------------------------------------------
ifmib_Router_020421_100554683 : 173 : Retry (2 Retry attempt(s) Left)
Periodic MIB Data Collection and Transfer: Example
This example shows how to configure periodic MIB data collection and transfer:
snmp-server mib bulkstat object-list cempo
add cempMemPoolName
add cempMemPoolType
!
snmp-server mib bulkstat schema cempWild
object-list cempo
instance wild oid 8695772
poll-interval 1
!
snmp-server mib bulkstat schema cempRepeat
object-list cempo
instance repetition 8695772.1 max 4294967295
poll-interval 1
!
snmp-server mib bulkstat transfer-id cempt1
enable
Cisco ASR 9000 Series Aggregation Services Router System Management Configuration Guide, Release 5.1.x
392
Configuring Periodic MIB Data Collection and Transfer
Periodic MIB Data Collection and Transfer: Example