25-20
Cisco ME 3800X and 3600X Switch Software Configuration Guide
OL-23400-01
Chapter 25 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.
Configuring the Cisco Process MIB CPU Threshold Table
You can use the CLI to configure the Cisco Process MIB CPU threshold table.
Note
For commands for configuring the Cisco Process MIB CPU threshold table, see the Cisco IOS
Commands Master List, Release 12.4, at this URL at this URL:
http://www.cisco.com/en/US/products/ps6350/products_product_indices_list.html
Beginning in privileged EXEC mode, follow these steps to configure a CPU threshold table:
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
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
process cpu statistics limit
entry-percentage number [size seconds]
Set the process entry limit and the size of the history table for CPU
utilization statistics.
•
For entry-percentage number, enter the percentage (1 to 100)
of CPU utilization that a process must use to become part of the
history table.
•
(Optional) For size seconds, set the duration of time in seconds
for which CPU statistics are stored in the history table. The
range is from 5 to 86400 seconds; the default is 600.