NetXMS Support Forum

English Support => General Support => Topic started by: akotlyar on November 20, 2017, 02:10:00 PM

Title: Two or more overlapped subnets.
Post by: akotlyar on November 20, 2017, 02:10:00 PM
Hello!
Can netxms work with two or more overlapped subnets?
If I will use linux vrf package - netxms can choose route table?

For example:
eth0 10.0.0.0/8 - management network
eth1 10.0.0.0/8 - monitoring network
Title: Re: Two or more overlapped subnets.
Post by: Tatjana Dubrovica on November 20, 2017, 03:06:58 PM
Hi,

I think you are looking for Zoning:
https://www.netxms.org/documentation/adminguide/advanced.html#zones
Title: Re: Two or more overlapped subnets.
Post by: akotlyar on November 20, 2017, 03:54:03 PM
Step by step list  ::)

1. Make two or more nxagentd.conf (nxagentdvrf1.conf, nxagentdvrf2.conf etc )
2. Run agents with their own conf "/usr/local/bin/nxagentd -C /etc/nxagentd.conf -d"
3. Add zones with proxy agents in netxms

Right?


nxagentd.conf haven't bind interface option - how i can bind agent on vrf interface?

For example:
Netxms server have 2 eth interface:

VRF1
eth0
10.226.174.18

VRF2
eth1
10.226.174.18

Thank for you time!
Title: Re: Two or more overlapped subnets.
Post by: Tatjana Dubrovica on November 21, 2017, 12:11:14 PM
Can you please describe in more details your network(nodes, networks, configuration). How do networks outside know which interface to use?

For now it looks like without code change it is not possible to configure. If we will know more network details we may find a quick solution. The right and long way solution is to support VRF, but it will require a lot of changes and can't be implemented quickly.