In: Computer Science
What is the error message that occurs when the manager sends Set_Request to a read-only object? Also, list out any three error messages in SNMP v1.
ANSWER :
The error-status and error-index fields should indicate the first variable that was unable to be retrieved due the error indicated by error-status. To determine that any of the remaining variables are also unable to be retrieved, the indicated error needs to be corrected (e.g. variable removed from the request, OID corrected, etc.) and the request re-sent. At that point, the error-status and error-index of the response would indicate the next variable with an error (if any).
SNMP_ERRORSTATUS_READONLY
The requested SNMP operation tried to change a variable that was not allowed to change, according to the community profile of the variable.
list out any three error messages in SNMP v1.
Hope it helps... please give an upvote. it's very important to me...thank you:)