SNMP error message
SNMP
Errors that are likely to occur while working with SNMP Agents are listed under two categories. It has been categorized based on the versions. Please follow the links to know about them:
The following are some of the errors and their possible causes:
Error Message |
Request Timed Out to localhost. |
---|---|
Cause of the Problem |
This error is sent by the Mib Browser for the following conditions:
|
How to correct it |
Find out the reason for your problem from the above listed reasons and correct it.
The get-bulk error can be rectified by increasing the timeout value. |
Error Message |
General Error : |
---|---|
Cause of the Problem |
This error is send by the agent when a request is forwarded by the Proxy Agent to the Sub-agent and the sub-agent is not running in the specified port. |
How to correct it |
Find out the reason for your problem from the above listed reasons and correct it. |
Error Message |
No data available in this MIB. |
---|---|
Cause of the Problem |
|
How to correct it |
Find out the reason for your problem from the above listed reasons and correct it. |
Error Message |
End of Mib view. |
---|---|
Cause of the Problem |
This error might occur when a get-bulk request is made. The Get Bulk request uses nonrepeaters and maxrepetitions fields as specified in the Mib Browser Setting panel. The default value for maxrepetitions is 50 and the nonrepeaters value is 0. It means that the agent will do GET-NEXT 50 times. Initially agent will not have 50 MIB objects value, so it will give the following error : Error Indication in response: This is a end of Mib View. |
How to correct it |
If you reduce the maxrepetitions value to 10 then you will get the proper response from the agent. |
Error Message |
No ObjectID specified. |
---|---|
Cause of the Problem |
This error occurs when a request is made without selecting an object in the MibTree. |
How to correct it |
Select an object in the Mib Tree before making the request. |
Error Message |
In VxWorks : No Such Variable Name. |
---|---|
Cause of the Problem |
This error may occur, if -fsigned-char is not added to the VxWorks Compiler tab. |
How to correct it |
Add -fsigned-char to the VxWorks compiler tab. |
The following are some of the errors and their possible causes which you might encounter while adding new users or testing for the v3 agent:
Error Message |
Discovery Failed |
---|---|
Cause of the Problem |
a. You will get this error if you try to add a user with "Auth,Priv", or "Auth,noPriv", or "noAuthnoPriv" security level in the v3settings tab of the Mibbrowser without starting the agent. b. The Port number specified may be wrong. c. The Ip Address may be wrong. |
How to correct it |
Check if the agent is started at the correct port number as specified in the v3 settings tab. If not, start the agent and add the new user entry. |
Error Message |
Time sync failed for user <username>. |
---|---|
Cause of the Problem |
You will get this error in the following cases if you provide the wrong user name/password while adding the user in the Manager to test the v3 agent. That is, the user name provided does not exist in the USM user table. |
How to correct it |
Enter the correct UserName and password as provided in the USM user table. |
Error Message |
A authorization failed error occurred. |
---|---|
Cause of the Problem |
You will get this error in the text area of the Mib Browser while trying to do a get/set for the v3 agent. This error occurs in the following cases : a. If the v3 user is not provided access in the vacmviewtreefamilytable for the object being queried. For example, the access provided for the user authUserSHA in the vacmviewtreefamilytable is .1.3.6.1.6.3.16. If this user tries to do a get on the v3 agent with Object ID .1.3.6.1.4.1.2162.4.1.1, the above error is displayed. b. If the context name provided in the Mib Browser is not the same as that configured in the vacmContextTable for that user. For example, the context name provided for the user authUserSHA in the vacmcontexttable is "auth". If this user tries to access the v3 agent by providing the context name as "noauth" in the Mib Browser, the above error is displayed. |
How to correct it |
Find out the cause of your problem from the above listed reasons and do the necessary changes. |
Error Message |
End of Mib view error. |
---|---|
Cause of the Problem |
You will get this error in the text area of the Mib Browser while trying to do a get-next for the v3 agent. This error occurs if the context name provided in the Mib Browser is not the same as that configured in the vacmContextTable for that user. For example, the context name provided for the user authUserSHA in the vacmcontexttable is "auth". If this user tries to access the v3 agent by providing the context name as "noauth" in the Mib Browser, the above error is displayed. |
How to correct it |
Find out the cause of your problem from the above listed reason and do the necessary changes. |
Error Message |
If I do a request on my OID, I get the response: usmStatsNotInTimeWindows(.1.3.6.1.6.3.15.1.1.2.0) |
---|---|
Cause of the Problem |
The error , "Not In Time Window", means that the sent request EngineTime and EngineBootCnt may be different from agent's EngineTime and EngineBootCnt. The possible reason is, the agent would have restarted. |
How to correct it |
The subsequent queries will be success, since the "Not In Time Window" error response has both the latest EngineTime and EngineBootCnt of agent. |
Error Message |
"User not successfully cloned" error when using snmpUSMRemoteConfigure.java command line tool. |
---|---|
Cause of the Problem |
You will get this error when you try to create a new user in the agent using an existing user from the remote. The possible reasons are
|
How to correct it |
Find out the reason of your problem from the above listed reasons. Delete the row from the USM table of new user if created. Run snmpUSMRemoteConfigure.java command line tool again with correct inputs. |
Error Message |
Getting "USM keychange is not successful" error when using snmpUSMKeyChange.java command line tool. |
---|---|
Cause of the Problem |
You will get this error when you try to change the auth password or priv password of another user or yours. The possible reasons if key change for another user are,
The possible reasons if key change for same user are
|
How to correct it |
Find out the reason for your problem from the above listed reasons and provide the correct inputs. |
Error Message |
Unable to Decode PDU. |
---|---|
Cause of the Problem |
This error will occur when the cryptix classes or jdk1.2 classes are not in the classpath for the privacy support. |
How to correct it |
The classes should be set correctly. |
|