NetXMS Support Forum

English Support => General Support => Topic started by: Sympology on July 22, 2010, 06:14:09 PM

Title: Invalid network mask
Post by: Sympology on July 22, 2010, 06:14:09 PM
I'm getting an error on one of my servers saying:

Invalid network mask 255.255.252.0 on....should be 255.255.255.0

But it SHOULD be 255.255.252.0 as I want this class of subnet.

Any ideas what's causing it?
Title: Re: Invalid network mask
Post by: Victor Kirhenshtein on July 22, 2010, 06:18:26 PM
Hi!

Most likely there are router/host which was discovered first by NetXMS and it reporting network mask 255.255.255.0. Because NetXMS server cannot really know who has correct netmask and who not, it assumes that first discovered node connected to some subnet has correct netmask for that subnet. There also possibility that you have incorrectly created subnet object for some reason. How object(s) for subnet in question looks like?

Best regards,
Victor
Title: Fixed Re: Invalid network mask
Post by: Sympology on August 26, 2010, 05:13:55 PM
Indeed it was an incorrect subnet dicovery. An orignal system had gon in with the incorrect subnet mask. Then set up some non-SNMP devices which in turn used this subnet mask. So changing the other made no difference to the Subnet, I had to remove the interfaces on the non managed ones to correct the problem.
Thanks guys.
Title: Re: Invalid network mask
Post by: sunil2suss on September 21, 2010, 08:23:48 PM
I have the same problem. But I want to manage the port as well. Are there any way to disable this fault alarm?
Title: Re: Invalid network mask
Post by: Victor Kirhenshtein on September 22, 2010, 09:03:37 AM
You can disable appropriate rule in event processing policy (the one processing SYS_INCORRECT_NETMASK event), or make an exclusion in source field of this rule for problematic nodes.

Best regards,
Victor