User guide
Appendix A
Global Configuration Mode Commands
SCE 1000 2xGBE Release 2.0.10 User Guide
A-30 OL-7117-02
[no] snmp-server community community-string [read-option] [acl-number]
Sets a community string.
The optional acl-number parameter states the access list number to restrict the managers that can
use this community.
Default no SNMP access
Authorization admin
Mode Global Configuration
P
ARAMETERS
community-string The SNMPv1 and SNMPv2c security string that identifies a
community of managers that can access the SNMP server.
read-option Legal values are ro and rw. The default ro (read-only) option
allows managers to view MIB variables. rw sets the variable to
read-write.
acl-number Access-list of managers that may access the SCE 1000 via SNMP.
E
XAMPLE:
The following example configures an SNMP managers community that has read-only permissions
for the SCE 1000 MIB. Only SNMP managers in access list 1 can access the SCE 1000.
SCE 1000(config)#snmp-server community public ro 1
SCE 1000(config)#
no snmp-server community all
Removes all configured communities.
Authorization admin
Mode Global Configuration
[no] snmp-server contact contact
Sets the MIB-2 variable system contact. Use the [no] form of this command to remove the contact
setting.
Authorization admin
Mode Global Configuration
P
ARAMETERS
contact A string that identifies the system contact.
E
XAMPLE:
The following example configures the system contact.
SCE 1000(config)#snmp-server contact Brenda@MyCompany.com
SCE 1000(config)#