Technical information

ADC Telecommunications, Inc.
576 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
snmp-server view
Creates an SNMP access view, which controls access to a MIB subtree.
Mode
root
Syntax
snmp-server view <view-name> <oid-tree>
{included | excluded}
[storage {volatile | nonvolatile | permanent | readonly}]
[status {enable | disable}]
Arguments
<view-name> Name of the view. If the name is a zero length string, no access is
allowed. The range is 1 to 32 characters.
<oid-tree> MIB subtree that defines the family of view subtrees. You can
enter in the MIB value as an Object Identifier (OID), an OID with
wildcards, or an OID name description, such as, sysDescr.
{included | excluded} Specify one of these arguments:
included – The corresponding instances of the MIB subtree are
included in the MIB view.
excluded – The corresponding instances of the MIB subtree are
excluded from the MIB view.
storage {volatile |
nonvolatile | permanent
| readonly}
Specifies how the view entry is stored:
volatile – Entry is stored in volatile memory. The information is
lost during a system reboot.
nonvolatile (default) – Entry is stored in non-volatile memory.
The information is not lost during a system reboot.
permanent – Entry is stored in non-volatile memory. You
cannot delete the information but you can make modifications.
readonly – Entry is stored in non-volatile memory. You cannot
delete or modify the information.
status {enable | disable} Enables or disables the view entry. The entry is enabled by default.