29-19
Cisco ME 3400 Ethernet Access Switch Software Configuration Guide
OL-9639-06
Chapter 29 Configuring SNMP Configuring SNMP
Enter the no enable bulk statistics transfer configuration mode command to stop the collection process.
Enter the enable command again to restart the operation. Every time you restart the process with the
enable command, data is collected in a new bulk-statistics file.
This is an example of configuring the bulk-statistics transfer and enabling the collection process:
Switch(config)# snmp mib bulkstat transfer testtransfer
Switch(config-bulk-tr)# format schemaASCII
Switch(config-bulk-tr)# buffer-size 2147483647
Switch(config-bulk-tr)# schema testschema1
Switch(config-bulk-tr)# schema testschema2
Switch(config-bulk-tr)# transfer-interval 1
Switch(config-bulk-tr)# url primary tftp://host/folder/bulkstat1
Switch(config-bulk-tr)# retain 20
Switch(config-bulk-tr)# retry 2
Switch(config-bulk-tr)# enable
Switch(config-bulk-tr)# exit
Enter the show snmp mib bulk transfer privileged EXEC command to view the configured transfer
operation.
Step 6 transfer-interval minutes (Optional) Specify the length of time that the system should collect
MIB data before attempting the transfer operation. The valid range
is from 1 to 2147483647 minutes; the default is 30 minutes. The
transfer interval is the same as the collection interval.
Step 7 url primary URL Specify the NMS (host) that the bulk-statistics file should be
transferred to and the protocol to use for transfer (FTP, RCP, or
TFTP). You also can optionally enter the url secondary command
to specify a backup transfer destination.
Step 8 retry number (Optional) Specify the number of transmission re tries. The range is
from 1 to 100; the default is 0 (no retries).
Step 9 retain minutes (Optional) Specify how long the bulk-statistics file should be kept
in system memory. The valid range is 0 to 20000 minutes; the
default is 0 (the file is deleted immediately after a successful
transfer).
Step 10 enable Begin the bulk-statistics data collection and transfer process for
this configuration. You must enter this command to start periodic
collection and transfer.
Step 11 end Return to privileged EXEC mode.
Step 12 show mib bulk transfer Verify your entries.
Step 13 copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose