Technical data

RackSwitch G8000 ISCLI Reference
Chapter 4: Configuration Commands
121BMD00128, September 2009
SNMPv3 Target Parameters Table Configuration
You can configure the Target Parameters entry and store it in the Target Parameters table in
the SNMP engine. This table contains parameters that are used to generate a message.
The parameters include the message processing model (for example: SNMPv3, SNMPv2c,
SNMPv1), the security model (for example: USM), the security name, and the security level
(noAuthnoPriv, authNoPriv, or authPriv).
Table 4-16 Target Parameters Table Configuration Commands
Command Syntax and Usage
snmp-server target-parameters {<1-16>} name <1-32 characters>
Configures the locally arbitrary, but unique identifier that is associated with this entry.
Command mode: Global configuration
snmp-server target-parameters {<1-16>} message {snmpv1|snmpv2c|snmpv3}
Configures the message processing model used to generate SNMP messages.
Command mode: Global configuration
snmp-server target-parameters {<1-16>} security {usm|snmpv1|snmpv2}
Selects the security model to be used when generating the SNMP messages.
Command mode: Global configuration
snmp-server target-parameters {<1-16>} user-name <1-32 characters>
Defines the name that identifies the user in the USM table on whose behalf the SNMP messages
are generated using this entry.
Command mode: Global configuration
snmp-server target-parameters {<1-16>}
level {noAuthNoPriv|authNoPriv|authPriv}
Selects the level of security to be used when generating the SNMP messages using this entry. The
level noAuthNoPriv means that the SNMP message will be sent without authentication and
without using a privacy protocol. The level authNoPriv means that the SNMP message will be
sent with authentication but without using a privacy protocol. The authPriv means that the
SNMP message will be sent both with authentication and using a privacy protocol.
Command mode: Global configuration
show snmp-server v3 target-parameters {<1-16>}
Displays the current targetParamsTable configuration.
Command mode: All