Specifications
configure snmpv3 delete access
ExtremeWare XOS 10.1 Command Reference Guide 91
configure snmpv3 delete access
configure snmpv3 delete access [all-non-defaults | {{hex} <group_name>
{sec-model [snmpv1 | snmpv2c | usm] sec-level [noauth | authnopriv |
priv]}}]
Description
Deletes access rights for a group.
Syntax Description
Default
The default values are:
• sec-model—USM
• sec-level—noauth
Usage Guidelines
Use this command to remove access rights for a group. Use the all-non-defaults keyword to delete
all the security groups, except for the default groups. The default groups are: admin, initial, v1v2c_ro,
v1v2c_rw.
Deleting an access 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 entries with the group name userGroup:
configure snmpv3 delete access userGroup
all-non-defaults Specifies that all non-default (non-permanent) security groups are to be
deleted.
hex Specifies that the value to follow is to be supplied as a colon separated string
of hex octets.
group_name Specifies the group name to add or modify.
sec-model Specifies the security model to use.
snmpv1 Specifies the SNMPv1 security model.
snmpv2c Specifies the SNMPv2c security model.
usm Specifies the SNMPv3 User-based Security Model (USM).
sec-level Specifies the security level for the group.
noauth Specifies no authentication (and implies no privacy) for the security level.
authnopriv Specifies authentication and no privacy for the security level.
authpriv Specifies authentication and privacy for the security level.