Specifications

configure snmp add community
ExtremeWare XOS 10.1 Command Reference Guide 69
configure snmp add community
configure snmp add community [readonly | readwrite] <alphanumeric_string>
Description
Adds an SNMP read or read/write community string.
Syntax Description
Default
The default read-only community string is public. The default read/write community string is private.
Usage Guidelines
Community strings provide a simple method of authentication between a switch and a remote network
manager. Read community strings provide read-only access to the switch. The default read-only
community string is public. Read-write community strings provide read and write access to the switch.
The default read/write community string is private. Sixteen read-only and sixteen read/write
community strings can be configured on the switch, including the defaults.
An authorized trap receiver must be configured to use the correct community strings on the switch for
the trap receiver to receive switch-generated traps. In some cases, it may be useful to allow multiple
community strings so that all switches and trap receivers are not forced to use identical community
strings. The
configure snmp add community command allows you to add multiple community
strings in addition to the default community string.
An SNMP community string can contain up to 32 characters.
Extreme Networks recommends that you changed the defaults of the community strings. To change the
value of the default read/write and read-only community strings, use the
configure snmp delete
community
command.
Example
The following command adds a read/write community string with the value extreme:
configure snmp add community readwrite extreme
readonly Specifies read-only access to the system.
readwrite Specifies read and write access to the system.
alphanumeric_string Specifies an SNMP community string name. See Usage Guidelines for more
information.