Specifications
14-19
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 14 Configuring SNMP
Configuring SNMP
EXAMPLE
The following example shows how to limit the TFTP servers that can be used for copying configuration
files through SNMP to the servers in access list 44:
Switch(config)# snmp-server tftp-server-list 44
Configuring MIB Data Collection and Transfer
This section includes basic configuration for MIB data collection. For more information, see the chapter
“Periodic MIB Data Collection and Transfer Mechanism” in the SNMP Configuration Guide, Cisco IOS
Release 15M&T.
Configuring a Bulk-Statistics Object List and Schema Options
BEFORE YOU BEGIN
• Review the “MIB Data Collection and Transfer” section on page 14-6.
• Know what MIB information you want to monitor on your network devices, and the OIDs or object
names for the MIB objects to be monitored.
Step 3
access-list access-list-number {deny |
permit} source [source-wildcard]
Create a standard access list, repeating the command as
many times as necessary.
• For access-list-number, enter the access list number
specified in Step 2.
• The deny keyword denies access if the conditions are
matched. The permit keyword permits access if the
conditions are matched.
• For source, enter the IP address of the TFTP servers that
can access the switch.
• (Optional) For source-wildcard, enter the wildcard bits,
in dotted decimal notation, to be applied to the source.
Place ones in the bit positions that you want to ignore.
Recall that the access list is always terminated by an
implicit deny statement for everything.
Step 4
end Return to privileged EXEC mode.
Step 5
show running-config Verify your entries.
Step 6
copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose