Commands for Managing the Switch
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
150
configure snmpv3 delete community
configure snmpv3 delete community [all-non-defaults | {[[hex
<hex_community_index>] | <community_index>} | {name [[hex
<hex_community_name>] | <community_name>}]
Description
Deletes an SNMPv3 community entry.
Syntax Description
Default
The default entries are
public
and
private
.
Usage Guidelines
Use this command to delete an SMMPv3 community in the community MIB.
Example
The following command deletes an entry with the community index
comm_index
:
configure snmpv3 delete community comm_index
The following command creates an entry with the community name (hex) of
EA:12:CD:CF:AB:11:3C
:
configure snmpv3 delete community name hex EA:12:CD:CF:AB:11:3C
History
This command was first available in ExtremeWare XOS 10.1.
The
hex_community_index
and
hex_community_name
parameters were added in ExtremeWare XOS
11.0.
Platform Availability
This command is available on all platforms.
all-non-defaults
Specifies that all non-default community entries are to be removed.
hex_community_index
Specifies the row index in the snmpCommunityTable. The value is to be
supplied as a colon separated string of hex octets.
community_index
Specifies the row index in the snmpCommunityTable in ASCII format.
hex_community_name
Specifies the community name. The value is to be supplied as a colon
separated string of hex octets.
community_name
Specifies the community name in ASCII format.