hit counter script

Cisco NCS 6000 Series Configuration Manual page 103

System management configuration guide, release 5.0.x
Hide thumbs Also See for NCS 6000 Series:
Table of Contents

Advertisement

Configuring Periodic MIB Data Collection and Transfer
Command or Action
Step 3
buffer-size bytes
Example:
RP/0/RP0/CPU0:router(config-bulk-tr)#
buffersize 3072
Step 4
format {bulkBinary | bulkASCII |
schemaASCII}
Example:
RP/0/RP0/CPU0:router(config-bulk-tr)#
format schemaASCII
Step 5
schema schema-name
Example:
RP/0/RP0/CPU0:router(config-bulk-tr)#
schema ATM2/0-IFMIB
RP/0/RP0/CPU0:router(config-bulk-tr)#
schema ATM2/0-CAR
RP/0/RP0/CPU0:router(config-bulk-tr)#
schema Ethernet2/1-IFMIB
Step 6
transfer-interval minutes
Example:
RP/0/RP0/CPU0:router
RP/0/RP0/CPU0:router(config-bulk-tr)#
transfer-interval 20
Step 7
url primary url
Example:
RP/0/RP0/CPU0:router(config-bulk-tr)# url
primary
ftp://user:password@host/folder/bulkstat1
Step 8
url secondary url
Example:
RP/0/RP0/CPU0:router(config-bulk-tr)# url
secondary
tftp://10.1.0.1/tftpboot/user/bulkstat1
Step 9
retry number
Example:
RP/0/RP0/CPU0:router(config-bulk-tr)#
retry 1
Purpose
(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.
If the maximum buffer size for a bulk statistics file is reached
Note
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.
(Optional) Specifies the format of the bulk statistics data file (VFile).
The default is schemaASCII.
Transfers can only be performed using schemaASCII
Note
(cdcSchemaASCII) format. SchemaASCII is a human-readable
format that contains parser-friendly hints for parsing data
values.
Specifies the bulk statistics schema to be transferred. Repeat this
command as desired. Multiple schemas can be associated with a single
transfer configuration; all collected data are placed in a single bulk data
file (VFile).
(Optional) Specifies how often the bulk statistics file are transferred, in
minutes. The default value is once every 30 minutes. The transfer interval
is the same as the collection interval.
Specifies the network management system (host) that the bulk statistics
data file is transferred to, and the protocol to use for transfer. The
destination is specified as a Uniform Resource Locator (URL). FTP or
TFTP can be used for the bulk statistics file transfer.
(Optional) Specifies a backup transfer destination and protocol for use
in the event that transfer to the primary location fails. FTP or TFTP can
be used for the bulk statistics file transfer.
(Optional) Specifies the number of transmission retries. The default
value is 0 (in other words, no retries). If an attempt to send the bulk
statistics file fails, the system can be configured to attempt to send the
file again using this command.
System Management Configuration Guide for the Cisco NCS 6000 Series Router, Release 5.0.x
Configuring Bulk Statistics Transfer Options
93

Advertisement

Table of Contents
loading

Table of Contents