Specifications
76 ExtremeWare XOS 10.1 Command Reference Guide
Commands for Managing the Switch
configure snmpv3 add access
configure snmpv3 add access {hex} <group_name> {sec-model [snmpv1 | snmpv2
| usm]} {sec-level [noauth | authnopriv | authpriv]} {read-view {hex}
<view_name>} {write-view {hex} <view_name>} {notify-view {hex} <view_name>}
{volatile}
Description
Creates (and modifies) a group and its access rights.
Syntax Description
Default
The default values are:
• sec-model—USM
• sec-level—noauth
• read view name—defaultUserView
• write view name— “”
• notify view name—defaultUserView
• non-volatile storage
Usage Guidelines
Use this command to configure access rights for a group. All access groups are created with a unique
default context, “”, as that is the only supported context.
A number of default (permanent) groups are already defined. These groups are: admin, initial, v1v2c_ro,
v1v2c_rw.
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.
snmpv2 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.
read-view Specifies the read view name.
write-view Specifies the write view name.
notify-view Specifies the notify view name.
volatile Specifies volatile storage.