Specifications
14-22
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 14 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.
EXAMPLE
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 CPU Threshold Notification
CPU threshold notification can serve as a way to notify network operations staff when a predefined
threshold of CPU usage is surpassed. When this occurs an SNMP trap message for the top users of the
CPU is sent to the configured NMS systems.
BEFORE YOU BEGIN
Be familiar with the CPU utilization on your switch.
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