class SnmpViewV3

ManagedElement
+-SystemFunctions
+-SysM
+-Snmp
+-SnmpViewV3

An SNMP view gives users access to SNMP MIBs.
This class explicitly defines a view for one or several SNMP V3 users. A user is identified by a user name.

Users that are not configured in any view, are by default given access to the following SNMP MIBs:
- Ericsson Alarm MIB
- SNMP-FRAMEWORK-MIB
- MIB-2

The default denies access to other SNMP MIBs. An explicit view configuration must be created if this default behaviour is not sufficient.

Attributes
SnmpOid[0..]
readOids
Defines which SNMP OIDs the user is allowed to read.
The defined OIDs and all their contained OIDs will be readable.
string
key
mandatory
noNotification
restricted
snmpViewV3Id
The value component of the RDN.
string[0..]
user
The SNMP V3 users that this view shall be applied on.
If a specific user is defined in more than one V3 view, the user will get access to the sum of the views. The information in this object will override the attribute isMibWriteable in all SnmpTargetV3 for these users.
SnmpOid[0..]
writeOids
Defines which SNMP OIDs the user is allowed to write.
The defined OIDs and all their contained OIDs will be writeable.

  class SnmpViewV3