Set snmpv3 view, Syntax, Parameters – Allied Telesis AT-S63 User Manual
Page 352: Description, Examples
Chapter 22: SNMPv3 Commands
352
SET SNMPV3 VIEW
Syntax
set snmpv3 view=
view
[subtree=OID|text]
mask=
mask
[type=included|excluded]
[storagetype=volatile|nonvolatile]
Parameters
view
Specifies the name of the view, up to 32
alphanumeric characters.
subtree
Specifies the view subtree view. Options are:
OID
A numeric value in hexadecimal format.
text
Text name of the view.
mask
Specifies the subtree mask, in hexadecimal format.
type
Specifies the view type. Options are:
included
Permits the user assign to this View
Name to see the specified subtree.
excluded
Does not permit the user assigned
to this View Name to see the
specified subtree.
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 an SNMPv3 View Table entry.
Examples
The following command modifies the view called “internet1.” The subtree
is set to the Internet MIBs and the view type is included.
set snmpv3 view=internet1 subtree=internet type=included