Chapter 7: SNMPv3 Commands
110
writeview Specifies a Write View Name that allows the users
assigned to this Security Group to write, or modify, the
information in the specified View Table. This is an
optional parameter. If you do not assign a value to this
parameter, then the writeview parameter defaults to
none.
notifyview Specifies a Notify View Name that allows the users
assigned to this Group Name to send traps permitted
in the specified View. This is an optional parameter. If
you do not assign a value to this parameter, then the
notifyview parameter defaults to none.
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 Access Table entry.
Examples
In the following command, a security group is created called
“testengineering” with a security model of SNMPv3 and a security level
of privacy. The security group has a read view named “internet,” a write
view named private, and a notify view named “internet.” The storage
type is nonvolatile storage.
create snmpv3 access=testengineering
securitymodel=v3 securitylevel=privacy
readview=internet writeview=private
notifyview=internet storage=nonvolatile
In the following command, a security group is created called
“swengineering” with a security model of SNMPv3 and a security level of
authentication. In addition, the security group has a read view named
“internet,” a write view named experimental, and a notify view named
“mgmt” (management). The storage type group is nonvolatile storage.
create snmpv3 access=swengineering
securitymodel=v3 securitylevel=authentication
readview=internet writeview=experimental
notifyview=mgmt storage=nonvolatile