ReadWriteAll
|
When an SNMP message is received, the community string in the message is compared with this string first. If it matches, Read-Write access is granted to all items in the MIB. If it does not match, the ReadWrite string is compared next.
|
ReadWrite
ReadWriteLayer3
ReadWriteLayer2
ReadWriteLayer1
|
When an SNMP message is received, the community string in the message is compared with these strings second, third, and fourth, respectively. If it matches, Read-Write access is granted to the appropriate items in the MIB except community strings. (Community strings appear empty when read and return a noSuchName error when an attempt is made to write them.) If it does not match, the ReadOnly string is compared next.
|
ReadOnly
|
When an SNMP message is received by this entity, the community string in the message is compared with this string fifth. If it matches, Read-Only access is granted to all items in the MIB except community strings. (Community strings appear empty when read.) If it does not match, no access is granted, no response is sent back to the SNMP requester, and SNMP traps are sent to the SNMP trap receivers if configured.
|
OutTooBigs
|
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field is `tooBig.'
|
OutNoSuchNames
|
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status is `noSuchName'.
|
OutBadValues
|
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field is `badValue'.
|
OutGenErrors
|
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field is `genErr'.
|
InBadVersions
|
The total number of SNMP Messages which were delivered to the SNMP protocol entity and were for an unsupported SNMP version.
|
InBadCommunity Names
|
The total number of SNMP Messages delivered to the SNMP protocol entity which used a SNMP community name not known to said entity.
|
InBadCommunity Users
|
The total number of SNMP Messages delivered to the SNMP protocol entity which represented an SNMP operation which was not allowed by the SNMP community named in the Message.
|
InASNParseErrs
|
The total number of ASN.1 or BER errors encountered by the SNMP protocol entity when decoding received SNMP Messages.
|
InTooBigs
|
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is `tooBig'.
|
InNoSuchNames
|
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is `noSuchName'.
|
InBadValues
|
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is `badValue'.
|
InReadOnlys
|
The total number valid SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is `readOnly'. It should be noted that it is a protocol error to generate an SNMP PDU which contains the value `readOnly' in the error-status field, as such this object is provided as a means of detecting incorrect implementations of the SNMP.
|
InGenErrors
|
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is `genErr'.
|