Specifications
14-8
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 14 Configuring SNMP
Configuring SNMP
Configuring SNMP
• Disabling the SNMP Agent, page 14-8
• Configuring Community Strings, page 14-9
• Configuring SNMP Groups and Users, page 14-10
• Configuring SNMP Notifications, page 14-14
• Setting the Agent Contact and Location Information, page 14-18
• Limiting TFTP Servers Used Through SNMP, page 14-18
• Configuring MIB Data Collection and Transfer, page 14-19
• Configuring CPU Threshold Notification, page 14-22
Disabling the SNMP Agent
BEFORE YOU BEGIN
To determine whether the SNMP agent is enabled, use the show startup-config command. If the switch
startup configuration has at least one snmp-server global configuration command, the SNMP agent is
enabled.
DETAILED STEPS
The no snmp-server global configuration command disables all running versions (Version 1,
Version 2C, and Version 3) on the device. No specific Cisco IOS command exists to enable SNMP. The
first snmp-server global configuration command that you enter enables all versions of SNMP.
EXAMPLE
The following example disables the current running version of SNMP:
Switch(config)# no snmp-server
SNMPv3 authentication If no keyword is entered, the default is the noauth (noAuthNoPriv) security level.
SNMP notification type If no type is specified, all notifications are sent.
1. This is the default at switch startup when the startup configuration does not have any snmp-server global configuration commands.
Feature Default Setting
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
no snmp-server Disable the SNMP agent operation.
Step 3
end Return to privileged EXEC mode.
Step 4
show running-config Verify your entries.
Step 5
copy running-config startup-config (Optional) Save your entries in the configuration file.