Administrator Guide

Switch Management Commands 2136
Maps the internal security-name for SNMPv1 and SNMPv2 security
models to the group-name.
The community name may include any printable characters except a question
mark, a backslash, or an at sign. Enclose the string in double quotes to include
spaces within the name. The surrounding quotes are not used as part of the
name. The CLI does not filter illegal characters and may accept entries up to
the first illegal character, or reject the entry entirely.
Example
The following example maps a community access string dell_community to
group dell_group and restricts access to host 192.168.29.1.
console(config)# snmp-server community-group dell_community dell_group
ipaddress 192.168.29.1
snmp-server contact
Use the snmp-server contact command in Global Configuration mode to set
up a system contact (sysContact) string. To remove the system contact
information, use the no form of the command.
Syntax
snmp-server contact text
no snmp-server contact
text — Character string, 1 to 255 characters, describing the system
contact information.
Default Configuration
This command has no default configuration.
Command Mode
Global Configuration mode
User Guidelines
This command has no user guidelines.