Device Online Help # Go back one pageGo to the next page#Go to this book's Index

SNMP tab fields


Field Description
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 read/write 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 that 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 that 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 that 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 that 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 that 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 that used an SNMP community name not known to said entity.
InBadCommunity
Users

The total number of SNMP messages delivered to the SNMP protocol entity that represented an SNMP operation 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 that 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 that 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 that 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 that were delivered to the SNMP protocol entity and for which the value of the error-status field is "read-only". It should be noted that it is a protocol error to generate an SNMP PDU that contains the value "read-only" 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 that were delivered to the SNMP protocol entity and for which the value of the error-status field is "genErr."

See also


Go back one pageGo to the next page##Go to this book's Index