Commands for Managing the Switch
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
148
configure snmpv3 delete access
configure snmpv3 delete access [all-non-defaults | {[[hex <hex_group_name>]
| <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 <hex_group_name>] | <group_name>]} user [all-non-
defaults | {[[hex <hex_user_name>] | <user_name>] {sec-model [snmpv1|snmpv2c|usm]}}]
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.