ADC CUDA 3 User Manual

Page 168

Advertising
background image

ADC Telecommunications, Inc.

166

C

HAPTER

9: S

IMPLE

N

ETWORK

M

ANAGEMENT

P

ROTOCOL

(SNMP)

Perform the following tasks to configure SNMP Access Views:

Tasks

Commands

1. Enter configuration mode.

root

2. Create a MIB view by performing

the following tasks:

Specify the name of the view.

Specify the MIB subtree that
defines the family of views. You
can enter the MIB value as an
Object Identifier (OID), and OID
with wildcards, or an OID name
description.

Set the corresponding instances
of the MIB subtree to be
included or excluded in the MIB
view.

snmp-server view

<view name>

<oid-tree> {included | excluded}

3. Specify the storage type for the

MIB view. By default, storage
type is set to NonVolatile.

snmp-server view

<view name>

<oid-tree> {included | excluded}

[storage {volatile | nonvolatile |
permanent | readonly}]

4. Set the status of the MIB view.

You enable or disable the status.
Enable sets the status to Active.
Disable sets the status to Not in
Service. By default, the status is
set to Active.

snmp-server view

<view name>

<oid-tree> {included | excluded}

[status {enable | disable}]

5. Display an SNMP MIB view.

show snmp view

[<view name>

]

6. Remove an SNMP MIB view.

no snmp-server view <view name>

Advertising