class SnmpViewV2C

ManagedElement
+-SystemFunctions
+-SysM
+-Snmp
+-SnmpViewV2C

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

Communities 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
string[0..]
community
The SNMP V2C communities that this view shall be applied on.
If a specific community is set in more than one V2 view, the user will get access to the sum of the views. The information in this object will override the attribute isMibWriteable in all SnmpTargetV2C for these communities.
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
snmpViewV2CId
The value component of the RDN.
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 SnmpViewV2C