NetXMS Support Forum

English Support => General Support => Topic started by: m1975Michael on July 17, 2014, 07:33:26 PM

Title: SNMP Walk Error
Post by: m1975Michael on July 17, 2014, 07:33:26 PM
I am getting the following error message when I try to walk the tree.

"Walk MIB tree' had encounter a problem.
Cannot do SNMP MIB tree walk: Incompatible operation.

I have recompiled the MIB file.

Any suggestions would be helpful.  Thank you.

Title: Re: SNMP Walk Error
Post by: Victor Kirhenshtein on July 18, 2014, 01:06:30 PM
This message could popup if you try to call SNMP walk on non-node object (for example, template or cluster).

Best regards,
Victor
Title: Re: SNMP Walk Error
Post by: m1975Michael on July 21, 2014, 02:57:46 PM
Quote from: Victor Kirhenshtein on July 18, 2014, 01:06:30 PM
This message could popup if you try to call SNMP walk on non-node object (for example, template or cluster).

Best regards,
Victor

I was adding items to a template when I received that error message.  It would seem to me that you still should be able to walk the MIB even is in a template or even in the MIB browser.
Title: Re: SNMP Walk Error
Post by: Victor Kirhenshtein on July 22, 2014, 11:18:57 AM
SNMP walk is an actual SNMP request which returns actual data. You cannot send request to template as it is just a configuration element.

Best regards,
Victor