
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