Deletes access rights for a group.
all-non-defaults | Specifies that all non-default (non-permanent) security groups are to be deleted. |
hex_group_name | Specifies the group name to be deleted. The value is to be supplies as a colon separated string of hex octets. |
group_name | Specifies the group name to be deleted in ASCII format. |
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. |
priv | Specifies authentication and privacy for the security level. |
sec-model—USM.
sec-level—noauth.
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 hex_group_name] |group_name]} user [all-non-defaults | {[[hexhex_user_name] |user_name] {sec-model [snmpv1|snmpv2c|usm]}}]The following command deletes all entries with the group name userGroup:
configure snmpv3 delete access userGroup
The following command deletes the group userGroup with the security model snmpv1 and security level of authentication and no privacy (authnopriv):
configure snmpv3 delete access userGroup sec-model snmpv1 sec-level authnopriv
This command was first available in ExtremeXOS 10.1.
The hex_group_name parameter was added in ExtremeXOS 11.0.