NetXMS Support Forum

English Support => General Support => Topic started by: xenth on April 01, 2008, 03:10:58 PM

Title: Multiple IP ranges for a single device
Post by: xenth on April 01, 2008, 03:10:58 PM
If I add a router with multiple interfaces to netxms, it shows up multiple times in netXMS (one time for each different range)

For example:
#1:    Port 1: ***.***.100.*** 
#2:    Port 2: ***.***.200.*** (DMZ)   
#3     Port 3: ***.***.144.***

Now If I put port 2 and 3 on unmanaged, they still show up in the object browser and map, I want to stop this from happening, how do I do this?
Title: Re: Multiple IP ranges for a single device
Post by: Victor Kirhenshtein on April 03, 2008, 08:31:34 AM
Hello!

It's intended behaviour. System tries to build and maintain as much accurate IP topology as possible. Unmanaging interfaces means only exclude them from status polls, but they still be used for building topology. However, you can avoid adding node to specific subnets by deleting appropriate interfaces and disabling configuration polls on node.

Best regards,
Victor
Title: Re: Multiple IP ranges for a single device
Post by: xenth on April 04, 2008, 11:09:46 AM
NetXMS just got a whole lot better!  ;D   Thank you for the quick response!
Title: Re: Multiple IP ranges for a single device
Post by: xenth on May 23, 2008, 11:04:14 AM
Hi Victor,

I recently read one of your posts saying that this method is not the correct way to deal with this problem, do you have any other suggestions on how to fix this? Unfortunately I'm going to encounter this problem a lot so I would like to be sure that the solution is stable.
Title: Re: Multiple IP ranges for a single device
Post by: Victor Kirhenshtein on May 23, 2008, 11:18:45 AM
Currently there are no better solution. In next release, I'll add some kind of "ignore for topology" attribute. I didn't decide yet how it should be implemented - as global subnet exclusion list or interface exclusion list for node, or even interface object's attribute. What way you would prefer?

Best regards,
Victor
Title: Re: Multiple IP ranges for a single device
Post by: xenth on May 23, 2008, 03:15:40 PM
Your third option sounds the best :) Giving the specific interfaces that you do not want to monitor on nodes an attribute which would stop their "network range" from being created

--------------------------------------------------------------------------------------------------
This is an example of what would work nicely:

I add a router with two ports, one LAN port and one DMZ port, the LAN port runs at 192.168.130.* and the DMZ runs at 192.168.210.*

Now after the router has been added, both ranges are created in the object viewer.

I select the DMZ port of the router and select the option "Ignore for topology" , now I delete the 192.168.210.* range from NetXMS, I do a configuration poll on the router and the DMZ port is not added again.