How the Vlan probe works.
The vlan driver gets started in the "
discovery-init.asl" but this gets invoked only once. This is only during the server startup which triggers all the necessary drivers/probes.
Here are the parameters used:
- topo_manager->addProber(60, "Vlan-Probe", "INTERVAL_LONG",
- topo_manager->VlanProbeEnabled);
When the the flag "
VlanProbeEnabled" is set to
FALSE in the
discovery.conf it will get set to the class
ICF_TopologyManager::ICF-TopologyManager attribute. This " VlanProbeEnabled" is a class attribute and not a TopologyManaer table attribute.