Chapter 8 User Authentication

SNMPv1 – The name of the view for anyone communicating with the device via SNMPv1.

SNMPv2c – The name of the view for anyone communicating with the device via SNMPv2c.

NoAuthNoPriv – The name of the view for SNMPv3 NoAuthNoPriv users.

AuthNoPriv – The name of the view for SNMPv3 AuthNoPriv users.

AuthPriv – The name of the view for SNMPv3 AuthPriv users.

Views

There are three types of views:

Read Views – Allow read-only access to a specified list of Object IDs (OIDs) in the MIB tree.

Write Views – Allow read-write access to a specified list of OIDs in the MIB tree.

Notify Views – Allow SNMP notifications from a specified list of OIDs to be sent.

Each view consists of a list of OIDs in the MIB tree. This list can be created using multiple snmp-server view” commands to either add OIDs to the list or exclude OIDs from a list of all of the OIDs in the switch’s MIB tree.

You can use wildcards to include or exclude an entire branch of OIDs in the MIB tree, using an asterisk instead of the specific node.

To create an SNMPv3 view, the following information must be provided:

ViewName – 32 character string representing the name of the view.

ViewType – Indicates whether the specified OID is included or excluded from the view.

OIDs – A list of the OIDs accessible using the view.

SNMP Commands

The following SNMP commands are available.

 

In order to...

Use the following command...

 

 

 

 

 

 

 

 

 

 

Enable SNMP access to the device

snmp-server enable

 

 

 

 

 

 

Disable SNMP access to the device

no snmp-server

 

 

 

 

 

 

Enable SNMPv1 access to the

snmp-server community

 

 

device

 

 

 

 

 

 

 

Disable SNMPv1 access to the

no snmp-server community

 

 

device

 

 

 

 

 

 

 

Configure the SNMPv3 engine ID

snmp-server engineID

 

 

 

 

 

 

 

 

 

Avaya P332G-ML User’s Guide

43

Page 59
Image 59
Avaya P332G-ML manual Views, Snmp Commands