AT-S62 Command Line User’s Guide
121
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 creates an SNMPv3 Target Parameters Table entry.
Examples
In the following command, the Target Parameters Table entry is called
“snmpv3mgr13” and user name is “user444.” The security model is set to
the SNMPv3 protocol. In addition, the security level is set to privacy and
the storage type is nonvolatile.
create snmpv3 targetparams=snmpv3mgr13
username=user444 securitymodel=v3
securitylevel=privacy storagetype=nonvolatile
In the following command, the Target Parameters Table entry is called
“snmpmanager” and the user name is “pat365.” The security model is set
to SNMPv3 protocol. In addition, the security level is set to
authentication and the storage type is nonvolatile.
create snmpv3 targetparams=snmpmanager
username=pat365 securitymodel=v3
securitylevel=authentication
storagetype=nonvolatile