Specifications

configure snmpv3 delete community
ExtremeWare XOS 10.1 Command Reference Guide 93
configure snmpv3 delete community
configure snmpv3 delete community [all-non-defaults | {{hex}
<community_index>} | {name {hex} <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
all-non-defaults Specifies that all non-default community entries are to be removed.
hex Specifies that the value to follow is to be supplied as a colon separated string
of hex octets.
community_index Specifies the row index in the snmpCommunityTable
community_name Specifies the community name.