SUMMARY STEPS
1.
configure
2.
snmp-server mib bulkstat transfer-id transfer-id
3.
buffer-size bytes
4.
format
{
schemaASCII
}
5.
schema schema-name
6.
transfer-interval minutes
7.
url primary url
8.
url secondary url
9.
retry number
10.
retain minutes
11.
enable
12.
commit minutes
DETAILED STEPS
Purpose
Command or Action
configure
Step 1
Identifies the transfer configuration with a name (
transfer-id
argument)
and enters bulk statistics transfer configuration mode.
snmp-server mib bulkstat transfer-id
transfer-id
Example:
RP/0/RP0/CPU0:router(config)# snmp-server
mib
bulkstat transfer bulkstat1
Step 2
(Optional) Specifies the maximum size for the bulk statistics data file,
in bytes. The valid range is from 1024 to 2147483647 bytes. The default
buffer size is 2048 bytes.
buffer-size bytes
Example:
RP/0/RP0/CPU0:router(config-bulk-tr)#
buffersize 3072
Step 3
If the maximum buffer size for a bulk statistics file is reached
before the transfer interval time expires, all additional data
received is deleted. To correct this behavior, you can decrease
the polling frequency, or increase the size of the bulk statistics
buffer.
Note
(Optional) Specifies the format of the bulk statistics data file (VFile).
The default is schemaASCII.
format
{
schemaASCII
}
Example:
RP/0/RP0/CPU0:router(config-bulk-tr)#
format schemaASCII
Step 4
Transfers can only be performed using schemaASCII
(cdcSchemaASCII) format. SchemaASCII is a human-readable
format that contains parser-friendly hints for parsing data values.
Note
Specifies the bulk statistics schema to be transferred. Repeat this
command as desired. Multiple schemas can be associated with a single
schema schema-name
Example:
RP/0/RP0/CPU0:router(config-bulk-tr)#
Step 5
transfer configuration; all collected data are placed in a single bulk data
file (VFile).
schema TenGigE 0/5/0/11/1
System Management Configuration Guide for Cisco NCS 5000 Series Routers, IOS XR Release 6.2.x
72
Configuring Periodic MIB Data Collection and Transfer
Configuring Bulk Statistics Transfer Options