Description, Examples – Allied Telesis AT-S63 User Manual

Page 310

Advertising
background image

Chapter 22: SNMPv3 Commands

310

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

The following command creates a security group 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

The following command creates a security group 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

The following command creates a security group called “hwengineering”

with a security model of SNMPv3 and a security level of noauthentication.
In addition, the security group has a read view named “internet.”

create snmpv3 access=hwengineering securitymodel=v3
securitylevel=authentication readview=internet

Advertising