
Hi,
When Iam giving a walk on iso node, it is failing. I found that the Manager (both Scotty & MGSoft Mib Browser) are sending a request with OID 1.0. Because of this it's failing in the agent side.
Questions: ======== 1. Whether we can give a walk from iso ??? 2. If we can do that, then whether the Manager sending the request OID as 1.0 is correct or wrong??? 3. Since there is no node 1.0 registered with our Agent, should we return Failure or fetch the next registered node (1.3) and return to the Manager.
Please help me to sort this issue.
Thanks & Regards, Vivekanandan.V
*************************************************************************** This message is proprietary to Future Software Limited (FSL) and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended.
If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. FSL accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus. ***************************************************************************

Vivekanandan V writes:
Vivekanandan> When Iam giving a walk on iso node, it is failing. I Vivekanandan> found that the Manager (both Scotty & MGSoft Mib Vivekanandan> Browser) are sending a request with OID 1.0. Because of Vivekanandan> this it's failing in the agent side.
You are probably using the wrong mailing list for these questions. I will answer your questions below but please use a better place next time in case you have other questions.
Vivekanandan> Questions: ======== 1. Whether we can give a walk from Vivekanandan> iso ???
No. An OID value always has to have two subidentifier. Newer scotty versions reject attempts to walk "iso" by throwing an error.
Vivekanandan> 2. If we can do that, then whether the Manager Vivekanandan> sending the request OID as 1.0 is correct or wrong???
Since the manager has to send two subidentifier, it is implementation specific what happens.
Vivekanandan> 3. Since there is no node 1.0 registered with our Agent, Vivekanandan> should we return Failure or fetch the next registered Vivekanandan> node (1.3) and return to the Manager.
Your agent should do getnext processing as usual (that is fetching the next instance that exists).
/js
participants (2)
-
Juergen Schoenwaelder
-
Vivekanandan V