user manual
DETAILED STEPS
PurposeCommand or Action
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Disables the SNMP agent operation.no snmp-server
Example:
Switch(config)# no snmp-server
Step 2
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 3
Configuring Community Strings
You use the SNMP community string to define the relationship between the SNMP manager and the agent.
The community string acts like a password to permit access to the agent on the switch. Optionally, you can
specify one or more of these characteristics associated with the string:
•
An access list of IP addresses of the SNMP managers that are permitted to use the community string to
gain access to the agent
•
A MIB view, which defines the subset of all MIB objects accessible to the given community
•
Read and write or read-only permission for the MIB objects accessible to the community
Beginning in privileged EXEC mode, follow these steps to configure a community string on the switch.
SUMMARY STEPS
1.
configure terminal
2.
snmp-server community string [view view-name] [ro | rw] [access-list-number]
3.
access-list access-list-number {deny | permit} source [source-wildcard]
4.
end
Catalyst 2960-X Switch Network Management Configuration Guide, Cisco IOS Release 15.0(2)EX
OL-29044-01 51
Configuring Simple Network Management Protocol
Configuring Community Strings