configure snmpv3 add access
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
129
configure snmpv3 add access
configure snmpv3 add access [[hex <hex_group_name>] | <group_name>] {sec-
model [snmpv1 | snmpv2c | usm]} {sec-level [noauth | authnopriv | priv]}
{read-view [[hex <hex_read_view_name>] | <read_view_name>]} {write-view
[[hex <hex_write_view_name>]] | <write_view_name>]} {notify-view [[hex
<hex_notify_view_name]] | <notify_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
hex_group_name
Specifies the group name to add or modify. The value is to be supplied as a
colon separated string of hex octets.
group_name
Specifies the group name to add or modify. The value is to be supplied 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.
read-view
Specifies the read view name:
•
hex_read_view_name
—Specifies a hex value supplied as a colon
separated string of hex octets
•
read_view_name
—Specifies an ASCII value
write-view
Specifies the write view name:
•
hex_write_view_name
—Specifies a hex value supplied as a colon
separated string of hex octets
•
write_view_name
—Specifies an ASCII value
notify-view
Specifies the notify view name:
•
hex_notify_view_name
—Specifies a hex value supplied as a colon
separated string of hex octets
•
notify_view_name
—Specifies an ASCII value
volatile
Specifies volatile storage.