Specifications
86 ExtremeWare XOS 10.1 Command Reference Guide
Commands for Managing the Switch
configure snmpv3 add target-params
configure snmpv3 add target-params {hex} <param_name> user {hex}
<user_name> mp-model [snmpv1 | snmpv2c | snmpv3] sec-model [snmpv1 |
snmpv2c | usm] {sec-level [noauth | authnopriv | priv]} {volatile}
Description
Adds and configures SNMPv3 target parameters.
Syntax Description
Default
The default values are:
• sec-level—noauth
• non-volatile storage
Usage Guidelines
Use this command to create an entry in the SNMPv3 snmpTargetParamsTable. This table specifies the
message processing model, security level, security model, and the storage parameters for messages to
any target addresses associated with a particular parameter name.
To associate a target address with a parameter name, see the command configure snmpv3 add
target-addr
.
hex Specifies that the value to follow is to be supplied as a colon separated string
of hex octets.
param_name Specifies the parameter name associated with the target.
user_name Specifies a user.
mp-model Specifies a message processing model; choose from SNMPv1, SNMPv2, or
SNMPv3.
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.
volatile Specifies volatile storage.