Edit Security SNMP
| Item | Description |
|
| ReadWriteAll | When an SNMP message is received by this entity, 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 doesn't match, the rcSysCommReadWrite string is compared next. |
| ReadWrite | When an SNMP message is received by this entity, the community string in the message is compared with this string second. If it matches, read-write access is granted to all items in the MIB except community strings. (Community strings appear empty when read and return a no such name error when an attempt is made to write them.) If it doesn't match, the rcSysCommReadWriteLayer3 string is compared next. |
| ReadWriteLayer3 | When an SNMP message is received by this entity, the community string in the message is compared with this string third. If it matches, read-write access is granted to all Layer-3 items in the MIB except community strings. (Community strings appear empty when read and return a no such name error when an attempt is made to write them.) If it doesn't match, the rcSysCommReadWriteLayer2 string is compared next. |
| ReadWriteLayer2 | When an SNMP message is received by this entity, the community string in the message is compared with this string fourth. If it matches, read-write access is granted to all Layer-2 items in the MIB except community strings. (Community strings appear empty when read and return a no such name error when an attempt is made to write them.) If it doesn't match, the rcSysCommReadOnly 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 third. 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 doesn't match, no access is granted, no response is sent back to the SNMP requester, and SNMP traps are sent to the SNMP trap receiver(s) if configured. |
| snmpOutTooBigs | 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.' |
| snmpOutNoSuchNames | 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'. |
| snmpOutBadValues | 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'. |
| snmpOutGenErrs | 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'. |
| snmpInBadVersions | The total number of SNMP Messages which were delivered to the SNMP protocol entity and were for an unsupported SNMP version. |
| snmpInBadCommunityNames | The total number of SNMP Messages delivered to the SNMP protocol entity which used a SNMP community name not known to said entity. |
| snmpInBadCommunityUses | 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. |
| snmpInASNParseErrs | The total number of ASN.1 or BER errors encountered by the SNMP protocol entity when decoding received SNMP Messages. |
| snmpInTooBigs | 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'. |
| snmpInNoSuchNames | 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'. |
| snmpInBadValues | 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'. |
| snmpInReadOnlys | 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. |
| snmpInGenErrs | 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'. |