Specifications

configure snmpv3 add access
ExtremeWare XOS 10.1 Command Reference Guide 77
The default groups defined (permanent) are v1v2c_ro for security names snmpv1 and snmpv2c,
v1v2c_rw for security names snmpv1 and snmpv2c, admin for security name admin, and initial for
security names initial, initialmd5, initialsha, initialmd5Priv and initialshaPriv.
The default access defined (permanent) are admin, initial, v1v2c_ro, v1v2c_rw, and v1v2cNotifyGroup.
Example
In the following command, access for the group defaultROGroup is created with all the default values:
security model
usm, security level noauth, read view defaultUserView, no write view, notify view
defaultNotifyView, and storage nonvolatile.
configure snmpv3 add access defaultROGroup
In the following command, access for the group defaultROGroup is created with the values: security
model
USM, security level authnopriv, read view defaultAdminView, write view defaultAdminView, notify
view defaultAdminView, and storage nonvolatile.
configure snmpv3 add access defaultROGroup sec-model usm sec-level authnopriv
read-view defaultAdminView write-view defaultAdminView notify-view defaultAdminView