configure snmpv3 delete user
ExtremeWare Software 7.3.0 Command Reference Guide 153
configure snmpv3 delete user
configure snmpv3 delete user [all-non-defaults | {hex} <user name>]
Description
Delete an existing SNMPv3 user.
Syntax Description
Default
N/A.
Usage Guidelines
Use this command to delete an existing user.
Use the
all-non-defaults
keyword to delete all users, except for the default (permanent) users. The
default user names are: admin, initial, initialmd5, initialsha, initialmd5Priv, initialshaPriv.
Deleting a user will not implicitly remove the related group to user association from the
VACMSecurityToGroupTable. To remove the association, use the following command:
configure snmpv3 delete group {{hex} <group name>} user [all-non-defaults | {{hex}
<user name> {sec-model [snmpv1|snmpv2c|usm]}}]
Example
The following command deletes all non-default users:
configure snmpv3 delete user all-non-defaults
The following command deletes the user guest:
configure snmpv3 delete user guest
History
This command was first available in ExtremeWare 7.1.0.
Platform Availability
This command is available on all platforms.
all-non-defaults Specifies that all non-default (non-permanent) users are to be deleted.
hex Specifies that the value to follow is to be supplied as a colon separated string
of hex octets.
user name Specifies the user name to add or to clone from.