ACCESS and MAX-ACCESS Clauses
Each MIB object definition contains either an ACCESS (SNMPv1) or MAX-ACCESS (SNMPv2C) clause that defines the access rights to the object.
Note
For more information about installing the provider, see Setting up the WMI SNMP Environment.
The following table lists the mapping of the SNMPv1 ACCESS clause.
MIB ACCESS clause | CIM qualifier |
---|---|
read-only | Read |
read-write | Read, Write |
write-only | Write |
not-accessible | Not_Accessible |
The following table lists the mapping of the SNMPv2C MAX-ACCESS clause.
MIB-ACCESS clause | CIM qualifier |
---|---|
read-only | Read |
read-write | Read, Write |
read-create | Read |
accessible-for-notify | Not_Accessible |
not-accessible | Not_Accessible |
When a MIB object maps to not-accessible and is not a keyed property of the class, there is no mapping of the MIB object itself.