configure snmp delete community
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
123
configure snmp delete community
configure snmp delete community [readonly | readwrite] [all |
<alphanumeric_string>]
Description
Deletes 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
You must have at least one community string for SNMP access. If you delete all of the community
strings on your system, you will no longer have SNMP access, even if you have SNMP enabled.
The community strings allow a simple method of authentication between the switch and the remote
network manager. There are two types of community strings on the switch. 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. The community string for all authorized trap receivers must be
configured on the switch for the trap receiver to receive switch-generated traps. SNMP community
strings can contain up to 32 characters.
For increased security, Extreme Networks recommends that you change the defaults of the read/write
and read-only community strings.
Use the
configure snmp add
commands to configure an authorized SNMP management station.
Example
The following command deletes a read/write community string named
extreme
:
configure snmp delete community readwrite extreme
readonly
Specifies read-only access to the system.
readwrite
Specifies read and write access to the system.
all
Specifies all of the SNMP community stings.
alphanumeric_string
Specifies an SNMP community string name. See “Usage Guidelines” for more
information.