Deletes an SNMPv3 community entry.
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. |
The default entries are public and private.
Use this command to delete an SMMPv3 community in the community MIB.
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
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.
This command is available on ExtremeSwitching X435, X440-G2, X450-G2, X460-G2, X465, X590, X620, and X695 series switches.