configure snmpv3 delete community
Description
Deletes an SNMPv3 community entry.
Syntax Description
all | Specifies that all 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. |
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 ExtremeXOS 10.1.
The hex_community_index and hex_community_name parameters were added in ExtremeXOS 11.0.
The all-non-defaults keyword was replaced with the all keyword in ExtremeXOS 22.1.
Platform Availability
This command is available on ExtremeSwitching 5320, 5420, 5520, and 5720 series switches.