10-19-2010 05:37 AM
Hi,
On a fresh installed LMS 4.0 (Win2008 Std 64-bit) the discovery exclude filter seems not to work as expected
Global seed device configured is 172.30.50.10
ip address exclude filter is set to
172.16.125.*
172.17.125.*
172.18.125.*
172.20.125.*
172.22.125.*
172.24.125.*
Yet, the discovery job stops
ngdiscovery.log logs
[Oct 19 14:06:34] DEBUG [ModuleWorker : EvalTask-DiscoveryThreadPool-01 applyAllModules] : |172.30.50.10|Module System has been marked not to be proceessed further, reason is: Device: /172.30.50.10 is filtered by IP Address filter.
The discovery job creates CSdiscovery-config.xml, contains:
IPFilter Enabled="true">
<IPIncluded/>
<IPExcluded>
<IPRange IPAddress="172.16.125.*"/>
<IPRange IPAddress="172.17.125.*"/>
<IPRange IPAddress="172.18.125.*"/>
<IPRange IPAddress="172.20.125.*"/>
<IPRange IPAddress="172.22.125.*"/>
<IPRange IPAddress="172.24.125.*"/>
</IPExcluded>
</IPFilter>
10-19-2010 09:27 PM
The exclude filter works on all IPs on a device. If 172.30.50.10 contains any interface that contains an excluded IP, then that device will be excluded. It looks like this might be the case here.
10-20-2010 01:13 AM
Yes, this is the case
Checked the environment, this is a single router network so the seed device does have an interface address matching the exclude filter
I will exclude that address from the exclude filter
Regards,
Fredrik
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide