Chapter 7: SNMPv3 Commands
144
securitylevel Specifies the security level. The options are:
noauthentication This option provides no
authentication protocol and no
privacy protocol.
authentication This option provides an
authentication protocol, but no
privacy protocol.
privacy This option provides an
authentication protocol and the
privacy protocol.
storagetype Specifies the storage type of this table entry. This is an
optional parameter. The options are:
volatile Does not allow you to save the table
entry to the configuration file on the
switch. This is the default.
nonvolatile Allows you to save the table entry to
the configuration file on the switch.
Description
This command modifies a Target Parameters Table entry.
Examples
The following command modifies the Target Parameters Table entry
called “host23.” The user name is “user7990” and the security model is
the SNMPv3 protocol. The security level is set to the privacy level.
set snmpv3 targetparams=host23 username=loan1
securitymodel=v3 securitylevel=privacy
The following command modifies the Target Parameters Table entry
called “manager9”. The user name is “loan1” and the security model is
the SNMPv3 protocol. The security level is set to the authentication
protocol.
set snmpv3 targetparams=manager9 username=loan1
securitymodel=v3 securitylevel=authentication