configure snmpv3 delete user

configure snmpv3 delete user [all | [[hex hex_user_name] | user_name] {engine-id engine_id}]

Description

Deletes an existing SNMPv3 user.

Syntax Description

all Specifies that all users are to be deleted.
hex_user_name Specifies the user name to delete. The value is to be supplied as a colon separated string of hex octets.
user_name Specifies the user name to delete.
engine-id SNMP (Simple Network Management Protocol) engine ID
engine-id Engine ID in hexadecimal (Default: local engine ID)"; type="ostring_t

Default

N/A.

Usage Guidelines

Use this command to delete an existing user.

Deleting users does 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 hex_group_name] | group_name]} user [all-non-defaults | {[[hex hex_user_name] | user_name] {sec-model [snmpv1|snmpv2c|usm]}}]

Example

The following command deletes all users:

configure snmpv3 delete user all

The following command deletes the user "guest":

configure snmpv3 delete user guest

The following command deletes a remote user named "ambiguoususer" with engine id 11:22:33:

configure snmpv3 delete user ambiguoususer engine-id 11:22:33

History

This command was first available in ExtremeXOS 10.1.

The hex_user_name parameter was added in ExtremeXOS 11.0.

The engine_id keyword was added in ExtremeXOS 15.4.

The all-non-default keyword was replaced with the all keyword in ExtremeXOS 22.1.

Platform Availability

This command is available on the Summit X450-G2, X460-G2, X670-G2, X770, and ExtremeSwitching X440-G2, X620, X690, X870 series switches.