Unable to get interface list from node?

Started by keefbeef, December 12, 2009, 01:17:47 AM

Previous topic - Next topic

keefbeef

I'm getting the following message when poll a avaya telecom switch.  I have multiple of these switches at the same software version, but I don't understand why one would return configuration information from a poll and other's wouldn't.  It appears that it cannot return information about interfaces on the switch.  Any ideas?

Unable to get interface list from node
 Interface "lan0" is no longer exists

Keith

Victor Kirhenshtein

I don't have any experience with Avaya devices, but some common problems are:
1) may be switch does not respond to SNMP requests at all, due to incorrect community string, firewall settings, etc.?
2) may be some sort of security configuration on the device which restricts MIB tree access, and NetXMS server does not have access to interface part of MIB tree?

Could you please post entire output of configuration poll?

Best regards,
Victor

keefbeef

I temporary got this resolved by a restart on the telephone switch, but continue to get the following error when polling configuration.

[13-Dec-2009 21:50:25] Sending poll request to server...
[13-Dec-2009 21:50:25] Poll request accepted
[13-Dec-2009 21:50:25] Starting configuration poll for node AntrimCH-PBX
[13-Dec-2009 21:50:25] Checking node's capabilities...
[13-Dec-2009 21:50:25]    Checking SNMP...
[13-Dec-2009 21:50:41]    SNMP agent is active (version 1)
[13-Dec-2009 21:50:41] Capability check finished
[13-Dec-2009 21:50:41] Checking interface configuration...
[13-Dec-2009 21:50:41] eUnable to get interface list from node
[13-Dec-2009 21:50:41] w   Interface "lan0" is no longer exist
[13-Dec-2009 21:50:41] Interface configuration check finished
[13-Dec-2009 21:50:41] Checking node name
[13-Dec-2009 21:50:41] Node name is OK
[13-Dec-2009 21:50:41] Finished configuration poll for node AntrimCH-PBX
[13-Dec-2009 21:50:41] Node configuration was changed after poll
[13-Dec-2009 21:50:41] Poll completed successfully

Victor Kirhenshtein

Could you please try to get interface list from PBX with different SNMP tool - for example, with GetIf (http://www.wtcs.org/snmp4tpc/getif.htm)? If other tools will return empty interface list, than we will know that problem is with PBX SNMP agent, but if you will be able to see interface list with other tools, that will mean the bug in NetXMS.

Best regards,
Victor

hhoven

Hi, I am experiencing exactly the same fenomenum, GetiF does return the interface list but NetXMS reports "unable to get interface list"

hhoven

I took the effort to investigate it a little further and took Wireshark traces of both NetXMS and GetiF. The OIDs that both NetXMS and GetiF utilizes are the same, the difference is that GetiF requests a whole bunch of parameters while NetXMS only requests the object name. Why an error is reported by NetXMS is puzzling me because snmp wise everything looks OK.

I have both traces attached.

Victor Kirhenshtein

Hi!

Could you please try version 1.0.0? I've fixed some bugs in interface poller, should help.

Best regards,
Victor