Configuring snmp access views – ADC CUDA 3 User Manual

Page 167

Advertising
background image

Cuda 12000 IP Access Switch CLI-based Administration Guide

Configuring SNMP Access Control

165

Configuring SNMP Access Views

SNMP Access Views control access to a MIB subtree. Configuring SNMP
Access Views involves the following:

1. Creating a MIB view. You create a MIB view by specifying a name for the

view, by defining the MIB subtree to be viewed, and by specifying
whether instances of the MIB subtree are included in the MIB view or
excluded from the MIB view.

2. Specifying the storage type for the view.

3. Specifying the status of the view.

The following table describes the parameters that you set to configure SNMP
Views:

Table 9-1 Parameters Associated with SNMP View Configuration

Parameter

Description

View Name

The name of the MIB view.

Subtree

The MIB subtree that defines the family of view
subtrees.

Type

Indicates whether the instances of the MIB
subtree are included or excluded from the MIB
view.

Storage

Indicates how the MIB view is stored.The options
are:

volatile: The entry is stored in volatile memory.
The information is lost during a system reboot.

nonvolatile (default): The entry is stored in
non-volatile memory. The information is not
lost during a system reboot.

permanent: The entry is stored in non-volatile
memory. You cannot delete the information
but you can make modifications.

readonly: The entry is stored in non-volatile
memory. You cannot delete or modify the
information.

Status

Indicates whether the MIB view is Active or Not in
Service. If status is set to Enable, the MIB view is
Active. If status is set to Disable, the MIB view is
not in service.

Advertising